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.
@@ -11,4 +11,4 @@
11
11
  = f.inputs do
12
12
  = f.input :comment
13
13
  = f.buttons do
14
- = f.commit_button
14
+ = f.commit_button
@@ -39,3 +39,7 @@ de:
39
39
  timesheets:
40
40
  index:
41
41
  title: Stundenrapport
42
+
43
+ activities:
44
+ new:
45
+ title: Zeit erfassen
@@ -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, t_title(:new, Activity), new_activity_path, :if => Proc.new { user_signed_in? }
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
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.11.0'
2
+ VERSION = '0.11.1'
3
3
  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: 51
5
- prerelease: false
4
+ hash: 49
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 11
9
- - 0
10
- version: 0.11.0
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-10-29 00:00:00 +02:00
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.3.7
167
+ rubygems_version: 1.8.11
170
168
  signing_key:
171
169
  specification_version: 3
172
170
  summary: Project management plugin for bookyt