Skip to content

Commit

Permalink
update gem lock
Browse files Browse the repository at this point in the history
  • Loading branch information
leonhartX committed Jun 19, 2017
1 parent 4a767dd commit 015ba98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
danger-eslint (0.1.0)
danger-eslint (0.1.1)
danger-plugin-api (~> 1.0)

GEM
Expand All @@ -19,7 +19,7 @@ GEM
colored2 (3.1.2)
cork (0.3.0)
colored2 (~> 3.1)
danger (5.3.0)
danger (5.3.1)
claide (~> 1.0)
claide-plugins (>= 0.9.2)
colored2 (~> 3.1)
Expand Down Expand Up @@ -132,4 +132,4 @@ DEPENDENCIES
yard (~> 0.8)

BUNDLED WITH
1.15.0
1.15.1
4 changes: 2 additions & 2 deletions danger-eslint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
spec.version = Eslint::VERSION
spec.authors = ['leonhartX']
spec.email = ['[email protected]']
spec.description = %q{A short description of danger-eslint.}
spec.summary = %q{A longer description of danger-eslint.}
spec.description = %q{A Danger plugin for linting javascript with eslint.}
spec.summary = %q{A Danger plugin for linting javascript with eslint.}
spec.homepage = 'https://github.com/leonhartX/danger-eslint'
spec.license = 'MIT'

Expand Down

0 comments on commit 015ba98

Please sign in to comment.