diff --git a/bulk_time_entry_plugin.gemspec b/bulk_time_entry_plugin.gemspec index 65c0619..15d1ad9 100644 --- a/bulk_time_entry_plugin.gemspec +++ b/bulk_time_entry_plugin.gemspec @@ -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{edavis@littlestreamsoftware.com} s.extra_rdoc_files = [ @@ -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 @@ -96,3 +76,4 @@ Gem::Specification.new do |s| else end end +