Skip to content

Commit

Permalink
Merge pull request #1 from tinfoil/heydtn/next-version
Browse files Browse the repository at this point in the history
Bump version to 0.11.0, bump jshintrb to 0.3.1
  • Loading branch information
Nate Heydt authored Oct 30, 2020
2 parents 2c6b012 + 1699c0f commit 65eb142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
source 'https://rubygems.org'

gem 'jshintrb', '~> 0.3.1', github: 'tinfoil/jshintrb', submodules: true

gemspec
2 changes: 1 addition & 1 deletion lib/pronto/jshint/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Pronto
module JSHintVersion
VERSION = '0.10.0'.freeze
VERSION = '0.11.0'.freeze
end
end
2 changes: 1 addition & 1 deletion pronto-jshint.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_dependency('pronto', '~> 0.10.0')
s.add_dependency('jshintrb', '~> 0.3.0')
s.add_dependency('jshintrb', '~> 0.3.1')
s.add_development_dependency('rake', '~> 12.0')
s.add_development_dependency('rspec', '~> 3.4')
s.add_development_dependency('rspec-its', '~> 1.2')
Expand Down

0 comments on commit 65eb142

Please sign in to comment.