Skip to content

Commit

Permalink
Require at least Ruby 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahb committed Feb 10, 2015
1 parent 4cf3dd6 commit 00e18df
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,3 @@ language: ruby
rvm:
- 2.1.5
- 1.9.3
- 1.8.7
2 changes: 1 addition & 1 deletion akismet.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
spec.summary = 'A Ruby client for the Akismet API'
spec.homepage = 'http://github.com/jonahb/akismet'
spec.license = 'MIT'
spec.required_ruby_version = '>= 1.8.7'
spec.required_ruby_version = '>= 1.9.3'
spec.require_paths = ['lib']
spec.files = Dir[ 'README.md', 'LICENSE.txt', '.yardopts', 'lib/**/*' ]

Expand Down

0 comments on commit 00e18df

Please sign in to comment.