# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{bulk_time_entry_plugin}
s.version = "0.3.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.description = %q{This is a plugin to enter multiple time entries at one time.}
s.email = %q{edavis@littlestreamsoftware.com}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"COPYRIGHT.txt",
"CREDITS.txt",
"GPL.txt",
"README.rdoc",
"Rakefile",
"TAGS",
"VERSION",
"app/controllers/bulk_time_entries_controller.rb",
"app/helpers/bulk_time_entries_helper.rb",
"app/models/bulk_time_entry.rb",
"app/views/bulk_time_entries/_issues_selector.html.erb",
"app/views/bulk_time_entries/_time_entry.html.erb",
"app/views/bulk_time_entries/index.html.erb",
"app/views/bulk_time_entries/no_projects.html.erb",
"config/locales/en.yml",
"config/locales/fr.yml",
"config/locales/hu.yml",
"config/locales/it.yml",
"config/locales/ko.yml",
"init.rb",
"lang/en.yml",
"lang/fr.yml",
"lang/hu.yml",
"lang/it.yml",
"lang/ko.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/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.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubyforge_project = %q{bulk_time_entry_plugin}
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/unit/bulk_time_entry_transaction_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"
]
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end