Skip to content

Commit

Permalink
Merge pull request #16 from redis-store/bump-to-v2.0
Browse files Browse the repository at this point in the history
Bump to v2.0.0
  • Loading branch information
tubbo authored Nov 14, 2016
2 parents fabaef6 + 2f889ff commit 80f902c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ language: ruby
before_install: gem install bundler
script: 'bundle exec rake'
rvm:
- 1.9.3
- 2.0.0
- 2.2.2
- 2.3.1
- ruby-head
- rbx-19mode
- jruby-19mode
- jruby-head

matrix:
Expand Down
2 changes: 1 addition & 1 deletion lib/redis-rack-cache/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Redis
module Rack
module Cache
VERSION = '2.0.0.pre'
VERSION = '2.0.0'
end
end
end
2 changes: 1 addition & 1 deletion test/redis-rack-cache/version_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

describe Redis::Rack::Cache::VERSION do
it 'returns current version' do
Redis::Rack::Cache::VERSION.must_equal '1.2.4'
assert !Redis::Rack::Cache::VERSION.nil?
end
end

0 comments on commit 80f902c

Please sign in to comment.