Skip to content

Commit

Permalink
clear routes out of gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
danreedy committed Sep 20, 2011
1 parent 25aaa1f commit b09fc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acts_as_temporary.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = "Adds the abililty to temporarily store an object through ActiveRecord"
s.description = "In the event that you do not want to clutter your production databases with what could be temporary data you can use this plugin to temporarily store and later retreive data with your database."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.files = Dir["{app,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency "rails", "~> 3.1.0"
s.add_development_dependency "sqlite3"
Expand Down

0 comments on commit b09fc7f

Please sign in to comment.