bookyt_projects 0.19.22 → 0.19.23

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,2 @@
1
1
  class ProjectsController < AuthorizedController
2
-
3
- end
2
+ end
@@ -5,7 +5,7 @@
5
5
  = f.input :duration_from, :as => :date_field
6
6
  = f.association :client, :as => :combobox
7
7
  .span6
8
- = f.input :project_state
8
+ = f.association :project_state
9
9
  = f.input :duration_to, :as => :date_field
10
10
  .row-fluid
11
11
  .span12
@@ -1,3 +1,3 @@
1
1
  module BookytPos
2
- VERSION = '0.19.22'
2
+ VERSION = '0.19.23'
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: 127
4
+ hash: 125
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 19
9
- - 22
10
- version: 0.19.22
9
+ - 23
10
+ version: 0.19.23
11
11
  platform: ruby
12
12
  authors:
13
13
  - Roman Simecek (CyT)
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-04-05 00:00:00 Z
19
+ date: 2012-04-12 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rails