uploader.gemspec in uploader-0.2.6 vs uploader.gemspec in uploader-0.2.7
- old
+ new
@@ -1,21 +1,22 @@
# Generated by jeweler
-# DO NOT EDIT THIS FILE
-# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
+# DO NOT EDIT THIS FILE DIRECTLY
+# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{uploader}
- s.version = "0.2.6"
+ s.version = "0.2.7"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin Ball", "David South"]
- s.date = %q{2009-11-17}
+ s.date = %q{2009-12-12}
s.description = %q{Uploader gem that makes it simple add multiple file uploads to your Rails project using SWFUpload and Paperclip}
s.email = %q{justinball@gmail.com}
s.extra_rdoc_files = [
- "README.rdoc"
+ "README.rdoc",
+ "TODO"
]
s.files = [
".gitignore",
"MIT-LICENSE",
"README.rdoc",
@@ -352,5 +353,6 @@
s.add_dependency(%q<mime-types>, [">= 0"])
s.add_dependency(%q<rack>, [">= 0"])
s.add_dependency(%q<paperclip>, [">= 0"])
end
end
+