gitmine.gemspec in gitmine-0.1.4.pre vs gitmine.gemspec in gitmine-0.1.4.pre.1
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{gitmine}
- s.version = "0.1.4.pre"
+ s.version = "0.1.4.pre.1"
s.required_rubygems_version = Gem::Requirement.new("> 1.3.1") if s.respond_to? :required_rubygems_version=
s.authors = ["Philippe Creux"]
- s.date = %q{2010-11-11}
+ s.date = %q{2010-11-16}
s.default_executable = %q{gitmine}
s.description = %q{Git log with status of associated redmine tickets}
s.email = %q{pcreux@gmail.com}
s.executables = ["gitmine"]
s.extra_rdoc_files = [
@@ -47,14 +47,14 @@
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Git log with status of associated redmine tickets}
s.test_files = [
- "spec/gitmine_spec.rb",
- "spec/spec_helper.rb",
+ "spec/commit_msg_to_issue_id_spec.rb",
+ "spec/commit_spec.rb",
+ "spec/gitmine_spec.rb",
"spec/issue_spec.rb",
- "spec/commit_msg_to_issue_id_spec.rb",
- "spec/commit_spec.rb"
+ "spec/spec_helper.rb"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3