guard-jruby-minitest 0.1.2 → 0.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c4965a84bdb9b15bd3be16eeb412c87dd0dcb374
4
- data.tar.gz: 4feb48683e2d2a8674e9b1824bfa2167222d6c43
3
+ metadata.gz: 621733f93d4e84592be688ff04dc80bb3ab30f17
4
+ data.tar.gz: 9169007f0348360f4dd3692a40bb095aea5fc8be
5
5
  SHA512:
6
- metadata.gz: d078a1add22e83780915d49da5a84645a0a8b060f7ccad860d8546dca4bb97ddd8ffcb94fa39473a32d15d4ca9f9b2b04d80eef4e912988ddda1c0822af05850
7
- data.tar.gz: 3fb3877c6a62b492dcb15eadcb399462456c90f6d2992aa6c520fb2d18ff051d569aa0dd6361150f86c21700b54e429a3a30286dbf4b639f376a8a2ee447f200
6
+ metadata.gz: 3fd2929cfffd395a9f6e8458d5d23a91be8ca58ddf1dba7da4043b545cdd5b6eedc86eae75c03261706972a49f60a220cdd72e8e66c23e4315975f09c1533afa
7
+ data.tar.gz: 50e5a8077be9b43fd8ec74a5816762eec29e7a405a25273cd5cc657394506f2deea3817b759fa2b3f84b3f8967d207ea8b9eb3db8e4ebd96b0afb8abc51864cf
@@ -19,9 +19,8 @@ module Guard
19
19
  def initialize(options = {})
20
20
  @custom_watchers = options[:watchers]
21
21
  general_watchers = [Watcher.new(%r{^(.+)\.rb$}), Watcher.new(%r{^(.+)\.(erb|haml)$})]
22
- super(options.merge(watchers: general_watchers))
23
22
  TestPaths.test_folders = options[:test_folders]
24
- super
23
+ super(options.merge(watchers: general_watchers))
25
24
  end
26
25
 
27
26
  def run_all
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module JRubyMinitestVersion
3
- VERSION = "0.1.2"
3
+ VERSION = "0.1.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-jruby-minitest
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Xu