broker.gemspec in broker-0.0.9 vs broker.gemspec in broker-0.1.1

- old
+ new

@@ -6,10 +6,10 @@ Gem::Specification.new do |gem| gem.name = "broker" gem.version = Broker::VERSION gem.authors = ["Shawn Henley"] gem.email = ["shawn@luckysailor.net"] - gem.description = gem.summary = "Automate the importing and exporting of data with Quickbase applications, using post requests." + gem.description = gem.summary = "Simple utility to automate the importing of data through the Quickbase API by polling a folder queue for new files, and pushing the data to your Quickbase apps." gem.homepage = "https://github.com/luckysailor/broker" gem.license = "MIT" gem.files = `git ls-files`.split($/) gem.executables = ["broker"]#gem.files.grep(%r{^bin/}) { |f| File.basename(f) }