Skip to content

Commit

Permalink
Merge pull request #51 from sachin21/drop_support_1.9_and_2.0
Browse files Browse the repository at this point in the history
Drop support of ruby 1.9.x and 2.0.x
  • Loading branch information
eagletmt committed Mar 22, 2017
2 parents 91e9ff5 + 35fbea0 commit 97bed65
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
branches:
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
## (Unreleased)
* Drop support of ruby `1.9.x` and `2.0.0`.

## 2.0.8
* Improve documentation about expanding class methods.

## 2.0.7
* Fix run_default again. 2.0.6 still has run_default bug. Use unstack block instad of depth counting.


## 2.0.6
* Fix stack control of run_default.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ it will be automatically hidden and fallback to its normal behavior.


## Requirements
* Ruby >= 1.8.7
* Ruby >= 2.1.0
* Rails >= 3.0.10 (and Rails4!)


Expand Down
1 change: 1 addition & 0 deletions chanko.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |gem|
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.required_ruby_version = '>= 2.1.0'

gem.add_dependency "rails", ">= 3.0.10"
gem.add_development_dependency "coffee-rails", ">= 3.0.10"
Expand Down

0 comments on commit 97bed65

Please sign in to comment.