Skip to content

Commit

Permalink
set version of require ruby to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rogwfu committed Oct 30, 2011
1 parent e46926c commit 9a99387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Jeweler::Tasks.new do |gem|
gem.description = %Q{A Gem to read program disassembly from a YAML dump. The YAML dump is generated from an ida pro python script. This script is included along with this Gem (func.py)}
gem.email = "roger.seagle@gmail.com"
gem.authors = ["Roger Seagle"]
gem.required_ruby_version = '>= 1.9.2'
gem.required_ruby_version = '>= 1.9.3'
# dependencies defined in Gemfile
gem.add_dependency('nokogiri', '= 1.5.0')
gem.add_dependency('antlr3', '= 1.8.12')
Expand Down

0 comments on commit 9a99387

Please sign in to comment.