ui_datepicker-rails3 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.mdown +2 -6
  2. metadata +24 -39
data/README.mdown CHANGED
@@ -41,11 +41,7 @@ This gem requires Formtastic 2.0. For a version that supports Formtastic < 2.0,
41
41
 
42
42
  ### ActiveAdmin
43
43
 
44
- The ActiveAdmin extension should work with ActiveAdmin _0.3.4_ (where Formtastic >= 2.0)
45
-
46
- Note: As of Nov 25, 2011 The `active_admin/gregbell` _master_ branch is compatible with Formtastic 2.x.
47
-
48
- ActiveAdmin _0.3.5+_ will likely support Formtastic 2.x ;)
44
+ The ActiveAdmin extension should work with ActiveAdmin _0.4+_ (Formtastic >= 2.0)
49
45
 
50
46
  ## Formtastic (by justinfrench)
51
47
 
@@ -91,7 +87,7 @@ The SimpleForm Input class adds `class='ui-date-picker'` to the text input, whic
91
87
  ```ruby
92
88
  <% simple_form_for @person do |f| -%>
93
89
  <%= f.input :name %>
94
- <%= f.input :born, :as => :date_time_picker %>
90
+ <%= f.input :born, :as => :ui_date_time_picker %>
95
91
  <% end -%>
96
92
  ```
97
93
 
metadata CHANGED
@@ -1,32 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ui_datepicker-rails3
3
- version: !ruby/object:Gem::Version
4
- hash: 19
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
5
5
  prerelease:
6
- segments:
7
- - 1
8
- - 1
9
- - 0
10
- version: 1.1.0
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Kristian Mandrup
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2011-11-25 00:00:00 Z
12
+ date: 2011-11-25 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
- description: jQuery UI datepicker integration for Formtastic, Simple Form and Active Admin
14
+ description: jQuery UI datepicker integration for Formtastic, Simple Form and Active
15
+ Admin
22
16
  email: kmandrup@gmail.com
23
17
  executables: []
24
-
25
18
  extensions: []
26
-
27
- extra_rdoc_files:
19
+ extra_rdoc_files:
28
20
  - README.mdown
29
- files:
21
+ files:
30
22
  - lib/active_admin/inputs/ui_date_picker_input.rb
31
23
  - lib/active_admin/inputs/ui_date_time_picker_input.rb
32
24
  - lib/active_admin/inputs_ext.rb
@@ -51,39 +43,31 @@ files:
51
43
  - spec/ui_datepicker-rails3_spec.rb
52
44
  - spec/use_in_rails_spec.rb
53
45
  homepage: http://github.com/kristianmandrup/ui_datepicker-rails3x
54
- licenses:
46
+ licenses:
55
47
  - MIT
56
48
  post_install_message:
57
49
  rdoc_options: []
58
-
59
- require_paths:
50
+ require_paths:
60
51
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
52
+ required_ruby_version: !ruby/object:Gem::Requirement
62
53
  none: false
63
- requirements:
64
- - - ">="
65
- - !ruby/object:Gem::Version
66
- hash: 3
67
- segments:
68
- - 0
69
- version: "0"
70
- required_rubygems_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ! '>='
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
59
  none: false
72
- requirements:
73
- - - ">="
74
- - !ruby/object:Gem::Version
75
- hash: 3
76
- segments:
77
- - 0
78
- version: "0"
60
+ requirements:
61
+ - - ! '>='
62
+ - !ruby/object:Gem::Version
63
+ version: '0'
79
64
  requirements: []
80
-
81
65
  rubyforge_project:
82
- rubygems_version: 1.8.22
66
+ rubygems_version: 1.8.24
83
67
  signing_key:
84
68
  specification_version: 3
85
69
  summary: Use jQuery UI's date picker with formtastic easily
86
- test_files:
70
+ test_files:
87
71
  - spec/base_helper.rb
88
72
  - spec/configure_spec.rb
89
73
  - spec/spec_helper.rb
@@ -91,3 +75,4 @@ test_files:
91
75
  - spec/support/output_buffer.rb
92
76
  - spec/ui_datepicker-rails3_spec.rb
93
77
  - spec/use_in_rails_spec.rb
78
+ has_rdoc: