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.
- checksums.yaml +4 -4
- data/README.md +4 -3
- 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: 15cf08413bdc2df54dc499d44259159af36cb7ab
|
|
4
|
+
data.tar.gz: 9934d7a3d9aa7f00ca9cc1fba08aa0f5f65ef2a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
-
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
125
|
+
description: Coming Soon. Built on top of foundation.
|
|
126
126
|
email:
|
|
127
127
|
- ryan.helsing@centerian.com
|
|
128
128
|
executables: []
|