compass-pattern-primer 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ODgzZWQ0MTNjOTk2MTViODQzOGVhYWFmZTA0ZjhlZDNlMDQ5MDdlMw==
4
+ MWNjZDRkZWMxNTU5MmRhMDcxYjQxMGRmOGU3MDJiYjdhNmM0YjM5MA==
5
5
  data.tar.gz: !binary |-
6
- ODAxODQ0ZmVjZTQ5MjE2MjY0ZTFiN2ZlNDJlZmNmMGJlM2YwMGJiYw==
6
+ NzA1Yjk3NmZiNTI2NWNlNWMxODU1ODRjMWI4NjJlYjJkZDMwZmNhMw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- YjA2MWVkMjhmN2UyNmIwMTYwZjYwNDYyODUzODQzYzFhNTI2NzJjNjkwNjE4
10
- MTg3MzBhZDJhZTA4Zjc1YTk3ZWY3NTVmMTMwMTRiZjM3OTFmMGIyZmUyMTg2
11
- NDBlMGNlYzYyZWNkNjY4MDJhMjZjYzlhYjYyMjFmNGY4ZmE4NzU=
9
+ M2YxODhlNjQ3Zjk4ZTc0MjBmYjdmN2ViNzkxYThmOWYzYTE5YzcyODNjYzkx
10
+ OWM4YTkwYzg3MDQxYWNkNWI0ODhmNTJmMGVkZDEzNDkyNDIyODM2NDNlNjRm
11
+ ZDhkOWRiYWMyM2ExNjE2YmFkNzA0YmVhMmVkZGU0ZGUzMWMyMzg=
12
12
  data.tar.gz: !binary |-
13
- NDg5N2UwZTk3MjU3NWZjYjkxNzE3NGRjOTYwMjdmZTE4MzU5ODNmMmU2YzBi
14
- ODBlNzRjMjE5YzNkNjNmMDUzOWQ4MWVhOWFmMmUxNGI0YTlhNGVjNTYyMDEx
15
- MGZlNGE1OWQ4YmQ0Yzg0YjZmMzVhNDNiNWZlNTdkMWE4YjNlZDY=
13
+ OGE0MGZiMTk2ZjA1OGYwZjY3MTZhMjZhZGVjNTJjZTE3M2Q4OGQ5ZDczODJk
14
+ ZjA2OTYzOTNlNDAyNzM0ZDNhZTc1Nzc4NzgzOGZkODBhYzIxMjc4OTAyZTdi
15
+ ODY4YzM2MzQ0NTdiY2NmNmViNzZlMGY0NjA0MTBhYmVlMTg4YWQ=
@@ -9,4 +9,6 @@
9
9
  * **0.2.7** Added `$forms-input-width` variable
10
10
  * **0.2.8** Added `%formstyle` extendable to fix extendable cascade issues
11
11
  * **0.3.beta** Remodeling reset and template files (pre-release for SassConf)
12
- * **0.4.beta** Moved base and modules from stylesheet folder to template files
12
+ * **0.4** Moved base and modules from stylesheets folder to template files
13
+ * **0.4.1** Moved remaining functions, extendables, and mixins from stylesheets folder to template files
14
+ * **0.4.2** Fixed typo and dependencies
@@ -18,8 +18,8 @@ Compass::Frameworks.register('compass-pattern-primer', :path => extension_path)
18
18
  # a prerelease version
19
19
  # Date is in the form of YYYY-MM-DD
20
20
  module Compass_Pattern_Primer
21
- VERSION = "0.4.1"
22
- DATE = "2013-12-02"
21
+ VERSION = "0.4.2"
22
+ DATE = "2013-12-03"
23
23
  end
24
24
 
25
25
  # This is where any custom SassScript should be placed. The functions will be
@@ -37,7 +37,7 @@
37
37
  }
38
38
  }
39
39
 
40
- // reworking of compass @incliude force-wrap
40
+ // reworking of compass @include force-wrap
41
41
  %force-wrap {
42
42
  //@include force-wrap; // this is the output
43
43
  white-space: pre;
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-pattern-primer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mark Reilly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-02 00:00:00.000000000 Z
11
+ date: 2013-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass