plumcube 0.0.9 → 0.1.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.
- checksums.yaml +7 -7
- data/readme.md +5 -3
- metadata +45 -43
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
5
|
-
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: b0d30b83ea217f6138fecb12f66192ba7049da68
|
4
|
+
data.tar.gz: ed4bbc7a6775c35fec1af53a983468031a014a74
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 496596aa0e4b9387b3f39d0b9e8d03418956c341f3ea08a135a99dcb8e672978831dfeda15b43494e7b0fd50a6ec7daeabc20765c2a215e3dfd8e77c3271d84a
|
7
|
+
data.tar.gz: 94148390241e1f6a9ab3baf35dd3612daa1c40c7dce363ff437692a47c01485ea363535dbc20c4ab8e31cb58343d5f7a33c5ae1bf3ed91207939db239fc1f25c
|
data/readme.md
CHANGED
@@ -2,11 +2,13 @@
|
|
2
2
|
|
3
3
|
**A compass extension for creating 3D cubes of all shapes and sizes... as long as that shape is a cube.**
|
4
4
|
|
5
|
+
Scared? Confused? Intrigued? Check out the [demo page](http://stephanieplumeri.net/plumlabs/plumcube/).
|
6
|
+
|
5
7
|
## Ex-ante
|
6
8
|
|
7
|
-
If you think that Boy Scouts use [Compass](http://compass-style.org/) and Girl Scouts have [
|
9
|
+
If you think that Boy Scouts use [Compass](http://compass-style.org/) and Girl Scouts have [Sass](http://sass-lang.com/), you might want to click those links first. Plumcube is a Compass extension, so you'll need both Sass and Compass in order to use it. Find your [compass](http://compass-style.org/install/), get [Sass](http://sass-lang.com/download.html)-y, and you'll be good to go.
|
8
10
|
|
9
|
-
Note that the plumcube plugin relies on the 'Bleeding Edge' version of
|
11
|
+
Note that the plumcube plugin relies on the 'Bleeding Edge' version of Sass, because 3D CSS animation is the Internet of the future. If you are already a Sass-y individual, be sure to check your currently installed version (`sass -v`) and upgrade to the pre-release gem (3.3.0.alpha - get it with `gem install sass --pre`) if necessary.
|
10
12
|
|
11
13
|
## Get plumcube'n
|
12
14
|
|
@@ -127,4 +129,4 @@ You can technically spin all 3 axes at once, but the animation looks best when k
|
|
127
129
|
##Questions? Comments? Concerns? Hugs?*
|
128
130
|
Please feel free to contact me with any feedback you may have. The plumcube welcomes all.
|
129
131
|
|
130
|
-
|
132
|
+
_*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._
|
metadata
CHANGED
@@ -1,75 +1,77 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: plumcube
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.1.0
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- Stephanie Plumeri
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2014-04-10 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
15
14
|
name: sass
|
16
|
-
|
17
|
-
|
18
|
-
requirements:
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
19
17
|
- - ">"
|
20
|
-
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: 3.4.5
|
22
20
|
type: :runtime
|
23
|
-
version_requirements: *id001
|
24
|
-
- !ruby/object:Gem::Dependency
|
25
|
-
name: compass
|
26
21
|
prerelease: false
|
27
|
-
|
28
|
-
requirements:
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: 3.4.5
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: compass
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
29
31
|
- - ">="
|
30
|
-
- !ruby/object:Gem::Version
|
31
|
-
version: 0.
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: 1.0.0
|
32
34
|
type: :runtime
|
33
|
-
|
34
|
-
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: 1.0.0
|
41
|
+
description: turn a list into a 3D object of any shape and size... as long as that
|
42
|
+
shape is a cube
|
35
43
|
email: stephanie.plumeri@gmail.com
|
36
44
|
executables: []
|
37
|
-
|
38
45
|
extensions: []
|
39
|
-
|
40
46
|
extra_rdoc_files: []
|
41
|
-
|
42
|
-
files:
|
43
|
-
- readme.md
|
47
|
+
files:
|
44
48
|
- lib/plumcube.rb
|
49
|
+
- readme.md
|
45
50
|
- stylesheets/_plumcube.scss
|
46
51
|
- stylesheets/plumcube/_helpers.scss
|
47
52
|
homepage: https://github.com/s-plum/plumcube
|
48
|
-
licenses:
|
53
|
+
licenses:
|
49
54
|
- MIT
|
50
55
|
- GPL-2
|
51
56
|
metadata: {}
|
52
|
-
|
53
57
|
post_install_message:
|
54
58
|
rdoc_options: []
|
55
|
-
|
56
|
-
require_paths:
|
59
|
+
require_paths:
|
57
60
|
- lib
|
58
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
59
|
-
requirements:
|
60
|
-
-
|
61
|
-
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
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'
|
67
71
|
requirements: []
|
68
|
-
|
69
72
|
rubyforge_project:
|
70
|
-
rubygems_version: 2.
|
73
|
+
rubygems_version: 2.4.2
|
71
74
|
signing_key:
|
72
75
|
specification_version: 4
|
73
76
|
summary: a css 3D animation extension for compass
|
74
77
|
test_files: []
|
75
|
-
|