Skip to content

Commit

Permalink
Regenerated gemspec for version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Dec 30, 2009
1 parent 2e1e2c4 commit 71fc856
Showing 1 changed file with 13 additions and 32 deletions.
45 changes: 13 additions & 32 deletions bulk_time_entry_plugin.gemspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 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{bulk_time_entry_plugin}
s.version = "0.3.0"
s.version = "0.4.0"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Davis"]
s.date = %q{2009-10-14}
s.date = %q{2009-12-30}
s.description = %q{This is a plugin to enter multiple time entries at one time.}
s.email = %q{[email protected]}
s.extra_rdoc_files = [
Expand All @@ -35,55 +35,35 @@ Gem::Specification.new do |s|
"config/locales/hu.yml",
"config/locales/it.yml",
"config/locales/ko.yml",
"config/locales/pl.yml",
"init.rb",
"lang/en.yml",
"lang/fr.yml",
"lang/hu.yml",
"lang/it.yml",
"lang/ko.yml",
"lang/pl.yml",
"lib/bulk_time_entry_compatibility.rb",
"lib/tasks/import_from_csv.rake",
"rails/init.rb",
"test/exemplars/custom_field_exemplar.rb",
"test/exemplars/custom_value_exemplar.rb",
"test/exemplars/enumeration_exemplar.rb",
"test/exemplars/issue_exemplar.rb",
"test/exemplars/issue_status_exemplar.rb",
"test/exemplars/member_exemplar.rb",
"test/exemplars/project_exemplar.rb",
"test/exemplars/role_exemplar.rb",
"test/exemplars/time_entry_activity.rb",
"test/exemplars/time_entry_exemplar.rb",
"test/exemplars/tracker_exemplar.rb",
"test/exemplars/user_exemplar.rb",
"test/functional/bulk_time_entries_controller_test.rb",
"test/test_helper.rb",
"test/unit/bulk_time_entry_test.rb",
"test/unit/bulk_time_entry_transaction_test.rb",
"test/unit/sanity_test.rb"
]
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/TODO}
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/redmine-bte}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{bulk_time_entry_plugin}
s.rubyforge_project = %q{littlestream}
s.rubygems_version = %q{1.3.5}
s.summary = %q{This is a plugin to enter multiple time entries at one time.}
s.test_files = [
"test/unit/bulk_time_entry_test.rb",
"test/test_helper.rb",
"test/unit/bulk_time_entry_transaction_test.rb",
"test/unit/bulk_time_entry_test.rb",
"test/unit/sanity_test.rb",
"test/exemplars/tracker_exemplar.rb",
"test/exemplars/member_exemplar.rb",
"test/exemplars/custom_field_exemplar.rb",
"test/exemplars/role_exemplar.rb",
"test/exemplars/enumeration_exemplar.rb",
"test/exemplars/project_exemplar.rb",
"test/exemplars/issue_status_exemplar.rb",
"test/exemplars/user_exemplar.rb",
"test/exemplars/time_entry_exemplar.rb",
"test/exemplars/time_entry_activity.rb",
"test/exemplars/custom_value_exemplar.rb",
"test/exemplars/issue_exemplar.rb",
"test/test_helper.rb"
"test/functional/bulk_time_entries_controller_test.rb"
]

if s.respond_to? :specification_version then
Expand All @@ -96,3 +76,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 71fc856

Please sign in to comment.