Skip to content

Commit

Permalink
update travis and readme, bump to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Aug 2, 2017
1 parent fa05209 commit f0d7294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,7 @@ end
## Platform support

Tested against:
* MRI 2.0.0
* MRI 2.1.10
* MRI 2.2.5
* MRI 2.2.2
* MRI 2.3.0
* MRI 2.3.4
* MRI 2.4.1
Expand Down
2 changes: 1 addition & 1 deletion forbidium.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.required_ruby_version = '>= 2.2.0'
spec.required_ruby_version = '>= 2.0.0'

spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/forbidium/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Forbidium
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit f0d7294

Please sign in to comment.