guard-sass 1.6.0 → 1.6.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: 949c74526a432000e0acf8ef142bfa56dc5dfe7c
4
- data.tar.gz: bff3403b25142d9d9815f89304f8f4a78618871e
3
+ metadata.gz: 1f2ab276fb8d14f3f398a896f3cfd7890a34f22e
4
+ data.tar.gz: 4f3724790b0a722bd8e4c4fa7e4fd6334c071802
5
5
  SHA512:
6
- metadata.gz: 1718824187dbaf96446669a415b1a162ce2f8399bec4479c57fedbaaa2125da423c0b690c8401d89fbe04af9c6964d3221b1e758bb3504a190c4b0c9b509e58c
7
- data.tar.gz: bc28654ce92a31c625721c9da83868f06297d92c1e8d3acdc5a50f3822b6d676c0571753617acaa7ee2fbfc3fb91299d9748722b4a8c20fa8ed952e2886fe320
6
+ metadata.gz: 6b949c2f5997cf59ccbb8e904ad83ffa58aa9e89ea83b8d963b097d11de910d9461b2d8e9379d4200c118052440047e2eb878a694e41c135cd307637ad6b9a82
7
+ data.tar.gz: 818b547ea6cf5046ac28dc28307a7bd7ad4ea5821f8ac4ebe9b0c50e41c75e1cfa86197e25ec030042e9ee29070017ad548c0136e1fccfb639de6d4e24f15f7d
@@ -90,7 +90,7 @@ module Guard
90
90
 
91
91
  unless options[:shallow]
92
92
  @watchers.product([file]).each do |watcher, file|
93
- if matches = file.match(watcher.pattern)
93
+ if matches = watcher.pattern.match(file)
94
94
  if matches[1]
95
95
  folder = File.join(options[:output], File.dirname(matches[1])).gsub(/\/\.$/, '')
96
96
  break
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  class SassVersion
3
- VERSION = '1.6.0'
3
+ VERSION = '1.6.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Hawxwell
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2016-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -73,14 +73,14 @@ executables: []
73
73
  extensions: []
74
74
  extra_rdoc_files: []
75
75
  files:
76
- - lib/guard/sass/templates/Guardfile
77
- - lib/guard/sass/version.rb
78
- - lib/guard/sass/importer.rb
79
- - lib/guard/sass/formatter.rb
80
- - lib/guard/sass/runner.rb
81
- - lib/guard/sass.rb
82
76
  - LICENSE
83
77
  - README.md
78
+ - lib/guard/sass.rb
79
+ - lib/guard/sass/formatter.rb
80
+ - lib/guard/sass/importer.rb
81
+ - lib/guard/sass/runner.rb
82
+ - lib/guard/sass/templates/Guardfile
83
+ - lib/guard/sass/version.rb
84
84
  homepage: http://rubygems.org/gems/guard-sass
85
85
  licenses: []
86
86
  metadata: {}
@@ -100,9 +100,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
100
100
  version: 1.3.6
101
101
  requirements: []
102
102
  rubyforge_project: guard-sass
103
- rubygems_version: 2.0.14
103
+ rubygems_version: 2.5.1
104
104
  signing_key:
105
105
  specification_version: 4
106
106
  summary: Guard gem for Sass
107
107
  test_files: []
108
- has_rdoc: