todc-bs-sass 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c5e21f86175190829dfaf77792f09f5cf6910df5
4
- data.tar.gz: 1fd9851f27b807255697464d967e537728add58a
3
+ metadata.gz: d52106ec3fc450b1d4613eef2b4772f1f0439e6f
4
+ data.tar.gz: c6dd6eac28ff797bfd1a81a5b6e7ab4815fb2f93
5
5
  SHA512:
6
- metadata.gz: e6cb535621a3292e26b6d7be34fa76011e3347b7cd524882abdc56b54f0d77fe8afc5fc24ae6bf3355eceacd483165d31f5e29ce152f91da4fdac69391bb3dbe
7
- data.tar.gz: 16c0e9153da3184a12789f1eb748bbd0eff18c82a0961298a414c49a9236005375eb17ecdec9b1349f2112a18d1ade6bb08dadd984f61e6d38e25825afd14a0a
6
+ metadata.gz: 3068985e52f7835459e55573c22e00e94c3984ce68789b7e58ae772027a5b915fbbe3edd7d86d41d841981abf4a7afb7be615774f428672e6360f21ebade2a0e
7
+ data.tar.gz: c1a6b275a87e577930addd3fc5962877b1642a6969005e1066e8475c3cf0569353bcfff7b1a4838a988831dcfe987a5c639e0bcfbdd45baf81820f3822a7b3bc
data/README.md CHANGED
@@ -11,3 +11,34 @@ In **Rails 3+**, add this to your `Gemfile` and run the `bundle` command:
11
11
  ```
12
12
  gem 'todc-bs-sass'
13
13
  ```
14
+
15
+
16
+ ### Usage
17
+
18
+ Add necessary stylesheet file to `app/assets/stylesheets/application.css`:
19
+
20
+ ```
21
+ *= require 'todc-bs'
22
+ ```
23
+
24
+ Enjoy it.
25
+
26
+ See [Todc-Bootstrap](https://github.com/todc/todc-bootstrap#documentation) for more information.
27
+
28
+
29
+ ### ChangeLog
30
+
31
+ **v0.0.2 [2014-05-04]**
32
+
33
+ - `*= require 'todc-bs'`
34
+
35
+
36
+ **v0.0.1 [2014-05-03]**
37
+
38
+ - Release 0.0.1
39
+
40
+
41
+ ### Thanks
42
+
43
+ - [Bootstrap](https://github.com/twbs/bootstrap/)
44
+ - [Todc-Bootstrap](https://github.com/todc/todc-bootstrap)
@@ -1,7 +1,7 @@
1
1
  module Todc
2
2
  module BS
3
3
  module Sass
4
- VERSION = '0.0.1'
4
+ VERSION = '0.0.2'
5
5
  TODC_BOOTSTRAP_SHA = 'db8080bf63431810c8b454de7561e29364dc327a'
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ @import "todc-bootstrap"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: todc-bs-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liluo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-03 00:00:00.000000000 Z
11
+ date: 2014-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -41,6 +41,7 @@ files:
41
41
  - todc-bs-sass.gemspec
42
42
  - vendor/assets/stylesheets/todc-bootstrap.css
43
43
  - vendor/assets/stylesheets/todc-bootstrap.css.map
44
+ - vendor/assets/stylesheets/todc-bs.sass
44
45
  homepage: https://github.com/liluo/todc-bs-sass
45
46
  licenses:
46
47
  - MIT