materialize_timepicker_rails 0.1.1.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fd5afcd47c164d53b082b8d8d79226690fbbfd64
4
- data.tar.gz: 404fbf34c5a9e3a705b189408e1b998831cf26f4
3
+ metadata.gz: 653316c070c2e6ace802dfda2601c6bd19d501f5
4
+ data.tar.gz: 72041ee0c946f5fff4171e6316c7e6615f093912
5
5
  SHA512:
6
- metadata.gz: 65daffade3fdf775b20a9e033f05332571c29e9039737dcea452d95938da0d62e03a29c74edb440e235d3f3d65836aff9265d55c6efe57045362eeb91e1323b8
7
- data.tar.gz: a1a0d7adbe28ba9ffffaca6cc0d94f6275144cbd2ff0a42f077416a115c17cd694e01ec6773f3b900601447345b284682a09707c08c96fad264b6c5e20ee51c1
6
+ metadata.gz: 4066183f8c1cb60bb74c483b9db2fc2e089f866346a70d24efd5360696a276460e32bedbb46d145cbc652524e278d9293dc2e49e811974b05afc22872d66db1a
7
+ data.tar.gz: b8bb84daedebcbe85d9b649ef3426bc868bcf1defe4cf9c5d80472c0842347ea0c08c237ba2845cf5bd9872823c666f4dabc64dd4b640e31cc1a87f9016d7689
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Materialize Timepicker Rails is a simple drop in gem to provide a time picker form field for your rails 4+ App utilizing the Materialize CSS front end design framework http://materializecss.com/ - for more info.
4
4
 
5
- This gem is still in active development please check back or star this repo for updates.
5
+ This gem is still in active development please check back or star this repo for updates.
6
6
 
7
7
  ## Installation
8
8
 
@@ -22,17 +22,22 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ After installing and running ```bundle install``` add the following:
26
26
 
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
27
+ app/assets/javascripts/application.js
28
+ Make sure this is loaded after jQuery and Materializecss
29
+ ```ruby
30
+ //= require materialize_datepicker
31
+ ```
32
+ app/assets/stylesheets/application.scss
33
+ after materialize
34
+ ```ruby
35
+ *= require materialize_datepicker
36
+ ```
32
37
 
33
38
  ## Contributing
34
39
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/materialize_timepicker_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
40
+ Bug reports and pull requests are welcome on GitHub at https://github.com/swilson223/materialize_timepicker_rails. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
36
41
 
37
42
 
38
43
  ## License
@@ -1,3 +1,3 @@
1
1
  module MaterializeTimepickerRails
2
- VERSION = "0.1.1.1"
2
+ VERSION = "0.1.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize_timepicker_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1.1
4
+ version: 0.1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Wilson