public
Description: This plugin will let you enter timelogs in bulk
Homepage: https://projects.littlestreamsoftware.com/projects/show/redmine-bte
Clone URL: git://github.com/edavis10/redmine-bulk_time_entry_plugin.git
redmine-bulk_time_entry_plugin / bulk_time_entry_plugin.gemspec
100644 99 lines (94 sloc) 3.423 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
# 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