guard-jshint-node 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile CHANGED
@@ -3,8 +3,4 @@ source "http://rubygems.org"
3
3
  # Specify your gem's dependencies in guard-node-jshint.gemspec
4
4
  gemspec
5
5
 
6
- gem 'rake'
7
- gem 'ruby_gntp'
8
- platforms :ruby do
9
- gem 'rb-readline'
10
- end
6
+ gem 'rake'
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module JshintNodeVersion
3
- VERSION = "0.0.3"
3
+ VERSION = "0.0.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jshint-node
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Patrik Henningsson