guard-jruby-minitest 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4cc9d48d0d1386bd4ca79fb4f9e1ca82b8a551ae
4
- data.tar.gz: 00b4602d66109f96118c237bfab966c177d3c7db
3
+ metadata.gz: 5a540c8ea1180e627e3b4ad7d5690e891991c9bc
4
+ data.tar.gz: 540f021c9d009053a6e1e5858d553b5962feef37
5
5
  SHA512:
6
- metadata.gz: 2aaa340feb51fe6aef6c0a610e0f9ed539b4730398ca673290502301af9534110d24ddf278c280324fecd85fce63b1b5ddba5896f7dc21d2c760da70b6512b75
7
- data.tar.gz: cb6588dcd37f5c058b218acb972a52159f9491accac00a67bb8b884017c32e944ae738f1021d59ab606f0a83b2c08443c750308e53c540b9ebea6abb8af46f75
6
+ metadata.gz: 9e63695d61ef676bdc5d3ba1b09eb99217a1ab7a303dbc9947de45c54e9e1253801d7c7c556ec6b2f349d2b142f38a0ce88b1ca2b5fadcea56a5ea9fe4c159b8
7
+ data.tar.gz: 1cd1dd360658902bbb791ed9d6ea274468065110be7990bfcbc47d1954561f1c7cae23cb1d5d86e23ab9777af414089afd29da009aa64b32d448293f30b0b441
@@ -37,6 +37,10 @@ module Guard
37
37
  end
38
38
  end
39
39
 
40
+ def self.template(plugin_location)
41
+ File.read("#{ plugin_location }/lib/guard/jruby-minitest/templates/Guardfile")
42
+ end
43
+
40
44
  private
41
45
 
42
46
  def matched_paths(raw_paths)
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module JRubyMinitestVersion
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jack Xu