archetype 0.0.1.pre.3.6ed259b → 0.0.1.pre.3.55c4182

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. data/CHANGELOG.md +0 -15
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/VERSION.yml +1 -1
  5. data/lib/archetype.rb +0 -4
  6. data/lib/archetype/functions/hash.rb +12 -28
  7. data/lib/archetype/functions/helpers.rb +2 -3
  8. data/lib/archetype/sass_extensions/functions/lists.rb +33 -27
  9. data/lib/archetype/sass_extensions/functions/locale.rb +16 -32
  10. data/lib/archetype/sass_extensions/functions/styleguide.rb +11 -12
  11. data/lib/archetype/sass_extensions/functions/ui.rb +1 -2
  12. data/lib/archetype/sass_extensions/functions/version.rb +2 -2
  13. data/lib/archetype/version.rb +2 -2
  14. data/stylesheets/archetype/_config.scss +5 -18
  15. data/stylesheets/archetype/_hacks.scss +18 -39
  16. data/stylesheets/archetype/_ui.scss +8 -23
  17. data/stylesheets/archetype/styleguide/components/_buttons.scss +0 -1
  18. data/stylesheets/archetype/util/_styles.scss +2 -25
  19. data/test/fixtures/stylesheets/archetype/config.rb +0 -2
  20. data/test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css +3 -3
  21. data/test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css +0 -28
  22. data/test/fixtures/stylesheets/archetype/expected/styleguide/selective_state.css +0 -3
  23. data/test/fixtures/stylesheets/archetype/expected/ui/glyph_icon.css +5 -52
  24. data/test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css +0 -5
  25. data/test/fixtures/stylesheets/archetype/source/ui/glyph_icon.scss +0 -12
  26. data/test/fixtures/stylesheets/archetype/source/utilities/targeting/target-browser.scss +1 -8
  27. data/test/helpers/test_case.rb +2 -2
  28. data/test/integrations/archetype_test.rb +1 -3
  29. data/test/units/sass_extensions_test.rb +25 -18
  30. metadata +21 -60
  31. checksums.yaml +0 -7
  32. data/bin/archetype +0 -3
  33. data/lib/archetype/actions/help.rb +0 -16
  34. data/lib/archetype/actions/theme.rb +0 -73
  35. data/lib/archetype/executor.rb +0 -27
  36. data/templates/_theme/_components.scss +0 -3
  37. data/templates/_theme/_config.scss +0 -1
  38. data/templates/_theme/_core.scss +0 -13
  39. data/templates/_theme/_helpers.scss +0 -1
  40. data/templates/_theme/_primitives.scss +0 -3
  41. data/templates/_theme/components/README +0 -1
  42. data/templates/_theme/primitives/README +0 -1
  43. data/test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png +0 -0
  44. data/test/fixtures/stylesheets/archetype/expected/base.css +0 -349
  45. data/test/fixtures/stylesheets/archetype/expected/hacks/transparent_focusable.css +0 -4
  46. data/test/fixtures/stylesheets/archetype/expected/locale.css +0 -23
  47. data/test/fixtures/stylesheets/archetype/expected/styleguide/extend.css +0 -7
  48. data/test/fixtures/stylesheets/archetype/expected/utilities/custom_output_styler.css +0 -8
  49. data/test/fixtures/stylesheets/archetype/source/base.scss +0 -3
  50. data/test/fixtures/stylesheets/archetype/source/hacks/transparent_focusable.scss +0 -5
  51. data/test/fixtures/stylesheets/archetype/source/locale.scss +0 -43
  52. data/test/fixtures/stylesheets/archetype/source/styleguide/extend.scss +0 -23
  53. data/test/fixtures/stylesheets/archetype/source/utilities/custom_output_styler.scss +0 -21
@@ -6,7 +6,6 @@
6
6
  margin: 0;
7
7
  overflow: visible;
8
8
  text-decoration: none !important;
9
- text-align: center;
10
9
  width: auto;
11
10
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
12
11
  -webkit-border-radius: 3px;
