gitmine.gemspec in gitmine-0.1.1 vs gitmine.gemspec in gitmine-0.1.2
- 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.1"
+ s.version = "0.1.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Philippe Creux"]
- s.date = %q{2010-07-26}
+ s.date = %q{2010-07-27}
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 = [
@@ -30,10 +30,11 @@
"autotest/discover.rb",
"bin/gitmine",
"gitmine.gemspec",
"lib/gitmine.rb",
"spec/commit_msg_to_issue_id_spec.rb",
+ "spec/commit_spec.rb",
"spec/config.yml",
"spec/gitmine_spec.rb",
"spec/issue_spec.rb",
"spec/spec_helper.rb"
]
@@ -42,9 +43,10 @@
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.6}
s.summary = %q{Git log with status of associated redmine tickets}
s.test_files = [
"spec/commit_msg_to_issue_id_spec.rb",
+ "spec/commit_spec.rb",
"spec/gitmine_spec.rb",
"spec/issue_spec.rb",
"spec/spec_helper.rb"
]