much-plugin.gemspec in much-plugin-0.2.0 vs much-plugin.gemspec in much-plugin-0.2.1

- old
+ new

@@ -3,11 +3,11 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "much-plugin/version" Gem::Specification.new do |gem| gem.name = "much-plugin" - gem.version = "0.2.0" #MuchPlugin::VERSION + gem.version = MuchPlugin::VERSION gem.authors = ["Kelly Redding", "Collin Redding"] gem.email = ["kelly@kellyredding.com", "collin.redding@me.com"] gem.summary = %q{An API to ensure mixin included logic (the "plugin") only runs once.} gem.description = %q{An API to ensure mixin included logic (the "plugin") only runs once.} gem.homepage = "http://github.com/redding/much-plugin" @@ -16,8 +16,8 @@ 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_development_dependency("assert", ["~> 2.16.1"]) + gem.add_development_dependency("assert", ["~> 2.17.0"]) end