and-son.gemspec in and-son-0.9.0 vs and-son.gemspec in and-son-0.9.1
- old
+ new
@@ -6,19 +6,20 @@
Gem::Specification.new do |gem|
gem.name = "and-son"
gem.version = AndSon::VERSION
gem.authors = ["Collin Redding", "Kelly Redding"]
gem.email = ["collin.redding@me.com", "kelly@kellyredding.com"]
- gem.description = "Simple Sanford client for Ruby."
gem.summary = "Simple Sanford client for Ruby."
+ gem.description = "Simple Sanford client for Ruby."
gem.homepage = "https://github.com/redding/and-son"
gem.license = 'MIT'
gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
- gem.add_dependency("sanford-protocol", ["~> 0.11"])
+ gem.add_development_dependency("assert", ["~> 2.16.1"])
- gem.add_development_dependency("assert", ["~> 2.14"])
+ gem.add_dependency("sanford-protocol", ["~> 0.12.0"])
+
end