volt-materialize-fields 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/VERSION +1 -1
  3. data/volt-fields.gemspec +1 -1
  4. metadata +2 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d717b692b8d17efe00f4b19eb44a71dab93b7b9e
4
- data.tar.gz: 7f0ac9c20ea4e02f83fe90d5421a2924ffc9ca8a
3
+ metadata.gz: 7911bfa7eddd7bc8a02772dd48237161993b8f60
4
+ data.tar.gz: 35910f2c2ed9483cc63ba2dadd22e9619364c9aa
5
5
  SHA512:
6
- metadata.gz: b8c5ed35e58e6c5a133ea82c87662afab7c4871990a1bad1abf8d79e533c26bad29d3d79f975a4bc39960182c99c0a0e0b1a2fbb2bc2a3ab62c6fcd6f283b4b5
7
- data.tar.gz: 95337f9e3a0cd9adb3ce780cc50d2505ca7be7ed0e812a9bc73610439c14a8f4f422c72f33ec53c802328e3eb3f63e1e620f642520f39ad639a8d8f434709f8a
6
+ metadata.gz: 49ce1aa720713951c6062c8c75e0b1cec4c08dbb7c15e83c25b06814ed034424b756c27928c27bc9793d3840c8137a4954dbddaadf421ee1ee3fe6e5709b2854
7
+ data.tar.gz: b11108804beebd87f83bd198558ebcd96f28ceb9daab57cdbf4ac2b1e21c29f6d47a33936ffd714815557ba6d18df246c9cc435f97dc7740463112e22ab3e3de
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.1
1
+ 0.0.2
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.version = version
11
11
  spec.authors = ["Adam Cooper"]
12
12
  spec.email = ["mail@adamcooper.de"]
13
- spec.summary = %q{Provides controls for text and textarea fields with built in error reporting and materialize formatting}
13
+ spec.summary = %q{This is a modified version of Volt-Fields to work with Materializecss}
14
14
  spec.homepage = ""
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: volt-materialize-fields
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
  - Adam Cooper
@@ -95,6 +95,5 @@ rubyforge_project:
95
95
  rubygems_version: 2.2.2
96
96
  signing_key:
97
97
  specification_version: 4
98
- summary: Provides controls for text and textarea fields with built in error reporting
99
- and materialize formatting
98
+ summary: This is a modified version of Volt-Fields to work with Materializecss
100
99
  test_files: []