Skip to content

Commit

Permalink
Removing support for Ruby < 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samlown committed Jul 6, 2016
1 parent 104e37c commit c91f5cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,9 +3,10 @@ rvm:
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.3
- jruby
- rbx
services: couchdb
before_install:
- gem install bundler
env:
- JRUBY_OPTS=--2.0
1 change: 1 addition & 0 deletions history.txt
Expand Up @@ -6,6 +6,7 @@
* Support for disabling persistent connections (@samlown)
* Escaping database names (@samlown)
* Upgrading to HTTPClient 2.8 series (@samlown)
* Removing Ruby < 2.0 support (@samlown)

== 2.0.0.rc3 - 2016-01-08

Expand Down

0 comments on commit c91f5cb

Please sign in to comment.