guard-entangle 0.0.4.2 → 0.0.4.3

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: be417ef07044a8d64a731882eac29df80e945be5
4
- data.tar.gz: d109d654fb824aba8d57872aa7db0b715b476c07
3
+ metadata.gz: d5a5ecc55419d52177d5073a018dc1a61f6ceffd
4
+ data.tar.gz: d7c280eb31e7d2922a296e2f1310b2b61f8e36ae
5
5
  SHA512:
6
- metadata.gz: 02d10da20469321575ddc6a89767dfa624f63ccf259b6be26b54ac318dd9ecf1665a03f365c61854d7a82d6601f78318eda2f55f4112624f27b3bc9c97dafe20
7
- data.tar.gz: ed7f00dea3251cf283665ad85f8ad593fc886a267987e8386f50855a23784927e10b5753a25595e4038d24a444192a829e0f6dd7c20d7b68f0273ccc9bfc8580
6
+ metadata.gz: c06d4db1f9d0d346994cd378f4e70a9240efbdc8a5952cd3e404a16c8293ba3049b4c2a9f34952efda001b2b355e0a6e832394239063c35d473d60159a938abb
7
+ data.tar.gz: c32525896be9a445b4369a9c6edefed903d5532222b6c76e236332b7de7852a72d66e4815a99e0a2180ed81859b143cc9563a4fc62c3b37bfc131cae2df3a77c
@@ -1,5 +1,6 @@
1
1
  # Watch any file in the src directory - change as required
2
2
  # Output directory set as output:
3
- guard :entangle, output: 'output' do
3
+ # Input directory set as input:
4
+ guard :entangle, input: 'src', output: 'js' do
4
5
  watch(%r{^src/.+\..+$})
5
6
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Guard
4
4
  class EntangleVersion
5
- VERSION = "0.0.4.2"
5
+ VERSION = "0.0.4.3"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-entangle
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4.2
4
+ version: 0.0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Deshi Rahim