poe.gemspec in poe-0.0.0 vs poe.gemspec in poe-0.0.2
- old
+ new
@@ -3,30 +3,36 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{poe}
- s.version = "0.0.0"
+ s.version = "0.0.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Khaja Minhajuddin"]
- s.date = %q{2010-11-06}
+ s.date = %q{2010-11-08}
s.default_executable = %q{poe}
s.description = %q{utility to configure cijoe}
s.email = %q{minhajuddin@cosmicvent.com}
s.executables = ["poe"]
s.extra_rdoc_files = [
"LICENSE",
- "README.rdoc"
+ "README.md"
]
s.files = [
".document",
".gitignore",
+ "Gemfile",
"LICENSE",
- "README.rdoc",
+ "README.md",
"Rakefile",
"VERSION",
"bin/poe",
+ "config.yml",
+ "hooks/build-failed",
+ "hooks/build-worked",
+ "hooks/common.rb",
+ "hooks/post-update",
"lib/poe.rb",
"poe.gemspec",
"test/helper.rb",
"test/test_poe.rb"
]