ui_datepicker-rails3 1.1.1 → 1.1.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.
- data/README.mdown +2 -2
- metadata +2 -3
data/README.mdown
CHANGED
@@ -78,7 +78,7 @@ The gem adds a couple of new form inputs to SimpleForm that can be used like thi
|
|
78
78
|
```ruby
|
79
79
|
<% simple_form_for @person do |f| -%>
|
80
80
|
<%= f.input :name %>
|
81
|
-
<%= f.input :born, :as => :
|
81
|
+
<%= f.input :born, :as => :ui_date_picker %>
|
82
82
|
<% end -%>
|
83
83
|
```
|
84
84
|
|
@@ -192,7 +192,7 @@ In the Gemfile add this gem after _ActiveAdmin_ (`gem 'active_admin'`) to make s
|
|
192
192
|
|
193
193
|
```text
|
194
194
|
gem 'active_admin'
|
195
|
-
gem '
|
195
|
+
gem 'ui_datepicker-rails3'
|
196
196
|
```
|
197
197
|
|
198
198
|
Note: To configure css and js files with ActiveAdmin you can use the config DSL in the ActiveAdmin initializer.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ui_datepicker-rails3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -63,7 +63,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
63
|
version: '0'
|
64
64
|
requirements: []
|
65
65
|
rubyforge_project:
|
66
|
-
rubygems_version: 1.8.
|
66
|
+
rubygems_version: 1.8.25
|
67
67
|
signing_key:
|
68
68
|
specification_version: 3
|
69
69
|
summary: Use jQuery UI's date picker with formtastic easily
|
@@ -75,4 +75,3 @@ test_files:
|
|
75
75
|
- spec/support/output_buffer.rb
|
76
76
|
- spec/ui_datepicker-rails3_spec.rb
|
77
77
|
- spec/use_in_rails_spec.rb
|
78
|
-
has_rdoc:
|