compass-scalablegs-plugin 1.0.0RC2 → 1.0.0.RC3

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.
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-scalablegs-plugin}
5
- s.version = "1.0.0RC2"
5
+ s.version = "1.0.0.RC3"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.8.10")
8
8
  s.authors = ["Kenneth Nordahl", "Chris Eppstein", "Matt Sanders"]
9
- s.date = %q{2011-04-09}
9
+ s.date = %q{2011-10-04}
10
10
  s.description = %q{The Scalable Grid System or scalable.gs for short, is a device independent and cross screen size CSS framework.}
11
11
  s.email = %w{kenneth@nordahl.me}
12
12
  s.has_rdoc = false
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
14
14
  "compass-scalablegs-plugin.gemspec",
15
15
  "README.md",
16
16
  "lib/scalable.rb",
17
- "stylesheets/scalable/_grid.sass",
18
- "templates/project/scalable.sass",
17
+ "stylesheets/scalablegs/_framework.sass",
18
+ "templates/project/scalablegs.sass",
19
19
  "templates/project/manifest.rb"
20
20
  ]
21
21
  s.homepage = %q{http://github.com/KDN/compass-scalablegs-plugin}
data/lib/scalable.rb CHANGED
@@ -1,2 +1,2 @@
1
1
  require 'compass'
2
- Compass::Frameworks.register("scalable", :path => "#{File.dirname(__FILE__)}/..")
2
+ Compass::Frameworks.register("scalablegs", :path => "#{File.dirname(__FILE__)}/..")
@@ -1,4 +1,4 @@
1
- stylesheet 'scalable.sass', :media => "screen, projection"
1
+ stylesheet 'scalablegs.sass', :media => "screen, projection"
2
2
 
3
3
  description "Scalable Grid System for cross device and screen size web development."
4
4
 
@@ -4,7 +4,7 @@
4
4
  * Licensed under GPL and MIT.
5
5
 
6
6
 
7
- @import scalable/grid
7
+ @import scalablegs/framework
8
8
 
9
9
  // The following generates the one of the default grids provided by the css version of scalable.gs
10
10
  .scalable
metadata CHANGED
@@ -1,8 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-scalablegs-plugin
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0RC2
5
- prerelease: 5
4
+ version: 1.0.0.RC3
5
+ prerelease: 6
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kenneth Nordahl
@@ -11,11 +11,11 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2011-04-09 00:00:00.000000000Z
14
+ date: 2011-10-04 00:00:00.000000000Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: compass
18
- requirement: &70201934241280 !ruby/object:Gem::Requirement
18
+ requirement: &70238026316540 !ruby/object:Gem::Requirement
19
19
  none: false
20
20
  requirements:
21
21
  - - ! '>='
@@ -23,7 +23,7 @@ dependencies:
23
23
  version: 0.10.6
24
24
  type: :runtime
25
25
  prerelease: false
26
- version_requirements: *70201934241280
26
+ version_requirements: *70238026316540
27
27
  description: The Scalable Grid System or scalable.gs for short, is a device independent
28
28
  and cross screen size CSS framework.
29
29
  email:
@@ -35,8 +35,8 @@ files:
35
35
  - compass-scalablegs-plugin.gemspec
36
36
  - README.md
37
37
  - lib/scalable.rb
38
- - stylesheets/scalable/_grid.sass
39
- - templates/project/scalable.sass
38
+ - stylesheets/scalablegs/_framework.sass
39
+ - templates/project/scalablegs.sass
40
40
  - templates/project/manifest.rb
41
41
  homepage: http://github.com/KDN/compass-scalablegs-plugin
42
42
  licenses: []