buildbox-ruby.gemspec in buildbox-0.3.6 vs buildbox-ruby.gemspec in buildbox-0.3.7

- old
+ new

@@ -6,12 +6,12 @@ Gem::Specification.new do |spec| spec.name = "buildbox" spec.version = Buildbox::VERSION spec.authors = ["Keith Pitt"] spec.email = ["me@keithpitt.com"] - spec.description = %q{Ruby client for buildbox} - spec.summary = %q{Ruby client for buildbox} - spec.homepage = "" + spec.description = %q{Ruby agent for buildbox} + spec.summary = %q{Ruby agent for buildbox} + spec.homepage = "https://github.com/buildboxhq/buildbox-ruby" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})