3d-ribbon 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. data/stylesheets/_3d-ribbon.scss +2 -3
  2. metadata +10 -16
@@ -64,9 +64,8 @@
64
64
 
65
65
  //Shadow only for bottom sides
66
66
  @if ($overlap-distance == 0) and ($sides == (left-bottom right-bottom)) or ($sides == (right-bottom left-bottom)) {
67
-
68
- background-position: 0 $ribbon-height;
69
- @include background-image(linear-gradient(#555 0px, rgba(255, 255, 255, 0) $overlap-height));
67
+
68
+ @include background(linear-gradient(#555 0px, rgba(255, 255, 255, 0) $overlap-height) 0 $ribbon-height);
70
69
 
71
70
  }
72
71
 
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: 3d-ribbon
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
5
- prerelease:
4
+ prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 1
9
- - 1
10
- version: 0.1.1
8
+ - 2
9
+ version: 0.1.2
11
10
  platform: ruby
12
11
  authors:
13
12
  - Leandro D'Onofrio
@@ -15,23 +14,21 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2011-05-28 00:00:00 Z
17
+ date: 2011-05-28 00:00:00 -03:00
18
+ default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: compass
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
24
  requirements:
26
25
  - - ">="
27
26
  - !ruby/object:Gem::Version
28
- hash: 62196237
29
27
  segments:
30
28
  - 0
31
- - 11
32
- - beta
33
- - 3
34
- version: 0.11.beta.3
29
+ - 12
30
+ - 1
31
+ version: 0.12.1
35
32
  type: :runtime
36
33
  version_requirements: *id001
37
34
  description: 3D ribbons using only CSS - for compass
@@ -50,6 +47,7 @@ files:
50
47
  - templates/project/3d-ribbon-examples.scss
51
48
  - templates/project/manifest.rb
52
49
  - templates/project/stylesheets/3d-ribbon-examples.css
50
+ has_rdoc: true
53
51
  homepage: https://github.com/dzignus/compass-3d-ribbon
54
52
  licenses: []
55
53
 
@@ -59,27 +57,23 @@ rdoc_options: []
59
57
  require_paths:
60
58
  - lib
61
59
  required_ruby_version: !ruby/object:Gem::Requirement
62
- none: false
63
60
  requirements:
64
61
  - - ">="
65
62
  - !ruby/object:Gem::Version
66
- hash: 3
67
63
  segments:
68
64
  - 0
69
65
  version: "0"
70
66
  required_rubygems_version: !ruby/object:Gem::Requirement
71
- none: false
72
67
  requirements:
73
68
  - - ">="
74
69
  - !ruby/object:Gem::Version
75
- hash: 3
76
70
  segments:
77
71
  - 0
78
72
  version: "0"
79
73
  requirements: []
80
74
 
81
75
  rubyforge_project:
82
- rubygems_version: 1.8.3
76
+ rubygems_version: 1.3.6
83
77
  signing_key:
84
78
  specification_version: 3
85
79
  summary: 3D ribbons using only CSS - for compass