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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/style-prototypes.rb +5 -4
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bb9a4cdcb3f76cafaa4ecadb5b9660d1a1052386
4
- data.tar.gz: ae59e4203d301ce84439ef0179a0c1d683fb31ec
3
+ metadata.gz: df0dff6e9e446f632734ef5f56595d3894342c15
4
+ data.tar.gz: 17e21f0c80c670076a684caed51d072b40cf36ff
5
5
  SHA512:
6
- metadata.gz: eac3e4211eee2a0cc22394838ecf2dac23f1d310f0ff71f68ea14b6bf51ca978d002a1f7cafc38e36d76df1451e37e005936aaeb5a7d356d97b391d1a0007c76
7
- data.tar.gz: 8d7d9c25a64799d73bb659dbd3795c38a460b543904a4d17a1d222e33cbf70051a1d8dbf8ce37c4816844c866a8ace4d28b2e309b603d9a0024c1ff239659fcb
6
+ metadata.gz: 3fd96aee4a50f87a2e8e0a79e1bfab473f9e0d76f0e39bddf42fe8119f3db8d3b561be899c766a44f645f8096194ed7bc3d4b9963cf1037f5fa5f7ff8f2ae464
7
+ data.tar.gz: 2e75548de2fe68ff15b47b6dab294d1447da14253a7c08c4a8a7390f88ee718cdef48a7a20e0ca70773c2ea0ac6dccd66fc60529e042a257b49d64664d3684ae
@@ -4,8 +4,9 @@
4
4
  # extension.
5
5
  require 'compass'
6
6
  require 'toolkit'
7
- require 'compass-normalize'
8
- require 'modular-scale'
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.1"
24
- DATE = "2014-01-25"
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.1
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-25 00:00:00.000000000 Z
11
+ date: 2014-01-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass