github-badge 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
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 Licence. See MIT-LICENCE for details.
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
 
@@ -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.0"
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"
@@ -1,5 +1,5 @@
1
1
  module Github
2
2
  module Badge
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
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-18 00:00:00 +01:00
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
- - 0
33
- version: 3.1.0.alpha.0
32
+ - 214
33
+ version: 3.1.0.alpha.214
34
34
  type: :runtime
35
35
  version_requirements: *id001
36
36
  - !ruby/object:Gem::Dependency