Skip to content

Commit

Permalink
[#3790] New gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
edavis10 committed Mar 19, 2010
1 parent 4883259 commit 8477e98
Showing 1 changed file with 32 additions and 9 deletions.
41 changes: 32 additions & 9 deletions 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 = [
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -59,23 +69,35 @@ 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"]
s.require_paths = ["lib"]
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
Expand All @@ -88,3 +110,4 @@ Gem::Specification.new do |s|
else
end
end

0 comments on commit 8477e98

Please sign in to comment.