plumcube 0.0.9 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +7 -7
  2. data/readme.md +5 -3
  3. metadata +45 -43
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
- ---
2
- SHA1:
3
- metadata.gz: 3a65bc605022aefbb3cbd857cc329179bc3d2bc1
4
- data.tar.gz: 4d44d723063bd56a6f9fe4110530137ad8053647
5
- SHA512:
6
- metadata.gz: 9deb51a31417a9234b6d8d4acbe4ea8c0521b4302e8dd76bdb88b3e68dc3a1edf85b28fc65187f31dd1ce47f5480b08cc54ab1a4744aed8f2fe465a6735fe6b2
7
- data.tar.gz: 170521a994185bde35fedb5a9edad667f1ebc3fabefef68d7cd7e8f18ed56143fc8917a298f935dc00a627e3e482c72348a46d5d39803a928b7b530b5a1b3594
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 [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.
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 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.
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
- **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.*
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.9
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
- date: 2013-09-10 00:00:00 Z
13
- dependencies:
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
- prerelease: false
17
- requirement: &id001 !ruby/object:Gem::Requirement
18
- requirements:
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
19
17
  - - ">"
20
- - !ruby/object:Gem::Version
21
- version: 3.2.9
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
- requirement: &id002 !ruby/object:Gem::Requirement
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.12.1
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.0
32
34
  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
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
- - &id003
61
- - ">="
62
- - !ruby/object:Gem::Version
63
- version: "0"
64
- required_rubygems_version: !ruby/object:Gem::Requirement
65
- requirements:
66
- - *id003
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.0.6
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
-