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 +4 -4
- data/README.md +9 -2
- data/lib/materialize/form/version.rb +1 -1
- data/materialize-form-1.0.4.gem +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 98c87bc570f6d6d989a0899dcf92ea886aae4612
|
4
|
+
data.tar.gz: 92a0fe8b7d5b225038b7f723166e1eddc703b474
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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 [
|
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:
|
Binary file
|
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
|
+
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-
|
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:
|