github-badge 0.1.0 → 0.1.1
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.
- data/README.md +7 -1
- data/github-badge.gemspec +1 -1
- data/lib/github-badge/version.rb +1 -1
- metadata +5 -5
data/README.md
CHANGED
|
@@ -9,6 +9,12 @@ Usage
|
|
|
9
9
|
|
|
10
10
|
Make sure, you’re using [Sass](http://sass-lang.com/) and [Compass](http://compass-style.org/).
|
|
11
11
|
|
|
12
|
+
gem install github-badge
|
|
13
|
+
|
|
14
|
+
config.rb
|
|
15
|
+
|
|
16
|
+
require "github-badge"
|
|
17
|
+
|
|
12
18
|
HTML:
|
|
13
19
|
|
|
14
20
|
<a id="github" href="https://github.com/hagenburger">
|
|
@@ -52,7 +58,7 @@ Dependencies
|
|
|
52
58
|
Licence
|
|
53
59
|
-------
|
|
54
60
|
|
|
55
|
-
Released under the MIT
|
|
61
|
+
Released under the MIT License. See [MIT-LICENSE](https://github.com/hagenburger/github-badge/blob/master/MIT-LICENSE) for details.
|
|
56
62
|
|
|
57
63
|
© [Nico Hagenburger](http://www.hagenburger.net/) 2011
|
|
58
64
|
|
data/github-badge.gemspec
CHANGED
|
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
|
|
|
13
13
|
|
|
14
14
|
s.required_rubygems_version = ">= 1.3.6"
|
|
15
15
|
|
|
16
|
-
s.add_dependency "sass", ">= 3.1.0.alpha.
|
|
16
|
+
s.add_dependency "sass", ">= 3.1.0.alpha.214"
|
|
17
17
|
s.add_dependency "compass", ">= 0.10.0"
|
|
18
18
|
|
|
19
19
|
s.add_development_dependency "bundler", ">= 1.0.0"
|
data/lib/github-badge/version.rb
CHANGED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Nico Hagenburger
|
|
@@ -14,7 +14,7 @@ autorequire:
|
|
|
14
14
|
bindir: bin
|
|
15
15
|
cert_chain: []
|
|
16
16
|
|
|
17
|
-
date: 2011-01-
|
|
17
|
+
date: 2011-01-24 00:00:00 +01:00
|
|
18
18
|
default_executable:
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
@@ -29,8 +29,8 @@ dependencies:
|
|
|
29
29
|
- 1
|
|
30
30
|
- 0
|
|
31
31
|
- alpha
|
|
32
|
-
-
|
|
33
|
-
version: 3.1.0.alpha.
|
|
32
|
+
- 214
|
|
33
|
+
version: 3.1.0.alpha.214
|
|
34
34
|
type: :runtime
|
|
35
35
|
version_requirements: *id001
|
|
36
36
|
- !ruby/object:Gem::Dependency
|