compass-susy-plugin 0.7.0.rc2 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.mkdn CHANGED
@@ -26,7 +26,7 @@ Install
26
26
  Create a Susy-based Compass Project
27
27
  ===================================
28
28
 
29
- compass -r susy -f susy <project name>
29
+ compass create <project name> -r susy -u susy
30
30
 
31
31
  Then edit your `_base.scss`, `_defaults.scss`, `screen.scss` and `print.scss`
32
32
  files accordingly. A reset is added automatically, and includes support for
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.0.rc2
1
+ 0.7.0
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{compass-susy-plugin}
5
- s.version = "0.7.0.rc2"
5
+ s.version = "0.7.0"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Eric Meyer"]
9
- s.date = %q{2010-05-13}
9
+ s.date = %q{2010-06-01}
10
10
  s.description = %q{Susy is a ground-up native Compass plugin grid system that takes full advantage of Sass' capabilities to remove the tedium from grid-based web design.}
11
11
  s.email = %q{eric@oddbird.net}
12
12
  s.extra_rdoc_files = ["LICENSE.txt", "README.mkdn", "lib/susy.rb", "lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb"]
@@ -23,11 +23,11 @@ Gem::Specification.new do |s|
23
23
  s.specification_version = 3
24
24
 
25
25
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
26
- s.add_runtime_dependency(%q<compass>, [">= 0.10.0.rc2"])
26
+ s.add_runtime_dependency(%q<compass>, [">= 0.10.0"])
27
27
  else
28
- s.add_dependency(%q<compass>, [">= 0.10.0.rc2"])
28
+ s.add_dependency(%q<compass>, [">= 0.10.0"])
29
29
  end
30
30
  else
31
- s.add_dependency(%q<compass>, [">= 0.10.0.rc2"])
31
+ s.add_dependency(%q<compass>, [">= 0.10.0"])
32
32
  end
33
33
  end
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: compass-susy-plugin
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: true
4
+ prerelease: false
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
8
  - 0
9
- - rc2
10
- version: 0.7.0.rc2
9
+ version: 0.7.0
11
10
  platform: ruby
12
11
  authors:
13
12
  - Eric Meyer
@@ -15,7 +14,7 @@ autorequire:
15
14
  bindir: bin
16
15
  cert_chain: []
17
16
 
18
- date: 2010-05-13 00:00:00 -06:00
17
+ date: 2010-06-01 00:00:00 -06:00
19
18
  default_executable:
20
19
  dependencies:
21
20
  - !ruby/object:Gem::Dependency
@@ -29,8 +28,7 @@ dependencies:
29
28
  - 0
30
29
  - 10
31
30
  - 0
32
- - rc2
33
- version: 0.10.0.rc2
31
+ version: 0.10.0
34
32
  type: :runtime
35
33
  version_requirements: *id001
36
34
  description: Susy is a ground-up native Compass plugin grid system that takes full advantage of Sass' capabilities to remove the tedium from grid-based web design.