chriseppstein-compass-960-plugin 0.9.2 → 0.9.3

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/Manifest CHANGED
@@ -1,12 +1,13 @@
1
1
  lib/ninesixty/compass_plugin.rb
2
2
  lib/ninesixty/sass_extensions.rb
3
3
  lib/ninesixty.rb
4
+ Manifest
4
5
  Rakefile
5
6
  README.mkdn
6
7
  sass/960/_grid.sass
7
8
  sass/960/_text.sass
8
9
  templates/project/config.rb
9
10
  templates/project/grid.sass
11
+ templates/project/manifest.rb
10
12
  templates/project/text.sass
11
13
  VERSION
12
- Manifest
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.2
1
+ 0.9.3
@@ -1,14 +1,14 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = %q{compass-960-plugin}
3
- s.version = "0.9.2"
3
+ s.version = "0.9.3"
4
4
 
5
5
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
6
6
  s.authors = ["Chris Eppstein"]
7
- s.date = %q{2009-01-24}
7
+ s.date = %q{2009-02-17}
8
8
  s.description = %q{The 960 Grid System is an effort to streamline web development workflow by providing commonly used dimensions, based on a width of 960 pixels. http://960.gs/}
9
9
  s.email = %q{chris@eppsteins.net}
10
10
  s.extra_rdoc_files = ["lib/ninesixty/compass_plugin.rb", "lib/ninesixty/sass_extensions.rb", "lib/ninesixty.rb", "README.mkdn"]
11
- s.files = ["lib/ninesixty/compass_plugin.rb", "lib/ninesixty/sass_extensions.rb", "lib/ninesixty.rb", "Rakefile", "README.mkdn", "sass/960/_grid.sass", "sass/960/_text.sass", "templates/project/config.rb", "templates/project/grid.sass", "templates/project/text.sass", "VERSION", "Manifest", "compass-960-plugin.gemspec"]
11
+ s.files = ["lib/ninesixty/compass_plugin.rb", "lib/ninesixty/sass_extensions.rb", "lib/ninesixty.rb", "Manifest", "Rakefile", "README.mkdn", "sass/960/_grid.sass", "sass/960/_text.sass", "templates/project/config.rb", "templates/project/grid.sass", "templates/project/manifest.rb", "templates/project/text.sass", "VERSION", "compass-960-plugin.gemspec"]
12
12
  s.homepage = %q{http://github.com/chriseppstein/compass-960-plugin}
13
13
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass-960-plugin", "--main", "README.mkdn"]
14
14
  s.require_paths = ["lib"]
@@ -0,0 +1,3 @@
1
+ stylesheet 'grid.sass', :media => "screen, projection"
2
+ stylesheet 'text.sass', :media => "screen, projection"
3
+ file 'config.rb'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chriseppstein-compass-960-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Eppstein
@@ -9,11 +9,12 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-01-24 00:00:00 -08:00
12
+ date: 2009-02-17 00:00:00 -08:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: chriseppstein-compass
17
+ type: :runtime
17
18
  version_requirement:
18
19
  version_requirements: !ruby/object:Gem::Requirement
19
20
  requirements:
@@ -23,6 +24,7 @@ dependencies:
23
24
  version:
24
25
  - !ruby/object:Gem::Dependency
25
26
  name: echoe
27
+ type: :runtime
26
28
  version_requirement:
27
29
  version_requirements: !ruby/object:Gem::Requirement
28
30
  requirements:
@@ -45,15 +47,16 @@ files:
45
47
  - lib/ninesixty/compass_plugin.rb
46
48
  - lib/ninesixty/sass_extensions.rb
47
49
  - lib/ninesixty.rb
50
+ - Manifest
48
51
  - Rakefile
49
52
  - README.mkdn
50
53
  - sass/960/_grid.sass
51
54
  - sass/960/_text.sass
52
55
  - templates/project/config.rb
53
56
  - templates/project/grid.sass
57
+ - templates/project/manifest.rb
54
58
  - templates/project/text.sass
55
59
  - VERSION
56
- - Manifest
57
60
  - compass-960-plugin.gemspec
58
61
  has_rdoc: false
59
62
  homepage: http://github.com/chriseppstein/compass-960-plugin