quorable.gemspec in quorable-0.1.6 vs quorable.gemspec in quorable-0.1.7

- old
+ new

@@ -1,35 +1,38 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: quorable 0.1.6 ruby lib +# stub: quorable 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "quorable" - s.version = "0.1.6" + s.version = "0.1.7" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Rahul Hor\u{e9}"] - s.date = "2013-11-25" - s.description = "Still need to add some more functionality. Right now, all this does is get the 10 most recent paths for a given topic." + s.date = "2013-11-26" + s.description = "Still need to add some more functionality. Right now, all this does is get the 10 (or fewer) most recent paths for a given topic." s.email = "hore.rahul@gmail.com" s.executables = ["quera"] s.extra_rdoc_files = [ "LICENSE.txt", - "README.rdoc" + "README.md" ] s.files = [ ".document", + ".rspec", "Gemfile", "Gemfile.lock", "LICENSE.txt", - "README.rdoc", + "README.md", "Rakefile", "VERSION", "bin/quera", "lib/quorable.rb", - "quorable.gemspec" + "quorable.gemspec", + "spec/quorable_spec.rb", + "spec/spec_helper.rb" ] s.homepage = "http://github.com/O-I/quorable" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.1.9"