3d-ribbon 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.
metadata ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: 3d-ribbon
3
+ version: !ruby/object:Gem::Version
4
+ hash: 25
5
+ prerelease:
6
+ segments:
7
+ - 0
8
+ - 1
9
+ - 1
10
+ version: 0.1.1
11
+ platform: ruby
12
+ authors:
13
+ - Leandro D'Onofrio
14
+ autorequire:
15
+ bindir: bin
16
+ cert_chain: []
17
+
18
+ date: 2011-05-28 00:00:00 Z
19
+ dependencies:
20
+ - !ruby/object:Gem::Dependency
21
+ name: compass
22
+ prerelease: false
23
+ requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
25
+ requirements:
26
+ - - ">="
27
+ - !ruby/object:Gem::Version
28
+ hash: 62196237
29
+ segments:
30
+ - 0
31
+ - 11
32
+ - beta
33
+ - 3
34
+ version: 0.11.beta.3
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ description: 3D ribbons using only CSS - for compass
38
+ email: leandrodonofrio@gmail.com
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ files:
46
+ - README.markdown
47
+ - lib/3d-ribbon.rb
48
+ - stylesheets/_3d-ribbon.scss
49
+ - templates/project/3d-ribbon-examples.html
50
+ - templates/project/3d-ribbon-examples.scss
51
+ - templates/project/manifest.rb
52
+ - templates/project/stylesheets/3d-ribbon-examples.css
53
+ homepage: https://github.com/dzignus/compass-3d-ribbon
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options: []
58
+
59
+ require_paths:
60
+ - lib
61
+ required_ruby_version: !ruby/object:Gem::Requirement
62
+ none: false
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ hash: 3
67
+ segments:
68
+ - 0
69
+ version: "0"
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ hash: 3
76
+ segments:
77
+ - 0
78
+ version: "0"
79
+ requirements: []
80
+
81
+ rubyforge_project:
82
+ rubygems_version: 1.8.3
83
+ signing_key:
84
+ specification_version: 3
85
+ summary: 3D ribbons using only CSS - for compass
86
+ test_files: []
87
+