Skip to content

Commit

Permalink
add rails 5.0.1 to travis and appraisal and updated nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Jan 4, 2017
1 parent bf8a959 commit 56e66f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ gemfile:
- gemfiles/rails_4.2.0.gemfile
- gemfiles/rails_5.0.0.gemfile
- gemfiles/rails_5.0.0.1.gemfile
- gemfiles/rails_5.0.1.gemfile
rvm:
- 2.2.2
- 2.2.5
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ end
appraise "rails-5.0.0.1" do
gem "rails", "5.0.0.1"
end

appraise "rails-5.0.1" do
gem "rails", "5.0.1"
end
2 changes: 1 addition & 1 deletion enhanced_date_select.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'coveralls','~> 0.8', '>= 0.8'
s.add_development_dependency 'lorax', '~> 0', '>= 0.2'
s.add_development_dependency 'mocha','~> 1.2', '>= 1.2.0'
s.add_development_dependency 'nokogiri', '~> 1.6', '>= 1.6'
s.add_development_dependency 'nokogiri', '~> 1.7', '>= 1.7'
s.add_development_dependency 'rake', '~> 12.0', '>= 12.0'
s.add_development_dependency 'rspec-mocks', '~>3.5', '>= 3.5'
s.add_development_dependency 'rspec-rails', '~> 3.5', '>= 3.5'
Expand Down
2 changes: 1 addition & 1 deletion lib/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module VERSION
# the minor version of the gem
MINOR = 4
# the tiny version of the gem
TINY = 2
TINY = 3
# if the version should be a e
PRE = nil

Expand Down

0 comments on commit 56e66f3

Please sign in to comment.