Skip to content

Commit

Permalink
Regenerate gemspec for version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanoverna committed Jun 6, 2011
1 parent 0fa2fc9 commit 8ba1e03
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions atk_icons.gemspec
@@ -0,0 +1,57 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{atk_icons}
s.version = "0.1.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = [%q{Stefano Verna}]
s.date = %q{2011-06-06}
s.description = %q{A way to use the awesome Agile Toolkit Icon Set within your Compass project.}
s.email = %q{stefano.verna@welaika.com}
s.extra_rdoc_files = [
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"lib/atk_icons.rb",
"stylesheets/_atk-icons.sass",
"stylesheets/atk-icons/_sprites.sass",
"templates/project/manifest.rb",
"templates/project/screen.sass"
]
s.homepage = %q{http://github.com/welaika/atk_icons}
s.licenses = [%q{MIT}]
s.require_paths = [%q{lib}]
s.rubygems_version = %q{1.8.5}
s.summary = %q{A way to use the awesome Agile Toolkit Icon Set within your Compass project.}

if s.respond_to? :specification_version then
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<compass>, [">= 0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.2"])
else
s.add_dependency(%q<compass>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
end
else
s.add_dependency(%q<compass>, [">= 0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
end
end

0 comments on commit 8ba1e03

Please sign in to comment.