compass-capucine 0.2.0.rc1 → 0.2.0
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 +1 -1
- data/VERSION +1 -1
- data/compass-capucine.gemspec +2 -2
- metadata +5 -5
data/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
You can take a look at [Capucine](http://github.com/damln/Capucine).
|
|
4
4
|
|
|
5
|
-
<a href="https://twitter.com/share" class="twitter-share-button" data-via="damln">Tweet This</a>
|
|
5
|
+
<a target="_blank" href="https://twitter.com/share" class="twitter-share-button" data-via="damln">Tweet This</a>
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
## Usage
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.2.0
|
|
1
|
+
0.2.0
|
data/compass-capucine.gemspec
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "compass-capucine"
|
|
8
|
-
s.version = "0.2.0
|
|
8
|
+
s.version = "0.2.0"
|
|
9
9
|
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Damian Le Nouaille"]
|
|
12
12
|
s.date = "2012-05-28"
|
|
13
13
|
s.description = "Compass Plugin with helpers"
|
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: compass-capucine
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.0
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.2.0
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Damian Le Nouaille
|
|
@@ -98,13 +98,13 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
98
98
|
version: '0'
|
|
99
99
|
segments:
|
|
100
100
|
- 0
|
|
101
|
-
hash: -
|
|
101
|
+
hash: -2357869079672918861
|
|
102
102
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
103
|
none: false
|
|
104
104
|
requirements:
|
|
105
|
-
- - ! '
|
|
105
|
+
- - ! '>='
|
|
106
106
|
- !ruby/object:Gem::Version
|
|
107
|
-
version:
|
|
107
|
+
version: '0'
|
|
108
108
|
requirements: []
|
|
109
109
|
rubyforge_project:
|
|
110
110
|
rubygems_version: 1.8.21
|