staple 0.0.6 → 0.0.7

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -3
  3. data/staple.gemspec +2 -2
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3335486bed932886c8c72fea9a964fa726029b91
4
- data.tar.gz: 68495a5ddd29467419fd553eeb88d6551e78c9e6
3
+ metadata.gz: 15cf08413bdc2df54dc499d44259159af36cb7ab
4
+ data.tar.gz: 9934d7a3d9aa7f00ca9cc1fba08aa0f5f65ef2a8
5
5
  SHA512:
6
- metadata.gz: 3b3706306b8f184752102dbb24be64b8325295f45a65c6afffb6249fcbdea099daaed54066eb10d0e1b15279fac30e437f51a51d552b2a996226447e7343c16f
7
- data.tar.gz: e587fe1911c46c3d8d24076a6df2ee85dfd557b19d8a198ba3eb6a38e915191c7f56ab5fa359f8581a8d6c1b6102fd309bc96ef6b06ff28ff7aa444e5dcc87f8
6
+ metadata.gz: 0e3923d77f9d07210d9d384b7d0217b3f910c210ee3f6b21c0733dc314c384db420bfeb495c0f888069c92680d17cd2ce334ab7d3249c1432d5373a68c8fe7a3
7
+ data.tar.gz: 5e383658c1aba45a61e4cbcdab1bd4829c49661bce5c1cd6f58ccfa211e826dafa0662aa42d13b9ff229f6db85f65f297f04646b79e92eb7899ee9cf2b22c620
data/README.md CHANGED
@@ -1,20 +1,21 @@
1
1
  #Staple - COMING SOON
2
2
 
3
- CSS platform in the spirit of thoughtbot/refills. Built on top of foundation.
3
+ High level UI framework. Built on top of foundation.
4
4
 
5
5
  ##Install
6
6
  ```ruby
7
7
  #Gemfile
8
+ gem 'font-awesome-rails'
9
+ gem 'foundation-rails'
8
10
  gem 'staple'
9
11
  ```
10
12
 
11
13
  ```command
12
14
  bundle install
15
+ spring stop
13
16
  rails g staple:install
14
17
  ```
15
18
 
16
- If generator hangs, call spring stop then try again
17
-
18
19
  ##Simple, Universal Markup
19
20
  ```slim
20
21
  section.row
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.0.6"
7
+ spec.version = "0.0.7"
8
8
  spec.summary = "a high level ui generator (COMING SOON)"
9
- spec.description = "Coming Soon. Built on top of foundation. In the spirit of thoughtbot/refills"
9
+ spec.description = "Coming Soon. Built on top of foundation."
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.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Helsing
@@ -122,7 +122,7 @@ dependencies:
122
122
  - - ">="
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
- description: Coming Soon. Built on top of foundation. In the spirit of thoughtbot/refills
125
+ description: Coming Soon. Built on top of foundation.
126
126
  email:
127
127
  - ryan.helsing@centerian.com
128
128
  executables: []