mastercoin-wallet.gemspec in mastercoin-wallet-0.0.5 vs mastercoin-wallet.gemspec in mastercoin-wallet-0.0.6

- old
+ new

@@ -3,18 +3,18 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "mastercoin-wallet" - s.version = "0.0.5" + s.version = "0.0.6" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Maran"] - s.date = "2013-11-05" + s.date = "2013-11-07" s.description = "Mastercoin wallet using QT bindings to create a useful gui wallet" s.email = "maran.hidskes@gmail.com" - s.executables = ["mastercoin-wallet"] + s.executables = ["console", "mastercoin-wallet"] s.extra_rdoc_files = [ "LICENSE.txt", "README.rdoc" ] s.files = [ @@ -24,10 +24,11 @@ "LICENSE.txt", "Makefile", "README.rdoc", "Rakefile", "VERSION", + "bin/console", "bin/mastercoin-wallet", "lib/.DS_Store", "lib/mastercoin-wallet.rb", "lib/mastercoin-wallet/builder.rb", "lib/mastercoin-wallet/config.rb", @@ -53,9 +54,10 @@ "lib/mastercoin-wallet/models/address.rb", "lib/mastercoin-wallet/models/selling_offer.rb", "lib/mastercoin-wallet/models/transaction.rb", "lib/mastercoin-wallet/network/selling_offer.rb", "lib/mastercoin-wallet/network/wallet.rb", + "lib/mastercoin-wallet/util.rb", "mastercoin-wallet.gemspec", "resources/images.qrc", "resources/logo.icns", "resources/logo.svg", "test/helper.rb",