uploader.gemspec in uploader-1.0.0 vs uploader.gemspec in uploader-1.0.1
- old
+ new
@@ -3,14 +3,14 @@
# 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 = "1.0.0"
+ s.version = "1.0.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Justin Ball", "Joel Duffin", "David South"]
- s.date = %q{2010-08-30}
+ s.date = %q{2010-08-31}
s.description = %q{Uploader gem that makes it simple add multiple file uploads to your Rails project using SWFUpload, Uploadify and Paperclip}
s.email = %q{justinball@gmail.com}
s.extra_rdoc_files = [
"README.rdoc",
"TODO"