forked from edavis10/redmine-timesheet-plugin
-
Notifications
You must be signed in to change notification settings - Fork 47
/
timesheet_plugin.gemspec
112 lines (107 loc) · 3.4 KB
/
timesheet_plugin.gemspec
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
100
101
102
103
104
105
106
107
108
109
110
111
# Generated by jeweler
# 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{redmine_timesheet_plugin}
s.version = "0.6.0"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Davis", "Hisham Malik"]
s.date = %q{2010-03-18}
s.description = %q{A plugin to show and filter timelogs across all projects in Redmine.}
s.extra_rdoc_files = [
"README.rdoc"
]
s.files = [
"COPYRIGHT.txt",
"CREDITS.txt",
"GPL.txt",
"README.rdoc",
"Rakefile",
"VERSION",
"app/controllers/timesheet_controller.rb",
"app/helpers/timesheet_helper.rb",
"app/models/timesheet.rb",
"app/views/settings/_timesheet_settings.rhtml",
"app/views/timesheet/_by_issue.rhtml",
"app/views/timesheet/_form.rhtml",
"app/views/timesheet/_issue_time_entries.rhtml",
"app/views/timesheet/_time_entry.rhtml",
"app/views/timesheet/_timesheet_group.rhtml",
"app/views/timesheet/context_menu.html.erb",
"app/views/timesheet/index.rhtml",
"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",
"config/locales/de.yml",
"config/locales/en.yml",
"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",
"lang/da.yml",
"lang/de.yml",
"lang/en.yml",
"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",
"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 = [
"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
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