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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/staple.gemspec +2 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ccfafe3e428a38c7ea38cc0e81a154e6eaae559
4
- data.tar.gz: bd67004350b0f962371fb028aa24e0888642adf2
3
+ metadata.gz: e401719776b60e09e8922ba76c6b8fe82a1f8408
4
+ data.tar.gz: b064f3b4a787196ae16204c182c24c5a134220cf
5
5
  SHA512:
6
- metadata.gz: c783c7d61b810992998b6f68d64f5df95f18e97b561062a8d6bcbc7f0e4088f773fa71f42aa59d73fca719378fcaeb17bd3e811514938971c9cb151ed0bd9e27
7
- data.tar.gz: 5d3c4572db6c257fb45a9f070407406b55914bc50e791c825ff9bbb54a9db44909ba859e28f2c038027ee0aada8579c204d3a0d2f06e22cee1d5bc2e68d77c6d
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.0"
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 = "See github readme for details."
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.0
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: See github readme for details.
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: []