1
0
Fork 0
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:
Lee Jarvis 2011-06-09 12:37:03 +01:00
parent d84a0fdd94
commit 449ffb7161

View file

@ -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)}]