css3-ribbons 1.0 → 1.0.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.markdown +1 -1
- data/VERSION +1 -1
- data/{project → templates/project}/manifest.rb +0 -0
- metadata +5 -4
data/README.markdown
CHANGED
|
@@ -23,7 +23,7 @@ The __position__ argument can be one of the follow:
|
|
|
23
23
|
- bottom-right
|
|
24
24
|
|
|
25
25
|
## INSTALLATION
|
|
26
|
-
The CSS3 Ribbons gem is available from
|
|
26
|
+
The CSS3 Ribbons gem is available from [Gemcutter.org](http://www.gemcutter.org):
|
|
27
27
|
|
|
28
28
|
`gem install css3-ribbons`
|
|
29
29
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0
|
|
1
|
+
1.0.1
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: css3-ribbons
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 1
|
|
8
8
|
- 0
|
|
9
|
-
|
|
9
|
+
- 1
|
|
10
|
+
version: 1.0.1
|
|
10
11
|
platform: ruby
|
|
11
12
|
authors:
|
|
12
13
|
- Derek Perez
|
|
@@ -15,7 +16,7 @@ autorequire:
|
|
|
15
16
|
bindir: bin
|
|
16
17
|
cert_chain: []
|
|
17
18
|
|
|
18
|
-
date: 2010-08-
|
|
19
|
+
date: 2010-08-14 00:00:00 -07:00
|
|
19
20
|
default_executable:
|
|
20
21
|
dependencies:
|
|
21
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -47,7 +48,7 @@ files:
|
|
|
47
48
|
- VERSION
|
|
48
49
|
- stylesheets/_css3-ribbons.sass
|
|
49
50
|
- lib/css3-ribbons.rb
|
|
50
|
-
- project/manifest.rb
|
|
51
|
+
- templates/project/manifest.rb
|
|
51
52
|
has_rdoc: true
|
|
52
53
|
homepage: http://blog.derekperez.com/
|
|
53
54
|
licenses: []
|