@@ -53,7 +52,6 @@
53
52
  margin: 0;
54
53
  overflow: visible;
55
54
  text-decoration: none !important;
56
- text-align: center;
57
55
  width: auto;
58
56
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
59
57
  -webkit-border-radius: 3px;
@@ -98,7 +96,6 @@
98
96
  margin: 0;
99
97
  overflow: visible;
100
98
  text-decoration: none !important;
101
- text-align: center;
102
99
  width: auto;
103
100
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
104
101
  -webkit-border-radius: 3px;
@@ -1,8 +1,8 @@
1
1
  .simple {
2
- *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.id="ie-pseudo-archetype-uid-RANDOM_UID",this.el.innerHTML="",this.el.style.cssText="font-family:'FontAwesome';font-weight:normal;font-style:normal;text-decoration:inherit;font-size:100%;color:inherit;",this.insertBefore(this.el));
2
+ *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.innerHTML="",this.el.style.cssText="font-family:'FontAwesome';font-weight:normal;font-style:normal;text-decoration:inherit;font-size:100%;color:inherit;",this.insertBefore(this.el));
3
3
  }
4
4
  .simple:before {
5
- font-family: "FontAwesome";
5
+ font-family: FontAwesome;
6
6
  font-weight: normal;
7
7
  font-style: normal;
8
8
  text-decoration: inherit;
@@ -13,7 +13,7 @@
13
13
  }
14
14
 
15
15
  .false {
16
- font-family: "FontAwesome";
16
+ font-family: FontAwesome;
17
17
  font-weight: normal;
18
18
  font-style: normal;
19
19
  text-decoration: inherit;
@@ -23,10 +23,10 @@
23
23
  }
24
24
 
25
25
  .size {
26
- *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.id="ie-pseudo-archetype-uid-RANDOM_UID",this.el.innerHTML="",this.el.style.cssText="font-family:'FontAwesome';font-weight:normal;font-style:normal;text-decoration:inherit;font-size:20px;color:inherit;",this.insertBefore(this.el));
26
+ *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.innerHTML="",this.el.style.cssText="font-family:'FontAwesome';font-weight:normal;font-style:normal;text-decoration:inherit;font-size:20px;color:inherit;",this.insertBefore(this.el));
27
27
  }
28
28
  .size:before {
29
- font-family: "FontAwesome";
29
+ font-family: FontAwesome;
30
30
  font-weight: normal;
31
31
  font-style: normal;
32
32
  text-decoration: inherit;
@@ -35,50 +35,3 @@
35
35
  color: inherit;
36
36
  content: "\f0d7";
37
37
  }
38
-
39
- .not-inline {
40
- *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.id="ie-pseudo-archetype-uid-RANDOM_UID",this.el.innerHTML="",this.insertBefore(this.el));
41
- }
42
- .not-inline:before {
43
- font-family: "FontAwesome";
44
- font-weight: normal;
45
- font-style: normal;
46
- text-decoration: inherit;
47
- speak: none;
48
- font-size: 100%;
49
- color: inherit;
50
- content: "\f0d7";
51
- }
52
- .not-inline #ie-pseudo-archetype-uid-RANDOM_UID {
53
- "font-family: 'FontAwesome';
54
- font-weight: normal;
55
- font-style: normal;
56
- text-decoration: inherit;
57
- font-size: 100%;
58
- color: inherit;
59
- }
60
-
61
- .ie-uid {
62
- *zoom: expression(this.runtimeStyle.zoom="1", this.el=document.createElement("x-archetype-glyph"),this.el.id="my-custom-id",this.el.innerHTML="",this.insertBefore(this.el));
63
- }
64
- .ie-uid:before {
65
- font-family: "FontAwesome";
66
- font-weight: normal;
67
- font-style: normal;
68
- text-decoration: inherit;
69
- speak: none;
70
- font-size: 100%;
71
- color: inherit;
72
- content: "\f0d7";
73
- }
74
- .ie-uid #my-custom-id {
75
- "font-family: 'FontAwesome';
76
- font-weight: normal;
77
- font-style: normal;
78
- text-decoration: inherit;
79
- font-size: 100%;
80
- color: inherit;
81
- }
82
- .ie-uid:before, .ie-uid #my-custom-id {
83
- color: pink;
84
- }
@@ -98,8 +98,3 @@
98
98
  .target-opera, .target-opera x:-o-prefocus {
99
99
  width: 82%;
100
100
  }
