mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Explicitly declare the required Ruby version
This commit is contained in:
parent
c6f8d5c632
commit
3c647d7bb3
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ Gem::Specification.new do |s|
|
|||
s.name = "pry"
|
||||
s.version = Pry::VERSION
|
||||
|
||||
s.required_ruby_version = '>= 1.9.3'
|
||||
|
||||
s.authors = ["John Mair (banisterfiend)", "Conrad Irwin", "Ryan Fitzgerald"]
|
||||
s.email = ["jrmair@gmail.com", "conrad.irwin@gmail.com", "rwfitzge@gmail.com"]
|
||||
s.summary = "An IRB alternative and runtime developer console"
|
||||
|
|
Loading…
Reference in a new issue