Skip to content

Commit

Permalink
Remove support for ruby 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle committed Sep 3, 2014
1 parent beeba79 commit a20b6ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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.1
Expand Down
2 changes: 1 addition & 1 deletion rubypress.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.description = 'Easily access WordPress installations through the WordPress XML-RPC API. This gem exactly mirrors the functionality provided by the WordPress XML-RPC API in Ruby.'
s.license = 'GPLv2'

s.required_ruby_version = '>= 1.9.2'
s.required_ruby_version = '>= 1.9.3'

s.files = 'lib/rubypress.rb'
s.files += Dir['lib/rubypress/**']
Expand Down

0 comments on commit a20b6ec

Please sign in to comment.