plumcube 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +7 -15
  2. data/readme.md +11 -4
  3. data/stylesheets/_plumcube.scss +2 -2
  4. metadata +43 -46
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
- ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZDdmMThiZjk3NTBmNzY4NTdkMmU0OTA5NjJiYmNlNzcyZmExZmQ2ZQ==
5
- data.tar.gz: !binary |-
6
- MmRiODcwMjJhZDI0NGE4NWU1MzQ5YTMxNGVjMWYzYjJhNzRkODMzYQ==
7
- !binary "U0hBNTEy":
8
- metadata.gz: !binary |-
9
- YTA1YWQyZTI0ZDVjYjVhZGNmZTdkNmIwZjE1MGJkYzc4MWFmYWU4OGIzMGZk
10
- OTQzMTliYWNkNzdlMDE1YmNmZWJjNGU2OGFiNTM0Y2RhYjg5MzAyYzc3NmFj
11
- YmY4NWUxOTg1NTY1ZjNhYWNiZmU3ZGViYjE4YzQ3MDhhYzEwYmM=
12
- data.tar.gz: !binary |-
13
- Y2NkYjRkNGY0YzFiMWVjNmRiZDhjMDkyNDEyM2Q1NWIzNGE3MDA0MjVhYzI5
14
- MTIyODNhZDU4NzBkMTM5ZjJlYjI5Y2RjNGE3YjAzMDVlYmFjMzI4NjBhZTg1
15
- ZWFlZDU0MDg3NWZjOTFlYjc1YTljOWY4Yjk2ZWJkZjcxMjZhNmE=
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 3a65bc605022aefbb3cbd857cc329179bc3d2bc1
4
+ data.tar.gz: 4d44d723063bd56a6f9fe4110530137ad8053647
5
+ SHA512:
6
+ metadata.gz: 9deb51a31417a9234b6d8d4acbe4ea8c0521b4302e8dd76bdb88b3e68dc3a1edf85b28fc65187f31dd1ce47f5480b08cc54ab1a4744aed8f2fe465a6735fe6b2
7
+ data.tar.gz: 170521a994185bde35fedb5a9edad667f1ebc3fabefef68d7cd7e8f18ed56143fc8917a298f935dc00a627e3e482c72348a46d5d39803a928b7b530b5a1b3594
data/readme.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # plumcube
2
2
 
3
- **A compass mixin for creating 3D cubes of all shapes and sizes... as long as that shape is a cube.**
3
+ **A compass extension for creating 3D cubes of all shapes and sizes... as long as that shape is a cube.**
4
4
 
5
5
  ## Ex-ante
6
6
 
@@ -118,6 +118,13 @@ You need to call the mixin on the container representing the axis that you want
118
118
  }
119
119
 
120
120
 
121
- You can technically spin all 3 axes at once, but the animation looks best when kept simple and limited to one axis.
122
-
123
- ### Stay tuned for the next installment, in which I actually attempt to sit down and focus for long enough to complete these instructions!
121
+ You can technically spin all 3 axes at once, but the animation looks best when kept simple and limited to one axis. If you want to spin the cube in the opposite direction from the default, add the optional `reverse` parameter to your include:
122
+
123
+ .cube-y {
124
+ @include spincube(y, 5s, reverse);
125
+ }
126
+
127
+ ##Questions? Comments? Concerns? Hugs?*
128
+ Please feel free to contact me with any feedback you may have. The plumcube welcomes all.
129
+
130
+ **Note: Hugs only accepted under the condition that the hug-giver has bathed/showered within the past 24 hours, and is not covered with any contaminants, foreign or otherwise, at the time of hug delivery.*
@@ -22,7 +22,7 @@ cube it up
22
22
  @include perspective($perspective+px);
23
23
  @include perspective-origin($origin);
24
24
  width: $x + px;
