kablam 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/kablam.gemspec +2 -2
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 70e657238bc10576a6345b019c4a52589384d48bc422f1c10e4d4674a845118d
|
4
|
+
data.tar.gz: d65147ec7617e00e3f75dfd9b5e1a2ca2bfcd39097c9cfe9dc36040bc8bd2893
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09179f11166ad9c57d13b95ac3529c9c610668c4a70e1de3a8780deda50b9b4ed22c1bad2f8356bb0cfc31a0c480da87237ee57d32ae96fac4a8fae4665d6992'
|
7
|
+
data.tar.gz: fec168e9070011db8854c55a48e1504a6970e0de5471a3f639c9fd4571527fe10358c9d0bb7d13e07ac2430c1698eb07fb68b35aefdc1938dc98a9c6fb6af677
|
data/kablam.gemspec
CHANGED
@@ -1,9 +1,9 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'kablam'
|
3
|
-
s.version = '0.1.
|
3
|
+
s.version = '0.1.3'
|
4
4
|
s.date = '2018-09-14'
|
5
5
|
s.summary = "Kablam! All the things you hate. But Faster."
|
6
|
-
s.description = "Gem to make development of everything in rails faster. Form creation & styling, all the resource routes, even actioncable messaging
|
6
|
+
s.description = "Gem to make development of everything in rails faster. Form creation & styling, all the resource routes, even actioncable messaging!\n {NOTE: In Development. NOT READY FOR TESTING.}"
|
7
7
|
s.authors = ["Sergio Rivas"]
|
8
8
|
s.email = 'sergiorivas@163.com'
|
9
9
|
s.files = `git ls-files`.split("\n")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: kablam
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sergio Rivas
|
@@ -52,8 +52,9 @@ dependencies:
|
|
52
52
|
- - ">="
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
|
-
description:
|
56
|
-
& styling, all the resource routes, even actioncable messaging!
|
55
|
+
description: |-
|
56
|
+
Gem to make development of everything in rails faster. Form creation & styling, all the resource routes, even actioncable messaging!
|
57
|
+
{NOTE: In Development. NOT READY FOR TESTING.}
|
57
58
|
email: sergiorivas@163.com
|
58
59
|
executables: []
|
59
60
|
extensions: []
|