foundation-datepicker-rails 0.0.1 → 0.0.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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/foundation-datepicker-rails.gemspec +1 -1
- data/lib/foundation/datepicker/rails/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0a5970f21aaa8433a2dbf655bedc963488b5f297
|
4
|
+
data.tar.gz: eaf555dd1967b9f4e7e8f5b6254647d1e11922e9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 370dadece027a270fdcf1697c97b9929ef2efd64a6fe9d003a9be9acc1c5d8ac4e92d0a8480639c0b6758e91df15acb96a861f22b30486676dafab4b394bd0d2
|
7
|
+
data.tar.gz: 591378054bd408ade60c0f4b65aaa35000d7204d67d3d84ff3e5c466a1025f4ff6f2ae53338a77673b858781127e5499951a3a5d7db08ad509c066dcc1f69005
|
data/README.md
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
|
1
|
+
foundation-datepicker-rails
|
2
2
|
===
|
3
3
|
|
4
4
|
A ruby gem that implements the `foundation-datepicker` functionality. The project can be found on its [Github](https://github.com/najlepsiwebdesigner/foundation-datepicker) page.
|
@@ -9,7 +9,7 @@ A ruby gem that implements the `foundation-datepicker` functionality. The projec
|
|
9
9
|
Add this to your Gemfile:
|
10
10
|
|
11
11
|
```
|
12
|
-
gem '
|
12
|
+
gem 'foundation-datepicker-rails'
|
13
13
|
```
|
14
14
|
|
15
15
|
and run `bundle install`.
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
8
8
|
spec.version = Foundation::Datepicker::Rails::VERSION
|
9
9
|
spec.authors = ["Kurt Mueller", "Peeyush Kumar"]
|
10
10
|
spec.email = ["mueller.128@osu.edu", "peeyush.hsuyeep@gmail.com"]
|
11
|
-
spec.homepage = "
|
11
|
+
spec.homepage = "https://github.com/peeyush1234/foundation-datepicker-rails"
|
12
12
|
spec.summary = "Rails gem for foundation-datepicker."
|
13
13
|
spec.description = "A simple assets gem for foundation-datepicker, whose documentation can be found here: http://foundation-datepicker.peterbeno.com/example.html"
|
14
14
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foundation-datepicker-rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kurt Mueller
|
@@ -147,7 +147,7 @@ files:
|
|
147
147
|
- vendor/assets/stylesheets/foundation-datepicker.css
|
148
148
|
- vendor/assets/stylesheets/foundation-datepicker.css.map
|
149
149
|
- vendor/assets/stylesheets/foundation-datepicker.min.css
|
150
|
-
homepage:
|
150
|
+
homepage: https://github.com/peeyush1234/foundation-datepicker-rails
|
151
151
|
licenses: []
|
152
152
|
metadata: {}
|
153
153
|
post_install_message:
|