staple 0.2.0 → 0.2.1
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/staple.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e401719776b60e09e8922ba76c6b8fe82a1f8408
|
|
4
|
+
data.tar.gz: b064f3b4a787196ae16204c182c24c5a134220cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 822d3d4f03245dcc446bb0067b431c542cca2a7c32d7e8fce55192e68ca26cf436adc9d3266b5ed34192deefdd22c7c740fc7f28ef5389a8409327299b0d335f
|
|
7
|
+
data.tar.gz: 5a3d3f45c5836b92f926f833cdeaa8fac8b8a6a1a42f31ca47e603f4561047719f85d3a387c996e6e6eb953fd575bdb402a1d1a956b3dc74816d7bf0e2c9e419
|
data/staple.gemspec
CHANGED
|
@@ -4,9 +4,9 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
|
|
4
4
|
|
|
5
5
|
Gem::Specification.new do |spec|
|
|
6
6
|
spec.name = "staple"
|
|
7
|
-
spec.version = "0.2.
|
|
7
|
+
spec.version = "0.2.1"
|
|
8
8
|
spec.summary = "Modular UI framework for rails built on top of foundation and sass."
|
|
9
|
-
spec.description = "
|
|
9
|
+
spec.description = "Modular UI framework for rails built on top of foundation and sass."
|
|
10
10
|
spec.authors = ["Ryan Helsing"]
|
|
11
11
|
spec.email = ["ryan.helsing@centerian.com"]
|
|
12
12
|
spec.homepage = "https://github.com/rhelsing/staple"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: staple
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryan Helsing
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '2.1'
|
|
69
|
-
description:
|
|
69
|
+
description: Modular UI framework for rails built on top of foundation and sass.
|
|
70
70
|
email:
|
|
71
71
|
- ryan.helsing@centerian.com
|
|
72
72
|
executables: []
|