bookyt_salary 0.10.1 → 0.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,6 @@
1
+ class AddMissingSalaryIndices < ActiveRecord::Migration
2
+ def change
3
+ # SalaryTemplate
4
+ add_index :salary_templates, :person_id
5
+ end
6
+ end
@@ -1,3 +1,3 @@
1
1
  module BookytSalary
2
- VERSION = '0.10.1'
2
+ VERSION = '0.10.2'
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: 53
4
+ hash: 51
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 10
9
- - 1
10
- version: 0.10.1
9
+ - 2
10
+ version: 0.10.2
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-01-18 00:00:00 Z
18
+ date: 2012-01-19 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails
@@ -142,6 +142,7 @@ files:
142
142
  - db/migrate/20120117122025_add_title_and_remarks_to_salary_templates.rb
143
143
  - db/migrate/20120118121223_create_salary_items.rb
144
144
  - db/migrate/20120118155137_add_position_to_salary_item.rb
145
+ - db/migrate/20120119081622_add_missing_salary_indices.rb
145
146
  - db/seeds.rb
146
147
  - lib/bookyt_salary.rb
147
148
  - lib/bookyt_salary/navigation.rb
@@ -177,9 +178,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
178
  requirements: []
178
179
 
179
180
  rubyforge_project:
180
- rubygems_version: 1.8.15
181
+ rubygems_version: 1.8.10
181
182
  signing_key:
182
183
  specification_version: 3
183
184
  summary: Salary plugin for bookyt
184
185
  test_files: []
185
186
 
187
+ has_rdoc: