scratch_pad-themes-default 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
@@ -16,9 +16,5 @@ module Themes
16
16
  regions << register_region(:content, :section)
17
17
  regions << register_region(:credits, :footer)
18
18
  end
19
-
20
- def self.root
21
- Pathname.new(__FILE__) + '..' + '..'
22
- end
23
19
  end
24
20
  end
@@ -38,6 +38,7 @@
38
38
  variables, set flexibly against the common browser default of 16px
39
39
  // $base_font_size_px: 16
40
40
  // $base_line_height_px: 24
41
+ $base_line_height: 24px
41
42
 
42
43
  // COLORS
43
44
  // set any colors you will need later
data/lib/styles/all.sass CHANGED
@@ -1,4 +1,5 @@
1
- @import susy/susy
1
+ @import compass/css3
2
+ @import susy
2
3
 
3
4
  @import helpers
4
5
 
@@ -131,8 +132,6 @@
131
132
 
132
133
 
133
134
  /* @group STRUCTURE */
134
- @include susy
135
-
136
135
  body
137
136
  @include sans-family
138
137
  color: $font_color
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'scratch_pad-themes-default'
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']
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: scratch_pad-themes-default
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.1
5
+ version: 0.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Raving Genius
@@ -31,8 +31,7 @@ cert_chain:
31
31
  CvvfejGH+Hi4YXI1pPhLJj8g
32
32
  -----END CERTIFICATE-----
33
33
 
34
- date: 2011-02-25 00:00:00 -05:00
35
- default_executable:
34
+ date: 2011-05-18 00:00:00 Z
36
35
  dependencies:
37
36
  - !ruby/object:Gem::Dependency
38
37
  name: compass-susy-plugin
@@ -70,7 +69,6 @@ files:
70
69
  - lib/styles/_variables.sass
71
70
  - lib/styles/all.sass
72
71
  - scratch_pad-themes-default.gemspec
73
- has_rdoc: true
74
72
  homepage: https://github.com/ravinggenius/scratch_pad-themes-default
75
73
  licenses: []
76
74
 
@@ -94,7 +92,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
94
92
  requirements: []
95
93
 
96
94
  rubyforge_project: scratch_pad-themes-default
97
- rubygems_version: 1.5.2
95
+ rubygems_version: 1.8.2
98
96
  signing_key:
99
97
  specification_version: 3
100
98
  summary: Default ScratchPad theme
metadata.gz.sig CHANGED
Binary file