guard-mocha-node 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ Gem::Specification.new do |s|
7
7
  s.version = Guard::MochaNodeVersion::VERSION
8
8
  s.authors = ["dave@kapoq.com", "David Schoen <dave@lyte.id.au>"]
9
9
  s.email = ["dave@kapoq.com", "dave@lyte.id.au"]
10
- s.homepage = "https://github.com/kanzeon/guard-mocha-node"
10
+ s.homepage = "https://github.com/neerolyte/guard-mocha-node"
11
11
  s.summary = %q{Guard::MochaNode automatically runs your Mocha Node specs when files are modified}
12
12
  s.description = %q{}
13
13
 
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module MochaNodeVersion
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-mocha-node
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -133,7 +133,7 @@ files:
133
133
  - spec/lib/runner_spec.rb
134
134
  - spec/lib/spec_state_spec.rb
135
135
  - spec/spec_helper.rb
136
- homepage: https://github.com/kanzeon/guard-mocha-node
136
+ homepage: https://github.com/neerolyte/guard-mocha-node
137
137
  licenses: []
138
138
  post_install_message:
139
139
  rdoc_options: []