Skip to content

Commit

Permalink
ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 12, 2018
1 parent de7f7cd commit 768a0dd
Show file tree
Hide file tree
Showing 2 changed files with 173 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage/
Gemfile.lock

.idea/
*.gem
.bundle/
Expand Down
172 changes: 172 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,172 @@
PATH
remote: .
specs:
zold (1.0.snapshot)
cucumber (= 1.3.17)
diffy (= 3.2.0)
facter (= 2.5.1)
rainbow (~> 3.0)
rake (= 12.0.0)
rubocop (~> 0.52.0)
rubocop-rspec (= 1.5.1)
sinatra (~> 2.0.1)
slop (~> 4.4)
xcop (~> 0.5)

GEM
remote: https://rubygems.org/
specs:
CFPropertyList (2.3.6)
actionpack (5.2.0)
actionview (= 5.2.0)
activesupport (= 5.2.0)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.0)
activesupport (= 5.2.0)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (5.2.0)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.4.0)
builder (3.2.3)
codecov (0.1.10)
json
simplecov
url
concurrent-ruby (1.0.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
cucumber (1.3.17)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.1)
diff-lcs (1.3)
differ (0.1.2)
diffy (3.2.0)
docile (1.3.0)
erubi (1.7.1)
facter (2.5.1)
CFPropertyList (~> 2.2)
gherkin (2.12.2)
multi_json (~> 1.3)
hashdiff (0.3.7)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
json (1.8.6)
loofah (2.2.2)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
method_source (0.9.0)
mini_portile2 (2.3.0)
minitest (5.5.0)
multi_json (1.13.1)
multi_test (0.1.2)
mustermann (1.0.2)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
parallel (1.12.1)
parser (2.5.1.0)
ast (~> 2.4.0)
powerpack (0.1.1)
public_suffix (3.0.2)
rack (2.0.5)
rack-protection (2.0.1)
rack
rack-test (1.0.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
railties (5.2.0)
actionpack (= 5.2.0)
activesupport (= 5.2.0)
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.0.0)
rdoc (4.2.0)
json (~> 1.4)
rspec-core (3.1.7)
rspec-support (~> 3.1.0)
rspec-expectations (3.1.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.1.0)
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-rails (3.1.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 3.1.0)
rspec-expectations (~> 3.1.0)
rspec-mocks (~> 3.1.0)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
rubocop (0.52.1)
parallel (~> 1.10)
parser (>= 2.4.0.2, < 3.0)
powerpack (~> 0.1)
rainbow (>= 2.2.2, < 4.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
rubocop-rspec (1.5.1)
rubocop (>= 0.41.2)
ruby-progressbar (1.9.0)
safe_yaml (1.0.4)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
sinatra (2.0.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.1)
tilt (~> 2.0)
slop (4.6.2)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.3.2)
url (0.3.2)
webmock (3.4.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
xcop (0.6)
differ (~> 0.1.2)
nokogiri (~> 1.8)
rainbow (~> 3.0)
slop (~> 4.4)

PLATFORMS
ruby

DEPENDENCIES
codecov (= 0.1.10)
minitest (= 5.5.0)
rdoc (= 4.2.0)
rspec-rails (= 3.1.0)
webmock (= 3.4.1)
zold!

BUNDLED WITH
1.11.2

0 comments on commit 768a0dd

Please sign in to comment.