Skip to content

Commit

Permalink
Drop support for ruby 1.8
Browse files Browse the repository at this point in the history
Making this call, but @rubiii should feel free to disagree with me
if I'm in the wrong. ruby 1.8.7 has been EOL'd, and I think that I've
had a hard time keeping this up to date recently, but it's entirely
possible. This is the easiest thing that we can do that will keep
savon (and its associated projects (eg: gyoku)) green.
  • Loading branch information
tjarratt committed Nov 23, 2013
1 parent 67c68eb commit 41640bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
@@ -1,11 +1,9 @@
language: "ruby"
script: "bundle exec rake"
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- 2.0.0
- jruby-18mode
- jruby-19mode
- rbx-18mode
- rbx-19mode
Expand Down
4 changes: 0 additions & 4 deletions gyoku.gemspec
Expand Up @@ -16,10 +16,6 @@ Gem::Specification.new do |s|

s.add_dependency "builder", ">= 2.1.2"

if RUBY_VERSION < "1.9"
s.add_dependency "mime-types", "< 2.0.0"
end

s.add_development_dependency "rake"
s.add_development_dependency "rspec"

Expand Down

0 comments on commit 41640bf

Please sign in to comment.