Clarify Ruby version requirement #1

This commit is contained in:
hartator
2015-08-12 17:14:21 -05:00
parent 5e063f9fe8
commit 778d55f07e
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,7 @@ Gem::Specification.new do |s|
s.files = ["lib/wayback_machine_downloader.rb"]
s.homepage = "https://github.com/hartator/wayback_machine_downloader"
s.license = "MIT"
s.required_ruby_version = '>= 1.9.2'
s.add_development_dependency 'pry-rescue', '~> 1.4'
s.add_development_dependency 'pry-stack_explorer', '~> 0.4'
end