diff --git a/timesheet_plugin.gemspec b/timesheet_plugin.gemspec index e1dc7cc..7ac247c 100644 --- a/timesheet_plugin.gemspec +++ b/timesheet_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{timesheet_plugin} - s.version = "0.5.0" + s.version = "0.6.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-03} + s.date = %q{2010-03-18} s.description = %q{A plugin to show and filter timelogs across all projects in Redmine.} s.email = %q{edavis@littlestreamsoftware.com} s.extra_rdoc_files = [ @@ -36,8 +36,11 @@ Gem::Specification.new do |s| "app/views/timesheet/no_projects.rhtml", "app/views/timesheet/report.rhtml", "app/views/timesheet/timelog.rhtml", + "assets/images/csv.png", "assets/images/toggle-arrow-closed.gif", "assets/images/toggle-arrow-open.gif", + "assets/javascripts/timesheet.js", + "assets/stylesheets/timesheet.css", "config/locales/ca.yml", "config/locales/cs.yml", "config/locales/da.yml", @@ -46,10 +49,17 @@ Gem::Specification.new do |s| "config/locales/es.yml", "config/locales/fr.yml", "config/locales/hu.yml", + "config/locales/hy.yml", "config/locales/it.yml", + "config/locales/ja.yml", "config/locales/lt.yml", "config/locales/pl.yml", + "config/locales/pt-br.yml", "config/locales/ru.yml", + "config/locales/sr.yml", + "config/locales/sv.yml", + "config/locales/uk.yml", + "config/routes.rb", "init.rb", "lang/ca.yml", "lang/cs.yml", @@ -59,12 +69,23 @@ Gem::Specification.new do |s| "lang/es.yml", "lang/fr.yml", "lang/hu.yml", + "lang/hy.yml", "lang/it.yml", + "lang/ja.yml", "lang/lt.yml", "lang/pl.yml", + "lang/pt-br.yml", "lang/ru.yml", + "lang/sr.yml", + "lang/sv.yml", + "lang/uk.yml", "lib/timesheet_compatibility.rb", - "rails/init.rb" + "rails/init.rb", + "test/functional/timesheet_controller_test.rb", + "test/integration/timesheet_menu_test.rb", + "test/test_helper.rb", + "test/unit/sanity_test.rb", + "test/unit/timesheet_test.rb" ] s.homepage = %q{https://projects.littlestreamsoftware.com/projects/redmine-timesheet} s.rdoc_options = ["--charset=UTF-8"] @@ -72,10 +93,11 @@ Gem::Specification.new do |s| s.rubygems_version = %q{1.3.5} s.summary = %q{A Timesheet plugin for Redmine to show timelogs for all projects} s.test_files = [ - "spec/models/timesheet_spec.rb", - "spec/spec_helper.rb", - "spec/controllers/timesheet_controller_spec.rb", - "spec/sanity_spec.rb" + "test/test_helper.rb", + "test/integration/timesheet_menu_test.rb", + "test/unit/timesheet_test.rb", + "test/unit/sanity_test.rb", + "test/functional/timesheet_controller_test.rb" ] if s.respond_to? :specification_version then @@ -88,3 +110,4 @@ Gem::Specification.new do |s| else end end +