25
- height: $z + px;
25
+ height: $y + px;
26
26
  .cube-z, .cube-y, .cube-x {
27
27
  @include transform-style(preserve-3d);
28
28
  @include transition(all 1s ease-in-out);
@@ -66,7 +66,7 @@ cube it up
66
66
  @include transform(rotateX(90deg) translateZ(($z/2)+px));
67
67
  }
68
68
  &:nth-child(6) {
69
- @include transform(rotateX(90deg) translateZ(-($x - ($z/2))+px));
69
+ @include transform(rotateX(90deg) translateZ(-($y - ($z/2))+px));
70
70
 
71
71
  }
72
72
  }
metadata CHANGED
@@ -1,78 +1,75 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: plumcube
3
- version: !ruby/object:Gem::Version
4
- version: 0.0.8
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.9
5
5
  platform: ruby
6
- authors:
6
+ authors:
7
7
  - Stephanie Plumeri
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-07-24 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
11
+
12
+ date: 2013-09-10 00:00:00 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
14
15
  name: sass
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - ! '>'
18
- - !ruby/object:Gem::Version
19
- version: 3.2.9
20
- type: :runtime
21
16
  prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - ! '>'
25
- - !ruby/object:Gem::Version
17
+ requirement: &id001 !ruby/object:Gem::Requirement
18
+ requirements:
19
+ - - ">"
20
+ - !ruby/object:Gem::Version
26
21
  version: 3.2.9
27
- - !ruby/object:Gem::Dependency
28
- name: compass
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - ! '>='
32
- - !ruby/object:Gem::Version
33
- version: 0.12.1
34
22
  type: :runtime
23
+ version_requirements: *id001
24
+ - !ruby/object:Gem::Dependency
25
+ name: compass
35
26
  prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - ! '>='
39
- - !ruby/object:Gem::Version
27
+ requirement: &id002 !ruby/object:Gem::Requirement
28
+ requirements:
29
+ - - ">="
30
+ - !ruby/object:Gem::Version
40
31
  version: 0.12.1
41
- description: turn a list into a 3D object of any shape and size... as long as that
42
- shape is a cube
32
+ type: :runtime
33
+ version_requirements: *id002
34
+ description: turn a list into a 3D object of any shape and size... as long as that shape is a cube
43
35
  email: stephanie.plumeri@gmail.com
44
36
  executables: []
37
+
45
38
  extensions: []
39
+
46
40
  extra_rdoc_files: []
47
- files:
41
+
42
+ files:
48
43
  - readme.md
49
44
  - lib/plumcube.rb
50
- - stylesheets/plumcube/_helpers.scss
51
45
  - stylesheets/_plumcube.scss
46
+ - stylesheets/plumcube/_helpers.scss
52
47
  homepage: https://github.com/s-plum/plumcube
53
- licenses:
48
+ licenses:
54
49
  - MIT
55
50
  - GPL-2
56
51
  metadata: {}
52
+
57
53
  post_install_message:
58
54
  rdoc_options: []
59
- require_paths:
55
+
56
+ require_paths:
60
57
  - lib
61
- required_ruby_version: !ruby/object:Gem::Requirement
62
- requirements:
63
- - - ! '>='
64
- - !ruby/object:Gem::Version
65
- version: '0'
66
- required_rubygems_version: !ruby/object:Gem::Requirement
67
- requirements:
68
- - - ! '>='
69
- - !ruby/object:Gem::Version
70
- version: '0'
58
+ required_ruby_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - &id003
61
+ - ">="
62
+ - !ruby/object:Gem::Version
63
+ version: "0"
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - *id003
71
67
  requirements: []
68
+
72
69
  rubyforge_project:
73
- rubygems_version: 2.0.5
70
+ rubygems_version: 2.0.6
74
71
  signing_key:
75
72
  specification_version: 4
76
73
  summary: a css 3D animation extension for compass
77
74
  test_files: []
78
- has_rdoc:
75
+