Skip to content

Commit

Permalink
Don't support Ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Dec 13, 2014
1 parent 0e62baf commit 5c6088d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
- 2.0.0
- 2.1.0
Expand Down
2 changes: 2 additions & 0 deletions dnsimple-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Gem::Specification.new do |s|
s.summary = 'A Ruby client for the DNSimple API'
s.description = 'A Ruby client for the DNSimple API that also includes a command-line client.'

s.required_ruby_version = ">= 1.9.3"

s.require_paths = ['lib']
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 5c6088d

Please sign in to comment.