mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
load pry/version into gemspec so we dont have to manage it seperately
This commit is contained in:
parent
d84a0fdd94
commit
449ffb7161
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
# -*- encoding: utf-8 -*-
|
||||
$:.unshift File.expand_path('../lib', __FILE__)
|
||||
require 'pry/version'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{pry}
|
||||
s.version = "0.9.0pre3"
|
||||
s.version = Pry::VERSION
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = [%q{John Mair (banisterfiend)}]
|
||||
|
|
Loading…
Add table
Reference in a new issue