materialize_it 0.1.1 → 0.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: 9aa1ee53ba56327be9d421b29f5ced17405b3082
4
- data.tar.gz: 6d71bdddb55921dcc852601d6fdf19de83ddf216
3
+ metadata.gz: bb5f90dd2363a3b56043324c8051d0fc91c278c4
4
+ data.tar.gz: af9f63850c0dffec82737528de4361efe22868f5
5
5
  SHA512:
6
- metadata.gz: cbc275dde6cfa5f78244f49a21bceb29fb61ddf6984ccddce2c2893720a2d63045af6f8a4ba43715299dcd3910f90b71f765b4ec75bdf9ed193eeb2fa23e449e
7
- data.tar.gz: dcdf0b60c3b5788951ff7753b472ed1946e41af5696e6e492072846b2f5de2a6d7e9fb31f7c7e7b51dafed056c7095808a9fd01e3351c0c94cf085fc5ed8c468
6
+ metadata.gz: fa4fed88f4f24c5867c850309208c30d2d2146c8506e5de9eee250db112169fd3c820fad63e4596e84fc5e2688fbc51d57c8ab07dc11f4d09c94259a482be53f
7
+ data.tar.gz: 4815fdd802cc4614b2d45b93c4e414a637a75df45675a2880e1c16fc37c90290ab422e3087e4ad2e2c432b2d76df5f14ff3847a75d96341a4d8b166ffe1163e1
@@ -1,3 +1,3 @@
1
1
  module MaterializeIt
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["henrychuahb@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Materialize generator for rails}
13
- spec.description = %q{Once you install this gem following the steps, you will be able to generate beautiful materialize views with scaffol}
13
+ spec.description = %q{This gem is currently in development}
14
14
  spec.homepage = "https://github.com/HenryTimelessness/materialize_it"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: materialize_it
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - henrychuahb-mac
@@ -38,8 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: '10.0'
41
- description: Once you install this gem following the steps, you will be able to generate
42
- beautiful materialize views with scaffol
41
+ description: This gem is currently in development
43
42
  email:
44
43
  - henrychuahb@gmail.com
45
44
  executables: []