cutestrap 0.1.0.pre → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -7
  3. data/lib/cutestrap/version.rb +1 -1
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8fb24afb41a362ed515a0929c0c75b73e8730ed7
4
- data.tar.gz: 2db9251a694cc3e08f6175e27cc525957d922750
3
+ metadata.gz: 75766f7b67a9e30ea4577210ff9ea6b8c84d73e6
4
+ data.tar.gz: 603e6c672929c294d15f653b3259eb2824f5c3cf
5
5
  SHA512:
6
- metadata.gz: dbdf01e208792df19aa0a5be697752826ffb8f532e2cae003330a97a39c938558967ef5e1731ef3e83b0396a09e5c5ebc2e19dc29262f00624d6bc858813feac
7
- data.tar.gz: 2b4d80b07ba13a56ad31f0430d84dc010202e2efb742424670e4342b8b7010ec8ee18f58b3e108d338893bcd4d242c95ed38ae8d606ccd55f0f784e11a416fd1
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
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/cutestrap`. To experiment with that code, run `bin/console` for an interactive prompt.
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
- TODO: Write usage instructions here
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
-
@@ -1,3 +1,3 @@
1
1
  module Cutestrap
2
- VERSION = "0.1.0.pre"
2
+ VERSION = "0.1.0"
3
3
  end
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.pre
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: 1.3.1
69
+ version: '0'
70
70
  requirements: []
71
71
  rubyforge_project:
72
72
  rubygems_version: 2.5.1