boostrap-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 +4 -4
- data/README.md +11 -26
- data/boostrap-sass.gemspec +2 -0
- data/lib/boostrap/sass/version.rb +1 -1
- metadata +15 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a0fc97568839ec977e0f7ffb30a9f67fe97e7bf2
|
4
|
+
data.tar.gz: f64c56cd5f6c3ec14b93b952df1cc2a09258efe1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05f8df451d145c70d784d713ce1b1b9658a65a174291a9c85b33cc3af1d2ff43bdba460c619d8f759374bef24d93c3ac23b561b8f8fa315fd8dc9a2bf8819a31
|
7
|
+
data.tar.gz: 16d0243e30faaec13a1fc5fd4eca087ff15d4598523b164fd7eda0b8454b3f512d1fe163dcea7e950e1fd08f2f04dfb6401f4b9dd46128f9f0d0643ffd77c019
|
data/README.md
CHANGED
@@ -1,29 +1,14 @@
|
|
1
|
-
|
1
|
+
I think you meant bootstrap-sass
|
2
2
|
|
3
|
-
TODO: Write a gem description
|
4
3
|
|
5
|
-
|
4
|
+
.'``'. ...
|
5
|
+
:o o `....'` ;
|
6
|
+
`. O :'
|
7
|
+
`': `.
|
8
|
+
`:. `.
|
9
|
+
: `. `.
|
10
|
+
`..'`... `.
|
11
|
+
`... `.
|
12
|
+
boo! ``... `.
|
13
|
+
`````.
|
6
14
|
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'boostrap-sass'
|
10
|
-
|
11
|
-
And then execute:
|
12
|
-
|
13
|
-
$ bundle
|
14
|
-
|
15
|
-
Or install it yourself as:
|
16
|
-
|
17
|
-
$ gem install boostrap-sass
|
18
|
-
|
19
|
-
## Usage
|
20
|
-
|
21
|
-
TODO: Write usage instructions here
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Add some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create new Pull Request
|
data/boostrap-sass.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boostrap-sass
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benjamin Eckel
|
@@ -38,6 +38,20 @@ dependencies:
|
|
38
38
|
- - ">="
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: '0'
|
41
|
+
- !ruby/object:Gem::Dependency
|
42
|
+
name: bootstrap-sass
|
43
|
+
requirement: !ruby/object:Gem::Requirement
|
44
|
+
requirements:
|
45
|
+
- - ">="
|
46
|
+
- !ruby/object:Gem::Version
|
47
|
+
version: '0'
|
48
|
+
type: :runtime
|
49
|
+
prerelease: false
|
50
|
+
version_requirements: !ruby/object:Gem::Requirement
|
51
|
+
requirements:
|
52
|
+
- - ">="
|
53
|
+
- !ruby/object:Gem::Version
|
54
|
+
version: '0'
|
41
55
|
description: boo!
|
42
56
|
email:
|
43
57
|
- bhelx@simst.im
|