pd.gemspec in pd-1.0.3 vs pd.gemspec in pd-1.0.5
- old
+ new
@@ -1,18 +1,19 @@
-$: << "."
-require "version"
+Kernel.load File.expand_path("../lib/pd/version.rb", __FILE__)
Gem::Specification.new do |s|
s.name = "pd"
- s.version = VERSION::IS
- s.summary = "a print helper method for debug to Kernel"
+ s.version = Pd_VERSION
+ s.summary = "some helper methods to help debuging"
s.description = <<-EOF
a print helper method for debug to Kernel
EOF
s.author = "Guten"
s.email = "ywzhaifei@gmail.com"
s.homepage = "http://github.com/GutenYe/pd"
s.rubyforge_project = "xx"
s.files = `git ls-files`.split("\n")
+
+ s.add_dependency "awesome_print"
end