Skip to content

Commit

Permalink
Require Ruby 1.9.3 or higher
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Nov 2, 2014
1 parent 70c4905 commit f916295
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'http://sferik.github.com/t/'
spec.licenses = %w(MIT)
spec.name = 't'
spec.require_paths = %w[lib]
spec.required_ruby_version = '>= 1.9.2'
spec.require_paths = %w(lib)
spec.required_ruby_version = '>= 1.9.3'
spec.required_rubygems_version = '>= 1.3.5'
spec.summary = 'CLI for Twitter'
spec.version = T::Version
Expand Down

0 comments on commit f916295

Please sign in to comment.