Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Dropped support for Ruby 1.9 in the Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shogun committed Mar 10, 2014
1 parent 18d3ac2 commit ce1e149
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .travis-gemfile
Expand Up @@ -12,4 +12,10 @@ gemspec
gem "rspec", "~> 2.14.1"
gem "rake", "~> 10.1.1"
gem "simplecov", ">= 0.8.2"
gem "coveralls", ">= 0.7.0", require: false
gem "coveralls", ">= 0.7.0", require: false

platforms :rbx do
gem 'racc'
gem 'rubysl', '~> 2.0'
gem 'psych'
end
4 changes: 2 additions & 2 deletions .travis.yml
@@ -1,8 +1,8 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- rbx-19mode
- 2.1.0
- rbx
script: bundle exec rake spec:coverage
gemfile: .travis-gemfile
notifications:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,7 @@

* Added `restart`, `clean` and `status` commands.
* The `address` configuration option is now `bind_addresses` and it supports multiple values.
* Start dropping support for Ruby 1.9 - For now only in the Travis build.

### 3.0.8 / 2014-03-08

Expand Down

0 comments on commit ce1e149

Please sign in to comment.