Add .gitignore and gem lockfile.
This commit is contained in:
parent
c2c17e231d
commit
ee2bc3c272
2 changed files with 162 additions and 0 deletions
157
gem.deps.rb.lock
Normal file
157
gem.deps.rb.lock
Normal file
|
|
@ -0,0 +1,157 @@
|
|||
GEM
|
||||
remote: https://index.rubygems.org/
|
||||
specs:
|
||||
addressable (2.8.7)
|
||||
public_suffix (>= 2.0.2, < 7.0)
|
||||
ansi (1.5.0)
|
||||
ast (2.4.3)
|
||||
bcrypt_pbkdf (1.1.1)
|
||||
coderay (1.1.3)
|
||||
date (3.4.1)
|
||||
diff-lcs (1.6.2)
|
||||
docile (1.4.1)
|
||||
e2mmap (0.1.0)
|
||||
ed25519 (1.4.0)
|
||||
erb (5.0.2)
|
||||
git (1.19.1)
|
||||
addressable (~> 2.8)
|
||||
rchardet (~> 1.8)
|
||||
gli (2.22.2)
|
||||
ostruct
|
||||
hglib (0.11.1)
|
||||
e2mmap (~> 0.1)
|
||||
loggability (~> 0.11)
|
||||
inversion (1.5.0)
|
||||
gli (~> 2.21)
|
||||
loggability (~> 0.17)
|
||||
pastel (~> 0.8)
|
||||
sysexits (~> 1.2)
|
||||
tty-prompt (~> 0.23)
|
||||
loggability (0.18.2)
|
||||
method_source (1.1.0)
|
||||
net-scp (4.1.0)
|
||||
net-ssh (>= 2.6.5, < 8.0.0)
|
||||
net-ssh (7.3.0)
|
||||
ostruct (0.6.3)
|
||||
parallel (1.27.0)
|
||||
parser (3.3.9.0)
|
||||
ast (~> 2.4.1)
|
||||
racc
|
||||
pastel (0.8.0)
|
||||
tty-color (~> 0.5)
|
||||
prism (1.4.0)
|
||||
pry (0.15.2)
|
||||
coderay (~> 1.1)
|
||||
method_source (~> 1.0)
|
||||
psych (5.2.6)
|
||||
date
|
||||
stringio
|
||||
public_suffix (6.0.2)
|
||||
racc (1.8.1)
|
||||
rainbow (3.1.1)
|
||||
rake (13.3.0)
|
||||
rake-compiler (1.3.0)
|
||||
rake
|
||||
rake-deveiate (0.25.0)
|
||||
bcrypt_pbkdf (~> 1.1)
|
||||
ed25519 (~> 1.3)
|
||||
git (~> 1.19)
|
||||
hglib (~> 0.11)
|
||||
net-scp (~> 4.0)
|
||||
pastel (~> 0.8)
|
||||
rake (~> 13.0)
|
||||
rdoc (~> 6.6)
|
||||
rspec (~> 3.13)
|
||||
simplecov (~> 0.22)
|
||||
tty-editor (~> 0.7)
|
||||
tty-prompt (~> 0.23)
|
||||
tty-table (~> 0.12)
|
||||
rchardet (1.9.0)
|
||||
rdoc (6.14.2)
|
||||
erb
|
||||
psych (>= 4.0.0)
|
||||
rdoc-generator-sixfish (0.3.1)
|
||||
inversion (~> 1.3)
|
||||
loggability (~> 0.18)
|
||||
rdoc (~> 6.4)
|
||||
regexp_parser (2.10.0)
|
||||
rexml (3.4.1)
|
||||
rspec (3.13.1)
|
||||
rspec-core (~> 3.13.0)
|
||||
rspec-expectations (~> 3.13.0)
|
||||
rspec-mocks (~> 3.13.0)
|
||||
rspec-core (3.13.5)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-expectations (3.13.5)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-mocks (3.13.5)
|
||||
diff-lcs (>= 1.2.0, < 2.0)
|
||||
rspec-support (~> 3.13.0)
|
||||
rspec-support (3.13.4)
|
||||
rubocop (0.93.1)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 2.7.1.5)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8)
|
||||
rexml
|
||||
rubocop-ast (>= 0.6.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 2.0)
|
||||
rubocop-ast (1.46.0)
|
||||
parser (>= 3.3.7.2)
|
||||
prism (~> 1.4)
|
||||
ruby-progressbar (1.13.0)
|
||||
simplecov (0.22.0)
|
||||
docile (~> 1.1)
|
||||
simplecov-html (~> 0.11)
|
||||
simplecov_json_formatter (~> 0.1)
|
||||
simplecov-console (0.9.4)
|
||||
ansi
|
||||
simplecov
|
||||
terminal-table
|
||||
simplecov-html (0.13.2)
|
||||
simplecov_json_formatter (0.1.4)
|
||||
stringio (3.1.7)
|
||||
strings (0.2.1)
|
||||
strings-ansi (~> 0.2)
|
||||
unicode-display_width (>= 1.5, < 3.0)
|
||||
unicode_utils (~> 1.4)
|
||||
strings-ansi (0.2.0)
|
||||
sysexits (1.2.0)
|
||||
terminal-table (4.0.0)
|
||||
unicode-display_width (>= 1.1.1, < 4)
|
||||
tty-color (0.6.0)
|
||||
tty-cursor (0.7.1)
|
||||
tty-editor (0.7.0)
|
||||
tty-prompt (~> 0.22)
|
||||
tty-prompt (0.23.1)
|
||||
pastel (~> 0.8)
|
||||
tty-reader (~> 0.8)
|
||||
tty-reader (0.9.0)
|
||||
tty-cursor (~> 0.7)
|
||||
tty-screen (~> 0.8)
|
||||
wisper (~> 2.0)
|
||||
tty-screen (0.8.2)
|
||||
tty-table (0.12.0)
|
||||
pastel (~> 0.8)
|
||||
strings (~> 0.2.0)
|
||||
tty-screen (~> 0.8)
|
||||
unicode-display_width (1.8.0)
|
||||
unicode_utils (1.4.0)
|
||||
wisper (2.0.1)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
loggability (~> 0.17)
|
||||
pry (~> 0.13)
|
||||
rake (~> 13.0)
|
||||
rake-compiler (~> 1.1)
|
||||
rake-deveiate (~> 0.22)
|
||||
rdoc-generator-sixfish (~> 0.2)
|
||||
rspec (~> 3.9)
|
||||
rubocop (~> 0.93)
|
||||
simplecov (~> 0.12)
|
||||
simplecov-console (~> 0.9)
|
||||
Loading…
Add table
Add a link
Reference in a new issue