apidragon.gemspec in apidragon-1.0.0 vs apidragon.gemspec in apidragon-1.1.0

- old
+ new

@@ -1,19 +1,19 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: apidragon 1.0.0 ruby lib +# stub: apidragon 1.1.0 ruby lib Gem::Specification.new do |s| s.name = "apidragon" - s.version = "1.0.0" + s.version = "1.1.0" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.require_paths = ["lib"] s.authors = ["isaiah thiessen"] - s.date = "2015-11-27" + s.date = "2015-11-30" s.description = "Ruby based CLI for accessing veracode's api" s.email = "isaiah.thiessen@live.ca" s.executables = ["apidragon"] s.extra_rdoc_files = [ "LICENSE.txt", @@ -32,9 +32,10 @@ "apidragon.gemspec", "bin/apidragon", "lib/apidragon.rb", "lib/apidragon/api.rb", "lib/apidragon/argbucket.rb", + "lib/apidragon/log.rb", "lib/apidragon/macro.rb", "lib/apidragon/parser.rb", "test/helper.rb", "test/test_apidragon.rb" ]