bookyt_projects 0.11.0 → 0.11.1
Sign up to get free protection for your applications and to get access to all the features.
data/config/locales/de.yml
CHANGED
@@ -6,7 +6,7 @@ module BookytProjects
|
|
6
6
|
projects.item :new_project, t_title(:new, Project), new_project_path
|
7
7
|
projects.item :project_states, t_model(ProjectState), project_states_path, :highlights_on => /\/project_states($|\/([0-9]*|new)($|\/.*))/
|
8
8
|
end
|
9
|
-
navigation.item :capture_hours,
|
9
|
+
navigation.item :capture_hours, t('activities.new.title'), new_activity_path, :if => Proc.new { user_signed_in? }
|
10
10
|
end
|
11
11
|
end
|
12
|
-
end
|
12
|
+
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookyt_projects
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 49
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 11
|
9
|
-
-
|
10
|
-
version: 0.11.
|
9
|
+
- 1
|
10
|
+
version: 0.11.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Roman Simecek (CyT)
|
@@ -16,8 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date: 2011-
|
20
|
-
default_executable:
|
19
|
+
date: 2011-11-11 00:00:00 Z
|
21
20
|
dependencies:
|
22
21
|
- !ruby/object:Gem::Dependency
|
23
22
|
name: rails
|
@@ -136,7 +135,6 @@ files:
|
|
136
135
|
- lib/bookyt_projects/version.rb
|
137
136
|
- LICENSE.txt
|
138
137
|
- README.rdoc
|
139
|
-
has_rdoc: true
|
140
138
|
homepage: https://github.com/raskhadafi/bookyt_projects
|
141
139
|
licenses:
|
142
140
|
- MIT
|
@@ -166,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
166
164
|
requirements: []
|
167
165
|
|
168
166
|
rubyforge_project:
|
169
|
-
rubygems_version: 1.
|
167
|
+
rubygems_version: 1.8.11
|
170
168
|
signing_key:
|
171
169
|
specification_version: 3
|
172
170
|
summary: Project management plugin for bookyt
|