guard-cane.gemspec in guard-cane-0.1.0 vs guard-cane.gemspec in guard-cane-0.1.1
- old
+ new
@@ -2,15 +2,15 @@
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
Gem::Specification.new do |gem|
gem.name = 'guard-cane'
- gem.version = '0.1.0'
+ gem.version = '0.1.1'
gem.authors = ["Justin Campbell"]
gem.email = ["justin@justincampbell.me"]
gem.summary = "Guard plugin for Cane"
gem.description = "Guard::Cane automatically runs Cane when files change"
- gem.homepage = "https://github.com/justincampbell/guard-cane"
+ gem.homepage = "https://github.com/guard/guard-cane"
gem.files = `git ls-files`.split($/)
gem.require_paths = ["lib"]
gem.add_dependency 'cane'