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 Apr 11, 2010
1 parent 7ffc5df commit ff30d62
Showing 1 changed file with 46 additions and 11 deletions.
57 changes: 46 additions & 11 deletions stuff_to_do_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{stuff_to_do_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-13}
s.date = %q{2010-04-11}
s.description = %q{The Stuff To Do plugin allows a user to order and prioritize the issues and projects they are doing into a specific order. It will also allow other privileged users to reorder the user's workload.}
s.email = %q{edavis@littlestreamsoftware.com}
s.extra_rdoc_files = [
Expand All @@ -34,11 +34,22 @@ Gem::Specification.new do |s|
"app/views/stuff_to_do/_panes.html.erb",
"app/views/stuff_to_do/_project.html.erb",
"app/views/stuff_to_do/_right_panes.html.erb",
"app/views/stuff_to_do/_time_grid.html.erb",
"app/views/stuff_to_do/_time_grid_form.html.erb",
"app/views/stuff_to_do/index.html.erb",
"app/views/stuff_to_do_mailer/recommended_below_threshold.erb",
"app/views/stuff_to_do_mailer/recommended_below_threshold.text.html.rhtml",
"assets/images/b.png",
"assets/images/bl.png",
"assets/images/br.png",
"assets/images/closelabel.gif",
"assets/images/loading.gif",
"assets/images/tl.png",
"assets/images/tr.png",
"assets/javascripts/facebox.js",
"assets/javascripts/jquery-1.2.6.min.js",
"assets/javascripts/jquery-ui.js",
"assets/javascripts/jquery.contextMenu.js",
"assets/javascripts/semantic.cache",
"assets/javascripts/stuff-to-do.js",
"assets/javascripts/ui/build.xml",
Expand Down Expand Up @@ -106,31 +117,48 @@ Gem::Specification.new do |s|
"assets/javascripts/ui/ui.sortable.js",
"assets/javascripts/ui/ui.tabs.js",
"assets/stylesheets/stuff_to_do.css",
"config/locales/bg.yml",
"config/locales/ca-fr.yml",
"config/locales/cs.yml",
"config/locales/da.yml",
"config/locales/de.yml",
"config/locales/en.yml",
"config/locales/es.yml",
"config/locales/fr.yml",
"config/locales/hu.yml",
"config/locales/it.yml",
"config/locales/ja.yml",
"config/locales/ko.yml",
"config/locales/lt.yml",
"config/locales/nl.yml",
"config/locales/pt-BR.yml",
"config/locales/ru.yml",
"config/locales/sv.yml",
"config/locales/tr.yml",
"config/routes.rb",
"init.rb",
"lang/bg.yml",
"lang/ca-fr.yml",
"lang/cs.yml",
"lang/da.yml",
"lang/de.yml",
"lang/en.yml",
"lang/es.yml",
"lang/fr.yml",
"lang/hu.yml",
"lang/it.yml",
"lang/ja.yml",
"lang/ko.yml",
"lang/lt.yml",
"lang/pt-br.yml",
"lang/ru.yml",
"lang/sv.yml",
"lang/tr.yml",
"lib/redmine_stuff_to_do/stuff_to_do_compatibility.rb",
"lib/stuff_to_do_array_patch.rb",
"lib/stuff_to_do_issue_patch.rb",
"lib/stuff_to_do_project_patch.rb",
"lib/stuff_to_do_user_patch.rb",
"rails/init.rb"
]
s.homepage = %q{https://projects.littlestreamsoftware.com/projects/redmine-stuff-to-do}
Expand All @@ -140,14 +168,20 @@ Gem::Specification.new do |s|
s.rubygems_version = %q{1.3.5}
s.summary = %q{A Redmine plugin to order and prioritize tasks to do using drag and drop.}
s.test_files = [
"spec/lib/stuff_to_do_issue_patch_spec.rb",
"spec/lib/stuff_to_do_project_patch_spec.rb",
"spec/spec_helper.rb",
"spec/models/stuff_to_do_mailer_spec.rb",
"spec/models/stuff_to_do_spec.rb",
"spec/models/stuff_to_do_mailer_spec.rb",
"spec/models/stuff_to_do_filter_spec.rb",
"spec/controllers/stuff_to_do_controller_spec.rb",
"spec/sanity_spec.rb"
"spec/models/stuff_to_do_spec.rb",
"spec/spec_helper.rb",
"spec/controllers/stuff_to_do_controller_remove_from_time_grid_spec.rb",
"spec/controllers/stuff_to_do_controller_save_time_entries_spec.rb",
"spec/controllers/stuff_to_do_controller_reorder_spec.rb",
"spec/controllers/stuff_to_do_controller_index_spec.rb",
"spec/controllers/stuff_to_do_controller_add_to_time_grid_spec.rb",
"spec/controllers/stuff_to_do_private_methods_spec.rb",
"spec/sanity_spec.rb",
"spec/lib/stuff_to_do_project_patch_spec.rb",
"spec/lib/stuff_to_do_issue_patch_spec.rb",
"spec/lib/stuff_to_do_user_patch_spec.rb"
]

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

0 comments on commit ff30d62

Please sign in to comment.