Skip to content

Commit

Permalink
Merge branch 'release/1.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgoetze committed Jun 20, 2020
2 parents 978a134 + a6ea70c commit 03d27bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ language: ruby
cache: bundler

rvm:
- 1.9.3
- 2.0.0
- 2.2.0
- 2.3.0
- 2.4.0
Expand Down
2 changes: 1 addition & 1 deletion lib/quick_store/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module QuickStore
VERSION = '0.2.0'.freeze
VERSION = '1.0.0'.freeze
end
6 changes: 3 additions & 3 deletions quick_store.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require 'quick_store/version'
Gem::Specification.new do |spec|
spec.name = 'quick_store'
spec.version = QuickStore::VERSION
spec.required_ruby_version = '>= 1.9.3'
spec.required_ruby_version = '>= 2.2.0'
spec.authors = ['Paul Götze']
spec.email = ['[email protected]']
spec.summary = 'Simple local key-value store based on YAML::Store.'
Expand All @@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

spec.add_development_dependency 'bundler', '>= 1.6'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'bundler', '>= 1.7.13'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
end

0 comments on commit 03d27bc

Please sign in to comment.