bookyt_salary 0.16.2 → 0.16.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -3,7 +3,7 @@ module BookytSalary
3
3
  def setup_bookyt_salary(navigation)
4
4
  navigation.item :salaries, t_title(:index, Salary), salaries_path,
5
5
  :if => Proc.new { user_signed_in? } do |salaries|
6
- salaries.item :salaries, t_title(:index, Salary), salaries_path, :highlights_on => /\/salaries($|\/[0-9]*($|\/.*))/
6
+ salaries.item :salary_list, t_title(:index, Salary), salaries_path, :highlights_on => /\/salaries($|\/[0-9]*($|\/.*))/
7
7
  salaries.item :new_salary, t_title(:new, Salary), select_employee_salaries_path
8
8
  salaries.item :divider, "", :class => 'divider'
9
9
  salaries.item :salary_booking_template_statistics, t_title(:statistics, SalaryBookingTemplate), statistics_salary_booking_templates_path
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.16.2'
2
+ VERSION = '0.16.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bookyt_salary
3
3
  version: !ruby/object:Gem::Version
4
- hash: 91
4
+ hash: 89
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 16
9
- - 2
10
- version: 0.16.2
9
+ - 3
10
+ version: 0.16.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - "Simon H\xC3\xBCrlimann (CyT)"
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-03-08 00:00:00 Z
18
+ date: 2012-03-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -185,7 +185,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
185
185
  requirements: []
186
186
 
187
187
  rubyforge_project:
188
- rubygems_version: 1.8.10
188
+ rubygems_version: 1.8.15
189
189
  signing_key:
190
190
  specification_version: 3
191
191
  summary: Salary plugin for bookyt