101
-
102
- .ie.lte8 .target-with-content-block {
103
- /* testing content block */
104
- color: red;
105
- }
@@ -11,15 +11,3 @@
11
11
  .size {
12
12
  @include glyph-icon(caret-down, $size: 20px);
13
13
  }
14
-
15
- $CONFIG_GENERATED_TAG_INLINE: false;
16
- .not-inline {
17
- @include glyph-icon(caret-down);
18
- }
19
-
20
- .ie-uid {
21
- @include glyph-icon(caret-down, $ie-uid: my-custom-id);
22
- #{$archetype-glyph-selector} {
23
- color: pink;
24
- }
25
- }
@@ -43,7 +43,7 @@
43
43
 
44
44
  .target-ie-lte-9 {
45
45
  @include target-browser(ie lte 9, border-color, #111);
46
- @include target-browser(ie lte 9, background, #2c2c2b);
46
+ @include target-browser(ie lte 9, background, #2c2c2b);
47
47
  }
48
48
 
49
49
  .target-ie-7-8-9 {
@@ -68,10 +68,3 @@
68
68
  .target-opera {
69
69
  @include target-browser(opera, width, 82%);
70
70
  }
71
-
72
- .target-with-content-block {
73
- @include target-browser(ie lte 8) {
74
- /* testing content block */
75
- color: red;
76
- };
77
- }
@@ -24,7 +24,7 @@ module Compass
24
24
  assert false, diff_as_string(before.inspect, after.inspect)
25
25
  end
26
26
  end
27
-
27
+
28
28
  module ClassMethods
29
29
 
30
30
  def let(method, &block)
@@ -51,7 +51,7 @@ module Compass
51
51
  end
52
52
  end
53
53
 
54
- private
54
+ private
55
55
 
56
56
  def underscore(string)
57
57
  string.gsub(' ', '_')
@@ -1,11 +1,9 @@
1
1
  # this is all take from Compass because they already did the awesome testing framework
2
2
  require 'test_helper'
3
+ require 'fileutils'
3
4
  require 'compass'
4
5
  require 'compass/logger'
5
6
  require 'sass/plugin'
6
- unless ENV['CI']
7
- require 'fileutils'
8
- end
9
7
 
10
8
  class ArchetypeTest < Test::Unit::TestCase
11
9
 
@@ -4,7 +4,6 @@ require 'archetype'
4
4
  class SassExtensionsTest < Test::Unit::TestCase
5
5
  setup do
6
6
  Compass.reset_configuration!
7
- Compass.configuration.testing = true
8
7
  end
9
8
 
10
9
  ## VERSION
@@ -17,20 +16,20 @@ class SassExtensionsTest < Test::Unit::TestCase
17
16
  assert_equal "true", evaluate("archetype-version('Compass >= 0.12')")
18
17
  assert_equal "false", evaluate("archetype-version('Sass >= 99.0.0')")
19
18
  assert_equal "true", evaluate("archetype-version('Sass gt 3.0')")
20
- assert_equal "true", evaluate("archetype-version(Archetype ne 99)")
19
+ assert_equal "false", evaluate("archetype-version(Archetype ne 99)")
21
20
  end
22
21
 
23
22
 
24
23
  ## ENVIRONMENT
25
24
  # test that archetype-env() is working correctly
26
25
  def test_env
27
- reset
26
+ Compass.reset_configuration!
28
27
  assert_equal "development", evaluate("archetype-env()")
29
28
  Compass.configuration.environment = :production
30
29
  assert_equal "production", evaluate("archetype-env()")
31
30
  Compass.configuration.environment = :staging
32
31
  assert_equal "staging", evaluate("archetype-env()")
33
- reset
32
+ Compass.reset_configuration!
34
33
  end
35
34
 
36
35
 
@@ -50,6 +49,19 @@ class SassExtensionsTest < Test::Unit::TestCase
50
49
  # TODO
51
50
  end
52
51
 
52
+ # list-sort
53
+ #def test_list_sort
54
+ # assert_equal "1 2 3 4", evaluate("list-sort(2 4 3 1)")
55
+ # assert_equal "4 3 2 1", evaluate("list-sort(2 4 3 1, true)")
56
+ # assert_equal "a b c d", evaluate("list-sort(d a b c)")
57
+ #end
58
+
59
+ # list-reverse
60
+ #def test_list_reverse
61
+ # assert_equal "4 3 2 1", evaluate("list-reverse(1 2 3 4)")
62
+ # assert_equal "d c b a", evaluate("list-reverse(a b c d)")
63
+ #end
64
+
53
65
  # list-add
54
66
  def test_list_add
55
67
  assert_equal "2 3 4", evaluate("list-add(1 2 3, 1)")
@@ -115,16 +127,16 @@ class SassExtensionsTest < Test::Unit::TestCase
115
127
  ## LOCALE
116
128
  # locale
117
129
  def test_locale
118
- reset
130
+ Compass.reset_configuration!
119
131
  assert_equal "en_US", evaluate("locale()")
120
132
  Compass.configuration.locale = "ja_JP"
121
133
  assert_equal "ja_JP", evaluate("locale()")
122
- reset
134
+ Compass.reset_configuration!
123
135
  end
124
136
 
125
137
  # lang
126
138
  def test_lang
127
- reset
139
+ Compass.reset_configuration!
128
140
  assert_equal "true", evaluate("lang(en_US)")
129
141
  assert_equal "true", evaluate("lang(fr_FR en_US)")
130
142
  assert_equal "false", evaluate("lang(fr_FR)")
@@ -133,7 +145,7 @@ class SassExtensionsTest < Test::Unit::TestCase
133
145
  assert_equal "true", evaluate("lang(ja_JP)")
134
146
  assert_equal "true", evaluate("lang(CJK)")
135
147
  assert_equal "true", evaluate("lang(CJK en_US)")
136
- reset
148
+ Compass.reset_configuration!
137
149
  end
138
150
 
139
151
 
@@ -171,11 +183,11 @@ class SassExtensionsTest < Test::Unit::TestCase
171
183
  ## UI
172
184
  # test generating unique tokens
173
185
  def test_unique
174
- assert_equal ".archetype-uid-RANDOM_UID", evaluate("unique(class)")
175
- assert_equal ".archetype-uid-RANDOM_UID", evaluate("unique(class)")
176
- assert_equal "\#archetype-uid-RANDOM_UID", evaluate("unique(id)")
177
- assert_equal "my-prefix-archetype-uid-RANDOM_UID", evaluate("unique(my-prefix-)")
178
- assert_equal ".testing-archetype-uid-RANDOM_UID", evaluate("unique('.testing-')")
186
+ assert_equal ".archetype-uid-1", evaluate("unique(class)")
187
+ assert_equal ".archetype-uid-2", evaluate("unique(class)")
188
+ assert_equal "\#archetype-uid-3", evaluate("unique(id)")
189
+ assert_equal "my-prefix-archetype-uid-4", evaluate("unique(my-prefix-)")
190
+ assert_equal ".testing-archetype-uid-5", evaluate("unique('.testing-')")
179
191
  end
180
192
 
181
193
  # test pseudo content escaping and formatting for innerHTML
@@ -192,9 +204,4 @@ protected
192
204
  def evaluate(value)
193
205
  Sass::Script::Parser.parse(value, 0, 0).perform(Sass::Environment.new).to_s
194
206
  end
195
-
196
- def reset
197
- Compass.reset_configuration!
198
- Compass.configuration.testing = true
199
- end
200
207
  end
metadata CHANGED
@@ -1,7 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: archetype
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.pre.3.6ed259b
4
+ version: 0.0.1.pre.3.55c4182
5
+ prerelease: 6
5
6
  platform: ruby
6
7
  authors:
7
8
  - Eugene ONeill
@@ -9,55 +10,44 @@ authors:
9
10
  autorequire:
10
11
  bindir: bin
11
12
  cert_chain: []
12
- date: 2013-08-15 00:00:00.000000000 Z
13
+ date: 2013-02-26 00:00:00.000000000 Z
13
14
  dependencies:
14
15
  - !ruby/object:Gem::Dependency
15
16
  name: compass
16
17
  requirement: !ruby/object:Gem::Requirement
18
+ none: false
17
19
  requirements:
18
- - - '>='
20
+ - - ! '>='
19
21
  - !ruby/object:Gem::Version
20
22
  version: '0'
21
23
  type: :runtime
22
24
  prerelease: false
23
25
  version_requirements: !ruby/object:Gem::Requirement
26
+ none: false
24
27
  requirements:
25
- - - '>='
28
+ - - ! '>='
26
29
  - !ruby/object:Gem::Version
27
30
  version: '0'
28
31
  - !ruby/object:Gem::Dependency
29
32
  name: sass
30
33
  requirement: !ruby/object:Gem::Requirement
34
+ none: false
31
35
  requirements:
32
- - - '>='
36
+ - - ! '>='
33
37
  - !ruby/object:Gem::Version
34
38
  version: '0'
35
39
  type: :runtime
36
40
  prerelease: false
37
41
  version_requirements: !ruby/object:Gem::Requirement
42
+ none: false
38
43
  requirements:
39
- - - '>='
40
- - !ruby/object:Gem::Version
41
- version: '0'
42
- - !ruby/object:Gem::Dependency
43
- name: hashery
44
- requirement: !ruby/object:Gem::Requirement
45
- requirements:
46
- - - '>='
47
- - !ruby/object:Gem::Version
48
- version: '0'
49
- type: :runtime
50
- prerelease: false
51
- version_requirements: !ruby/object:Gem::Requirement
52
- requirements:
53
- - - '>='
44
+ - - ! '>='
54
45
  - !ruby/object:Gem::Version
55
46
  version: '0'
56
47
  description: UI Pattern and component library for quickly iterating on and maintaining
57
48
  scalable web interfaces
58
49
  email: oneill.eugene@gmail.com
59
- executables:
60
- - archetype
50
+ executables: []
61
51
  extensions: []
62
52
  extra_rdoc_files: []
63
53
  files:
@@ -65,10 +55,6 @@ files:
65
55
  - README.md
66
56
  - CHANGELOG.md
67
57
  - VERSION.yml
68
- - bin/archetype
69
- - lib/archetype/actions/help.rb
70
- - lib/archetype/actions/theme.rb
71
- - lib/archetype/executor.rb
72
58
  - lib/archetype/functions/hash.rb
73
59
  - lib/archetype/functions/helpers.rb
74
60
  - lib/archetype/functions/styleguide_memoizer.rb
@@ -145,13 +131,6 @@ files:
145
131
  - stylesheets/archetype/util/_styles.scss
146
132
  - stylesheets/archetype/util/_targeting.scss
147
133
  - stylesheets/archetype/util/_units.scss
148
- - templates/_theme/_components.scss
149
- - templates/_theme/_config.scss
150
- - templates/_theme/_core.scss
151
- - templates/_theme/_helpers.scss
152
- - templates/_theme/_primitives.scss
153
- - templates/_theme/components/README
154
- - templates/_theme/primitives/README
155
134
  - templates/example/index.html
156
135
  - templates/example/manifest.rb
157
136
  - templates/example/screen.scss
@@ -205,16 +184,11 @@ files:
205
184
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark.png
206
185
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark_static.png
207
186
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_static.png
208
- - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png
209
187
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/sprites/hovercard_tip.png
210
188
  - test/fixtures/stylesheets/archetype/config.rb
211
189
  - test/fixtures/stylesheets/archetype/expected/b.css
212
- - test/fixtures/stylesheets/archetype/expected/base.css
213
190
  - test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
214
- - test/fixtures/stylesheets/archetype/expected/hacks/transparent_focusable.css
215
- - test/fixtures/stylesheets/archetype/expected/locale.css
216
191
  - test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css
217
- - test/fixtures/stylesheets/archetype/expected/styleguide/extend.css
218
192
  - test/fixtures/stylesheets/archetype/expected/styleguide/fallback_styles.css
219
193
  - test/fixtures/stylesheets/archetype/expected/styleguide/nested_styleguides.css
220
194
  - test/fixtures/stylesheets/archetype/expected/styleguide/selective_state.css
@@ -223,7 +197,6 @@ files:
223
197
  - test/fixtures/stylesheets/archetype/expected/ui/stroke.css
224
198
  - test/fixtures/stylesheets/archetype/expected/ui/triangle.css
225
199
  - test/fixtures/stylesheets/archetype/expected/utilities/associative.css
226
- - test/fixtures/stylesheets/archetype/expected/utilities/custom_output_styler.css
227
200
  - test/fixtures/stylesheets/archetype/expected/utilities/if-set.css
228
201
  - test/fixtures/stylesheets/archetype/expected/utilities/spacing/horizontal-spacing.css
229
202
  - test/fixtures/stylesheets/archetype/expected/utilities/spacing/vertical-spacing.css
@@ -233,12 +206,8 @@ files:
233
206
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css
234
207
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-os.css
235
208
  - test/fixtures/stylesheets/archetype/source/b.scss
236
- - test/fixtures/stylesheets/archetype/source/base.scss
237
209
  - test/fixtures/stylesheets/archetype/source/hacks/ie_pseudo.scss
238
- - test/fixtures/stylesheets/archetype/source/hacks/transparent_focusable.scss
239
- - test/fixtures/stylesheets/archetype/source/locale.scss
240
210
  - test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
241
- - test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
242
211
  - test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
243
212
  - test/fixtures/stylesheets/archetype/source/styleguide/nested_styleguides.scss
244
213
  - test/fixtures/stylesheets/archetype/source/styleguide/selective_state.scss
@@ -247,7 +216,6 @@ files:
247
216
  - test/fixtures/stylesheets/archetype/source/ui/stroke.scss
248
217
  - test/fixtures/stylesheets/archetype/source/ui/triangle.scss
249
218
  - test/fixtures/stylesheets/archetype/source/utilities/associative.scss
250
- - test/fixtures/stylesheets/archetype/source/utilities/custom_output_styler.scss
251
219
  - test/fixtures/stylesheets/archetype/source/utilities/if-set.scss
252
220
  - test/fixtures/stylesheets/archetype/source/utilities/spacing/horizontal-spacing.scss
253
221
  - test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss
@@ -265,26 +233,30 @@ files:
265
233
  homepage: http://www.archetypecss.com/
266
234
  licenses:
267
235
  - Apache License (2.0)
268
- metadata: {}
269
236
  post_install_message:
270
237
  rdoc_options: []
271
238
  require_paths:
272
239
  - lib
273
240
  required_ruby_version: !ruby/object:Gem::Requirement
241
+ none: false
274
242
  requirements:
275
- - - '>='
243
+ - - ! '>='
276
244
  - !ruby/object:Gem::Version
277
245
  version: '0'
246
+ segments:
247
+ - 0
248
+ hash: 3570231891107370572
278
249
  required_rubygems_version: !ruby/object:Gem::Requirement
250
+ none: false
279
251
  requirements:
280
- - - '>'
252
+ - - ! '>'
281
253
  - !ruby/object:Gem::Version
282
254
  version: 1.3.1
283
255
  requirements: []
284
256
  rubyforge_project:
285
- rubygems_version: 2.0.3
257
+ rubygems_version: 1.8.24
286
258
  signing_key:
287
- specification_version: 4
259
+ specification_version: 3
288
260
  summary: a UI pattern and component library for Compass
289
261
  test_files:
290
262
  - test/fixtures/stylesheets/archetype/assets/fonts/fontawesome-webfont.eot
@@ -303,16 +275,11 @@ test_files:
303
275
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark.png
304
276
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_dark_static.png
305
277
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders/small/small_static.png
306
- - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/animations/loaders-s7889ccc8c1.png
307
278
  - test/fixtures/stylesheets/archetype/assets/images/vendor/archetype/sprites/hovercard_tip.png
308
279
  - test/fixtures/stylesheets/archetype/config.rb
309
280
  - test/fixtures/stylesheets/archetype/expected/b.css
310
- - test/fixtures/stylesheets/archetype/expected/base.css
311
281
  - test/fixtures/stylesheets/archetype/expected/hacks/ie_pseudo.css
312
- - test/fixtures/stylesheets/archetype/expected/hacks/transparent_focusable.css
313
- - test/fixtures/stylesheets/archetype/expected/locale.css
314
282
  - test/fixtures/stylesheets/archetype/expected/styleguide/buttons.css
315
- - test/fixtures/stylesheets/archetype/expected/styleguide/extend.css
316
283
  - test/fixtures/stylesheets/archetype/expected/styleguide/fallback_styles.css
317
284
  - test/fixtures/stylesheets/archetype/expected/styleguide/nested_styleguides.css
318
285
  - test/fixtures/stylesheets/archetype/expected/styleguide/selective_state.css
@@ -321,7 +288,6 @@ test_files:
321
288
  - test/fixtures/stylesheets/archetype/expected/ui/stroke.css
322
289
  - test/fixtures/stylesheets/archetype/expected/ui/triangle.css
323
290
  - test/fixtures/stylesheets/archetype/expected/utilities/associative.css
324
- - test/fixtures/stylesheets/archetype/expected/utilities/custom_output_styler.css
325
291
  - test/fixtures/stylesheets/archetype/expected/utilities/if-set.css
326
292
  - test/fixtures/stylesheets/archetype/expected/utilities/spacing/horizontal-spacing.css
327
293
  - test/fixtures/stylesheets/archetype/expected/utilities/spacing/vertical-spacing.css
@@ -331,12 +297,8 @@ test_files:
331
297
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-browser.css
332
298
  - test/fixtures/stylesheets/archetype/expected/utilities/targeting/target-os.css
333
299
  - test/fixtures/stylesheets/archetype/source/b.scss
334
- - test/fixtures/stylesheets/archetype/source/base.scss
335
300
  - test/fixtures/stylesheets/archetype/source/hacks/ie_pseudo.scss
336
- - test/fixtures/stylesheets/archetype/source/hacks/transparent_focusable.scss
337
- - test/fixtures/stylesheets/archetype/source/locale.scss
338
301
  - test/fixtures/stylesheets/archetype/source/styleguide/buttons.scss
339
- - test/fixtures/stylesheets/archetype/source/styleguide/extend.scss
340
302
  - test/fixtures/stylesheets/archetype/source/styleguide/fallback_styles.scss
341
303
  - test/fixtures/stylesheets/archetype/source/styleguide/nested_styleguides.scss
342
304
  - test/fixtures/stylesheets/archetype/source/styleguide/selective_state.scss
@@ -345,7 +307,6 @@ test_files:
345
307
  - test/fixtures/stylesheets/archetype/source/ui/stroke.scss
346
308
  - test/fixtures/stylesheets/archetype/source/ui/triangle.scss
347
309
  - test/fixtures/stylesheets/archetype/source/utilities/associative.scss
348
- - test/fixtures/stylesheets/archetype/source/utilities/custom_output_styler.scss
349
310
  - test/fixtures/stylesheets/archetype/source/utilities/if-set.scss
350
311
  - test/fixtures/stylesheets/archetype/source/utilities/spacing/horizontal-spacing.scss
351
312
  - test/fixtures/stylesheets/archetype/source/utilities/spacing/vertical-spacing.scss