cutestrap 0.1.0.pre → 0.1.0
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 +8 -7
- data/lib/cutestrap/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75766f7b67a9e30ea4577210ff9ea6b8c84d73e6
|
4
|
+
data.tar.gz: 603e6c672929c294d15f653b3259eb2824f5c3cf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac69d688b16bcf28325a2b16f615e7c4f34498ea772248dd82c0cf35bf6ebdfacbb98eb02e9466e848fdbb10acd3fd75abc7cfa1894b6b4c70bb94cdb4448d7f
|
7
|
+
data.tar.gz: 268b1fedeed36c29d6bb0d7d32dd5fd4b45bf5b197f0d6df5b7d4ed1cea5faf73ddc2f142d4afe030a5e022c382221a07592abc5ad1c4e6413f29f97a8e6b42c
|
data/README.md
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
# Cutestrap
|
2
|
+
[Cutestrap](http://cutestrap.com) is a 8KB CSS framework with vertical rhythm, grid and form controls. It is an alternative to bootstrap.
|
2
3
|
|
3
|
-
|
4
|
-
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
4
|
+
Cutestrap is made by Tyler Childs. This gem is an unofficial integration of latest cutestrap to Rails 3.x & rails 4.x
|
6
5
|
|
7
6
|
## Installation
|
8
7
|
|
@@ -21,9 +20,12 @@ Or install it yourself as:
|
|
21
20
|
$ gem install cutestrap
|
22
21
|
|
23
22
|
## Usage
|
24
|
-
|
25
|
-
|
26
|
-
|
23
|
+
At application.css
|
24
|
+
```
|
25
|
+
*= require_tree .
|
26
|
+
*= require cutestrap
|
27
|
+
*= require_self
|
28
|
+
```
|
27
29
|
## Development
|
28
30
|
|
29
31
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
@@ -38,4 +40,3 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERN
|
|
38
40
|
## License
|
39
41
|
|
40
42
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
41
|
-
|
data/lib/cutestrap/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cutestrap
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.0
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Bryan Lim
|
@@ -64,9 +64,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
64
64
|
version: '0'
|
65
65
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
66
66
|
requirements:
|
67
|
-
- - "
|
67
|
+
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version:
|
69
|
+
version: '0'
|
70
70
|
requirements: []
|
71
71
|
rubyforge_project:
|
72
72
|
rubygems_version: 2.5.1
|