overapp.gemspec in overapp-0.5.0 vs overapp.gemspec in overapp-0.5.1

- old
+ new

@@ -3,30 +3,30 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "overapp" - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Mike Harris"] - s.date = "2013-11-22" + s.date = "2013-11-27" s.description = "overapp" s.email = "mharris717@gmail.com" s.executables = ["overapp"] s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", ".rspec", "Gemfile", "Gemfile.lock", "Guardfile", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "bin/overapp", "lib/overapp.rb", "lib/overapp/files.rb", @@ -48,17 +48,20 @@ "lib/overapp/template_file/body_mod.rb", "lib/overapp/template_file/params.rb", "lib/overapp/template_file/var_obj.rb", "lib/overapp/util/cmd.rb", "lib/overapp/util/dir.rb", + "lib/overapp/util/file.rb", "lib/overapp/util/git.rb", "lib/overapp/util/tmp_dir.rb", "lib/overapp/util/write.rb", "lib/overapp/var.rb", "overapp.gemspec", + "spec/binary_copy_spec.rb", "spec/command_replacement_spec.rb", "spec/from_command_spec.rb", "spec/git_spec.rb", + "spec/input/rails.png", "spec/input/rails_post_overlay/.overapp", "spec/input/rails_post_overlay/app/models/post.rb", "spec/input/rails_widget_overlay/.overapp", "spec/input/rails_widget_overlay/app/models/widget.rb", "spec/input/repo/.abc",