Skip to content

Commit

Permalink
add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Sonnek committed Jun 25, 2009
1 parent 97e469d commit 7c48613
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions acts_as_stripped.gemspec
@@ -0,0 +1,48 @@
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Ryan Sonnek"]
s.date = %q{2009-06-25}
s.email = %q{ryan.sonnek@gmail.com}
s.extra_rdoc_files = [
"LICENSE",
"README.rdoc"
]
s.files = [
".document",
".gitignore",
"LICENSE",
"README.rdoc",
"Rakefile",
"VERSION.yml",
"lib/acts_as_stripped.rb",
"test/acts_as_stripped_test.rb",
"test/database.yml",
"test/debug.log",
"test/test_helper.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/wireframe/acts_as_stripped}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{strip whitespace from string attributes}
s.test_files = [
"test/acts_as_stripped_test.rb",
"test/test_helper.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 2

if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit 7c48613

Please sign in to comment.