Skip to content

Commit

Permalink
Regenerate gemspec using "rake gemspec".
Browse files Browse the repository at this point in the history
(cherry picked from commit 032c5767c2f866259abc8a14f9574451de540455)
  • Loading branch information
woods authored and Jeffrey Chupp committed Mar 28, 2009
1 parent 01440f1 commit 11d3b88
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions is_paranoid.gemspec
Expand Up @@ -6,21 +6,14 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Jeffrey Chupp"]
s.date = %q{2009-03-20}
s.date = %q{2009-03-26}
s.description = %q{}
s.email = %q{jeff@semanticart.com}
s.files = [
"lib/is_paranoid.rb",
"README.textile",
"Rakefile",
"MIT-LICENSE",
"spec/android_spec.rb",
"spec/database.yml",
"spec/spec.opts",
"spec/spec_helper.rb",
"spec/schema.rb"
]
s.extra_rdoc_files = ["README.textile"]
s.files = ["README.textile", "VERSION.yml", "lib/is_paranoid.rb", "spec/android_spec.rb", "spec/database.yml", "spec/schema.rb", "spec/spec.opts", "spec/spec_helper.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/jchupp/is_paranoid/}
s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.1}
s.summary = %q{ActiveRecord 2.3 compatible gem "allowing you to hide and restore records without actually deleting them." Yes, like acts_as_paranoid, only with less code and less complexity.}
Expand Down

0 comments on commit 11d3b88

Please sign in to comment.