rails_jquery_ui_datepicker 0.0.1 → 0.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
|
|
7
7
|
s.version = RailsJqueryUiDatepicker::VERSION
|
8
8
|
s.authors = ["Michael Witrant"]
|
9
9
|
s.email = ["michael@ouvrages-web.fr"]
|
10
|
-
s.homepage = ""
|
10
|
+
s.homepage = "https://github.com/ouvrages/rails_jquery_ui_datepicker"
|
11
11
|
s.summary = %q{Make Rails date helpers use the JQuery UI Datepicker}
|
12
12
|
s.description = %q{Make Rails date helpers use the JQuery UI Datepicker}
|
13
13
|
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails_jquery_ui_datepicker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 9
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
- 0
|
9
8
|
- 1
|
10
|
-
version: 0.
|
9
|
+
version: "0.1"
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Michael Witrant
|
@@ -39,7 +38,7 @@ files:
|
|
39
38
|
- vendor/assets/javascripts/jquery-ui-timepicker-addon.js
|
40
39
|
- vendor/assets/javascripts/rails_jquery_ui_datepicker.js.coffee
|
41
40
|
- vendor/assets/stylesheets/jquery-datetimepicker.css
|
42
|
-
homepage:
|
41
|
+
homepage: https://github.com/ouvrages/rails_jquery_ui_datepicker
|
43
42
|
licenses: []
|
44
43
|
|
45
44
|
post_install_message:
|