style-prototypes 2.0.0.alpha.1 → 2.0.0.alpha.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.
- checksums.yaml +4 -4
- data/lib/style-prototypes.rb +5 -4
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df0dff6e9e446f632734ef5f56595d3894342c15
|
|
4
|
+
data.tar.gz: 17e21f0c80c670076a684caed51d072b40cf36ff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fd96aee4a50f87a2e8e0a79e1bfab473f9e0d76f0e39bddf42fe8119f3db8d3b561be899c766a44f645f8096194ed7bc3d4b9963cf1037f5fa5f7ff8f2ae464
|
|
7
|
+
data.tar.gz: 2e75548de2fe68ff15b47b6dab294d1447da14253a7c08c4a8a7390f88ee718cdef48a7a20e0ca70773c2ea0ac6dccd66fc60529e042a257b49d64664d3684ae
|
data/lib/style-prototypes.rb
CHANGED
|
@@ -4,8 +4,9 @@
|
|
|
4
4
|
# extension.
|
|
5
5
|
require 'compass'
|
|
6
6
|
require 'toolkit'
|
|
7
|
-
require '
|
|
8
|
-
require '
|
|
7
|
+
require 'breakpoint'
|
|
8
|
+
require 'singularitygs'
|
|
9
|
+
require 'color-schemer'
|
|
9
10
|
|
|
10
11
|
# This tells Compass what your Compass extension is called, and where to find
|
|
11
12
|
# its files
|
|
@@ -20,8 +21,8 @@ Compass::Frameworks.register('style-prototypes', :path => extension_path)
|
|
|
20
21
|
# a prerelease version
|
|
21
22
|
# Date is in the form of YYYY-MM-DD
|
|
22
23
|
module StylePrototypes
|
|
23
|
-
VERSION = "2.0.0.alpha.
|
|
24
|
-
DATE = "2014-01-
|
|
24
|
+
VERSION = "2.0.0.alpha.2"
|
|
25
|
+
DATE = "2014-01-26"
|
|
25
26
|
end
|
|
26
27
|
|
|
27
28
|
# This is where any custom SassScript should be placed. The functions will be
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: style-prototypes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.0.alpha.
|
|
4
|
+
version: 2.0.0.alpha.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sam Richard
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-01-
|
|
11
|
+
date: 2014-01-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: sass
|