Skip to content

Commit

Permalink
v0.8.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
mirisuzanne committed Aug 12, 2010
1 parent 9d87002 commit b98016e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Manifest
Expand Up @@ -8,6 +8,7 @@ lib/susy.rb
lib/susy/compass_plugin.rb
lib/susy/sass_extensions.rb
sass/susy/_grid.scss
sass/susy/_inline_block_list.scss
sass/susy/_reset.scss
sass/susy/_susy.scss
sass/susy/_text.scss
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.8.0.pre1
0.8.0.rc1
4 changes: 2 additions & 2 deletions compass-susy-plugin.gemspec
Expand Up @@ -2,15 +2,15 @@

Gem::Specification.new do |s|
s.name = %q{compass-susy-plugin}
s.version = "0.8.0.pre1"
s.version = "0.8.0.rc1"

s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
s.authors = ["Eric Meyer"]
s.date = %q{2010-08-12}
s.description = %q{Responsive web design with grids the quick and reliable way.}
s.email = %q{eric@oddbird.net}
s.extra_rdoc_files = ["LICENSE.txt", "README.mkdn", "lib/susy.rb", "lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb"]
s.files = ["LICENSE.txt", "Manifest", "README.mkdn", "Rakefile", "VERSION", "lib/susy.rb", "lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb", "sass/susy/_grid.scss", "sass/susy/_reset.scss", "sass/susy/_susy.scss", "sass/susy/_text.scss", "sass/susy/_utils.scss", "sass/susy/_vertical_rhythm.scss", "templates/project/_base.scss", "templates/project/_defaults.scss", "templates/project/grid.png", "templates/project/ie.scss", "templates/project/manifest.rb", "templates/project/print.scss", "templates/project/screen.scss", "compass-susy-plugin.gemspec"]
s.files = ["LICENSE.txt", "Manifest", "README.mkdn", "Rakefile", "VERSION", "compass-susy-plugin.gemspec", "lib/susy.rb", "lib/susy/compass_plugin.rb", "lib/susy/sass_extensions.rb", "sass/susy/_grid.scss", "sass/susy/_inline_block_list.scss", "sass/susy/_reset.scss", "sass/susy/_susy.scss", "sass/susy/_text.scss", "sass/susy/_utils.scss", "sass/susy/_vertical_rhythm.scss", "templates/project/_base.scss", "templates/project/_defaults.scss", "templates/project/grid.png", "templates/project/ie.scss", "templates/project/manifest.rb", "templates/project/print.scss", "templates/project/screen.scss"]
s.homepage = %q{http://susy.oddbird.net/}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Compass-susy-plugin", "--main", "README.mkdn"]
s.require_paths = ["lib"]
Expand Down

0 comments on commit b98016e

Please sign in to comment.