Skip to content

Commit

Permalink
Gemspec: Depend on MRI >= 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbasit committed Nov 29, 2011
1 parent 7029d80 commit e1e5480
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions siriproxy.gemspec
Expand Up @@ -13,12 +13,14 @@ Gem::Specification.new do |s|

s.rubyforge_project = "siriproxy"

s.required_ruby_version = Gem::Requirement.new(">= 1.9.3")

s.files = `git ls-files 2> /dev/null`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/* 2> /dev/null`.split("\n")
s.executables = `git ls-files -- bin/* 2> /dev/null`.split("\n").map{ |f| File.basename(f) }

s.require_paths = ["lib"]

s.executables << 'siriproxy'

s.add_runtime_dependency "CFPropertyList"
Expand Down

0 comments on commit e1e5480

Please sign in to comment.