compass-primary-plugin 0.0.1 → 0.0.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.
data.tar.gz.sig CHANGED
Binary file
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'compass-primary-plugin'
6
- s.version = '0.0.1'
6
+ s.version = '0.0.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['Raving Genius']
9
9
  s.email = ['rg+code@ravinggenius.com']
@@ -1,6 +1,6 @@
1
1
  // Adapted from http://www.primarycss.com/
2
2
 
3
- @include helpers
3
+ @import helpers
4
4
 
5
5
  $primary-selector-header: header !default
6
6
  $primary-selector-primary: '#primary' !default
metadata CHANGED
@@ -1,12 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-primary-plugin
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
5
- segments:
6
- - 0
7
- - 0
8
- - 1
9
- version: 0.0.1
4
+ prerelease:
5
+ version: 0.0.2
10
6
  platform: ruby
11
7
  authors:
12
8
  - Raving Genius
@@ -35,7 +31,7 @@ cert_chain:
35
31
  CvvfejGH+Hi4YXI1pPhLJj8g
36
32
  -----END CERTIFICATE-----
37
33
 
38
- date: 2011-02-01 00:00:00 -05:00
34
+ date: 2011-02-02 00:00:00 -05:00
39
35
  default_executable:
40
36
  dependencies: []
41
37
 
@@ -98,21 +94,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
94
  requirements:
99
95
  - - ">="
100
96
  - !ruby/object:Gem::Version
101
- segments:
102
- - 0
103
97
  version: "0"
104
98
  required_rubygems_version: !ruby/object:Gem::Requirement
105
99
  none: false
106
100
  requirements:
107
101
  - - ">="
108
102
  - !ruby/object:Gem::Version
109
- segments:
110
- - 0
111
103
  version: "0"
112
104
  requirements: []
113
105
 
114
106
  rubyforge_project: compass-primary-plugin
115
- rubygems_version: 1.3.7
107
+ rubygems_version: 1.5.0
116
108
  signing_key:
117
109
  specification_version: 3
118
110
  summary: Collection of mixins inspired by / based on PrimaryCSS (http://primarycss.com/)
metadata.gz.sig CHANGED
Binary file