auto_autoloader.gemspec in auto_autoloader-0.0.0 vs auto_autoloader.gemspec in auto_autoloader-0.0.1

- old
+ new

@@ -1,36 +1,37 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: auto_autoloader 0.0.0 ruby lib +# stub: auto_autoloader 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "auto_autoloader" - s.version = "0.0.0" + s.version = "0.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["kaspernj"] s.date = "2016-01-03" s.description = "Autoload constants in natural subfolders from the original class in Ruby with a single line of code." s.email = "k@spernj.org" s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", ".rspec", ".rubocop.yml", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "auto_autoloader.gemspec", "lib/auto_autoloader.rb", + "shippable.yml", "spec/auto_autoloader_spec.rb", "spec/spec_helper.rb", "spec/test_class.rb", "spec/test_class/sub_class.rb" ]