cknife.gemspec in cknife-0.1.6 vs cknife.gemspec in cknife-0.1.7

- old
+ new

@@ -1,22 +1,22 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: cknife 0.1.6 ruby lib +# stub: cknife 0.1.7 ruby lib Gem::Specification.new do |s| s.name = "cknife" - 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.require_paths = ["lib"] s.authors = ["Mike De La Loza"] - s.date = "2015-06-06" + s.date = "2015-06-17" s.description = "Cali Army Knife, a collection of command line tools, especially for popular API services." s.email = "mikedll@mikedll.com" - s.executables = ["cknifeaws", "cknifedub", "cknifemail", "cknifenowtimestamp", "cknifepg", "cknifewcdir", "cknifezerigo"] + s.executables = ["cknifeaws", "cknifedub", "cknifemail", "cknifemysql", "cknifenowtimestamp", "cknifepg", "cknifewcdir", "cknifezerigo"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ @@ -29,16 +29,19 @@ "Rakefile", "VERSION", "bin/cknifeaws", "bin/cknifedub", "bin/cknifemail", + "bin/cknifemysql", "bin/cknifenowtimestamp", "bin/cknifepg", "bin/cknifewcdir", "bin/cknifezerigo", "cknife.gemspec", "cknife.yml.sample", + "lib/cknife/cknife_mysql.rb", "lib/cknife/cknife_pg.rb", + "lib/cknife/command_line.rb", "lib/cknife/config.rb" ] s.homepage = "http://github.com/mikedll/cali-army-knife" s.licenses = ["MIT"] s.rubygems_version = "2.4.7"