guard-depend.gemspec in guard-depend-0.0.1 vs guard-depend.gemspec in guard-depend-0.1.0

- old
+ new

@@ -3,10 +3,10 @@ require 'rbconfig' require 'guard/depend/version' Gem::Specification.new do |s| s.name = 'guard-depend' - s.version = Guard::Depend::VERSION + s.version = Guard::DependVersion::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Alexander Groß'] s.email = ['agross@therightstuff.de'] s.homepage = 'http://grossweber.com' s.license = 'MIT'