xx.gemspec in valdemaximus-xx-0.5.0 vs xx.gemspec in valdemaximus-xx-0.6.0
- old
+ new
@@ -1,17 +1,17 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{xx}
- s.version = "0.5.0"
+ s.version = "0.6.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Johnson"]
- s.date = %q{2009-08-25}
+ s.date = %q{2009-10-31}
s.description = %q{Extensions of standard ruby objects}
s.email = %q{valde.maximus@gmail.com}
s.extra_rdoc_files = [
"README.rdoc"
]
@@ -29,10 +29,11 @@
"lib/extensions/object.rb",
"lib/extensions/parse.rb",
"lib/extensions/pp_s.rb",
"lib/extensions/string.rb",
"lib/extensions/time.rb",
+ "lib/helper_methods.rb",
"lib/xx.rb",
"test/tc_hash.rb",
"test/tc_time.rb",
"xx.gemspec"
]
@@ -41,10 +42,11 @@
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.5}
s.summary = %q{Extensions of standard ruby objects}
s.test_files = [
"test/tc_hash.rb",
+ "test/tc_helper_methonds.rb",
"test/tc_time.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
@@ -54,5 +56,6 @@
else
end
else
end
end
+