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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64af78d12657bb68a03b8d5cd3e676579ee96f82
4
- data.tar.gz: 144e00f2f41e38fa0cef650eb7242749b899353d
3
+ metadata.gz: 0a5970f21aaa8433a2dbf655bedc963488b5f297
4
+ data.tar.gz: eaf555dd1967b9f4e7e8f5b6254647d1e11922e9
5
5
  SHA512:
6
- metadata.gz: 10f7440a34fbc883c4c3cb700ade060f040f19f88efc5a6d2c1c0f6dc8366750d4ee316e9816a3f4bb9808d1cc0910a54b3a884fe3d011ea7a26e315f81836e8
7
- data.tar.gz: 3a9d4a6d255aaeaad96daa4aad3292f46b879113bb24e12f1d372f5de93fd901fa018fef5fd3ac3282d31a42f8daf0168ad650fca984e1e7933b79519e0e2416
6
+ metadata.gz: 370dadece027a270fdcf1697c97b9929ef2efd64a6fe9d003a9be9acc1c5d8ac4e92d0a8480639c0b6758e91df15acb96a861f22b30486676dafab4b394bd0d2
7
+ data.tar.gz: 591378054bd408ade60c0f4b65aaa35000d7204d67d3d84ff3e5c466a1025f4ff6f2ae53338a77673b858781127e5499951a3a5d7db08ad509c066dcc1f69005
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- foundation_datepicker_rails
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 'foundation_datepicker_rails'
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 = "http://github.com/KurtRMueller/foundation_datepicker_rails"
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
 
@@ -1,7 +1,7 @@
1
1
  module Foundation
2
2
  module Datepicker
3
3
  module Rails
4
- VERSION = "0.0.1"
4
+ VERSION = "0.0.2"
5
5
  end
6
6
  end
7
7
  end
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.1
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: http://github.com/KurtRMueller/foundation_datepicker_rails
150
+ homepage: https://github.com/peeyush1234/foundation-datepicker-rails
151
151
  licenses: []
152
152
  metadata: {}
153
153
  post_install_message: