Skip to content

Commit

Permalink
Update history, add @Jesterovskiy and @ckoenig to contributors, updat…
Browse files Browse the repository at this point in the history
…e deps on Sequel to allow `< 6.0`
  • Loading branch information
JonathanTron committed Oct 9, 2017
1 parent aae5cad commit 3fe1f44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sudo: false
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
- 2.4.2
- jruby-9.0.5.0
- jruby-9.1.13.0
before_script:
Expand All @@ -31,9 +31,9 @@ matrix:
gemfile: ci/rails-5.0.gemfile
- gemfile: ci/rails-5.1.gemfile
exclude:
- rvm: 2.4.1
- rvm: 2.4.2
gemfile: ci/rails-4.0.gemfile
- rvm: 2.4.1
- rvm: 2.4.2
gemfile: ci/rails-4.1.gemfile
notifications:
email:
Expand Down
2 changes: 2 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
dev
===

* Support for Sequel ~> 5.0 (@Jesterovskiy and @ckoenig)
[#143](https://github.com/TalentBox/sequel-rails/pull/143)
* Better handling of missing database when using Postgresql (Steve Hoeksema)
[#140](https://github.com/TalentBox/sequel-rails/pull/140)
* Bump version to 1.0.0.alpha
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,8 @@ Improvements have been made by those awesome contributors:
* Mohammad Satrio (@tyok)
* Gencer W. Genç (@gencer)
* Steve Hoeksema (@steveh)
* Jester (@Jesterovskiy)
* ckoenig (@ckoenig)

Credits
=======
Expand Down
2 changes: 1 addition & 1 deletion sequel-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activemodel', '>= 4.0.0'
s.add_dependency 'railties', '>= 4.0.0'
s.add_dependency 'actionpack', '>= 4.0.0'
s.add_dependency 'sequel', ['>= 3.28', '<= 5.0']
s.add_dependency 'sequel', ['>= 3.28', '< 6.0']

s.add_development_dependency 'combustion'
s.add_development_dependency 'generator_spec'
Expand Down

0 comments on commit 3fe1f44

Please sign in to comment.