puffer.gemspec in puffer-0.0.6 vs puffer.gemspec in puffer-0.0.7

- old
+ new

@@ -3,31 +3,32 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{puffer} - s.version = "0.0.6" + s.version = "0.0.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["pyromaniac"] - s.date = %q{2011-01-27} + s.date = %q{2011-01-28} s.description = %q{In Soviet Russia puffer admins you} s.email = %q{kinwizard@gmail.com} s.extra_rdoc_files = [ - "README.rdoc" + "README.md" ] s.files = [ ".rspec", ".rvmrc", "Gemfile", "Gemfile.lock", "MIT-LICENSE", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "app/cells/puffer/base/additional.html.erb", "app/cells/puffer/base_cell.rb", "app/controllers/admin/dashboard_controller.rb", + "app/helpers/puffer_helper.rb", "app/views/admin/dashboard/index.html.erb", "app/views/layouts/puffer.html.erb", "app/views/puffer/_form.html.erb", "app/views/puffer/associated/_many.html.erb", "app/views/puffer/associated/_one.html.erb",