materialize-form 1.0.4 → 1.0.5

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: 8c8f178a0f8eccb9b5717b7aceb38941dbae4e7b
4
- data.tar.gz: 257ea9a5e75fdaaea28689eb2344024da8dbbd98
3
+ metadata.gz: 98c87bc570f6d6d989a0899dcf92ea886aae4612
4
+ data.tar.gz: 92a0fe8b7d5b225038b7f723166e1eddc703b474
5
5
  SHA512:
6
- metadata.gz: 5b3aa1d62f7ae9b5b07e96c4cabb85158d4a6c2a3173a20d6c53f10f523df8401689164e13e0dbfbf6a085fa8cda05aa5757f927cfce690c9158f5051390e033
7
- data.tar.gz: a083b1bc6a2f262d80767b1347a866dbbf6653c82329e4330e12df789d6cc2f8406eac48b051492d38c9b4b718ac3c46f719eaec94b3651513d96e9270c5e98c
6
+ metadata.gz: 9b76be6b725c02362562066a1e80dc1650f7db8cfc9ae1c6675bd371010e7f1816ba48f4cf3f768ccee6c4ea034323a61a5ae2c9180a26c9b153ebd4181a8e45
7
+ data.tar.gz: 52fd84178cb3ee90d904e609a2d45a7a6d9c8551b4a800b319d0612c2281e83f385138d6ca19c40753f9e5ff95de5e88a7e232fb9c14f5dd920641ac90755afd
data/README.md CHANGED
@@ -4,7 +4,7 @@ This is a generator gem for [SimpleForm](https://github.com/plataformatec/simple
4
4
 
5
5
  There is an example application available on Heroku that demonstrate various features of Materialize::Form. You can view here: http://materialize-form.herokuapp.com/. To see the [Source Code](https://github.com/jamesfwz/materialize-form-example)
6
6
 
7
- Haven't install [SimpleForm](https://github.com/plataformatec/simple_form) and [MaterializeCSS](http://materializecss.com/)? Please follow this instruction:
7
+ Haven't install [SimpleForm](https://github.com/plataformatec/simple_form) and [Materialize SASS](https://github.com/mkhairi/materialize-sass)? Please follow this instruction:
8
8
 
9
9
  Add this line to your application's Gemfile:
10
10
 
@@ -15,7 +15,14 @@ gem 'materialize-sass'
15
15
 
16
16
  ```
17
17
  $ bundle install
18
- rails generate simple_form:install
18
+ $ rails generate simple_form:install
19
+ ```
20
+
21
+ Require Materialize javascripts in app/assets/javascripts/application.js:
22
+
23
+ ```
24
+ //= require jquery
25
+ //= require materialize-sprockets
19
26
  ```
20
27
 
21
28
  Import Materialize styles in app/assets/stylesheets/application.scss:
@@ -1,5 +1,5 @@
1
1
  module Materialize
2
2
  module Form
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize-form
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.4
4
+ version: 1.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - James La
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-06-08 00:00:00.000000000 Z
11
+ date: 2016-06-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,6 +81,7 @@ files:
81
81
  - materialize-form-1.0.1.gem
82
82
  - materialize-form-1.0.2.gem
83
83
  - materialize-form-1.0.3.gem
84
+ - materialize-form-1.0.4.gem
84
85
  - materialize-form.gemspec
85
86
  homepage: http://materialize-form.herokuapp.com/users/new
86
87
  licenses: