guard-sculpin 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- ZGM1ODUwMjgxNzE1ZWUzOTk3YmVlM2QwMjlhMzU0OTE4MTI0ZWRlNw==
5
- data.tar.gz: !binary |-
6
- MTM1Y2NlMDhkNzI4ZGI1OWYwNWVjYjYxMzc4MzNlZDYyMDU2MDM5NA==
2
+ SHA1:
3
+ metadata.gz: 71b39ebf114c9abc7c94c0488e617b494cda8d7b
4
+ data.tar.gz: 96a68b34c3794fa775d4b6447aa4330f727b04e0
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NjI2OTQyNTAzMzgxMjVlNGI5M2YxMmRlMjVlOWVhMWVlODY5MzUxNGFiMDI5
10
- YmJlNzkzNGQzYmI4NzY3OTViZTMxZGMxYmI5OTAzZGI2OGU1ZmFjMmZmOWZj
11
- ZmRlZDg4ODQ0N2FkMGI0NzkyNzAwOGNiYTdjZDIxNDE4NzI1ODM=
12
- data.tar.gz: !binary |-
13
- ODgwM2FkNjM2YzBiNWY1ODE5MGEzYTk5OGIyMTRhMjY1NjlmNTk5MDVmYjky
14
- OWM3NzcwZWFiNjM3MDA4MWU0NmJmNjg5NjdmY2U0ODA5OTEzYmI1MTdlY2Ni
15
- YzJiOWU0ZGQ0ZTZkNDZkMjY1YjhjNjFlMjU2MmE1MGM1YjI1NDI=
6
+ metadata.gz: f9ff6b3949f65c0c31aa6143a751af1a05133da9c2136f1e4479fa5c953ceea94b604a6fa02665bd444e103d262aaa5e1b248f25186289821c3752d802d1ba85
7
+ data.tar.gz: b82fc64b4b7d38c9b155d3ce5309cd8c051eb4f0cebfb0fc43f714c68bec1f9fdc1fe4ada585572174c68f2f872a0394e5db8280abbd97aadd1f9b0e8a270206
data/README.md CHANGED
@@ -61,7 +61,11 @@ end
61
61
  Changelog
62
62
  ---------
63
63
 
64
- ### Version 0.1.1 (15 Feburary 2014)
64
+ ### Version 0.2.0 (15 February 2014)
65
+
66
+ - Works with Guard 2.0+
67
+
68
+ ### Version 0.1.1 (15 February 2014)
65
69
 
66
70
  - Improved notification message
67
71
 
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
17
17
  s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
18
18
  s.require_paths = ["lib"]
19
19
 
20
- s.add_dependency 'guard', '~> 1.8', '>= 1.8.0'
20
+ s.add_dependency 'guard', '~> 2.0'
21
21
  end
@@ -4,7 +4,7 @@ require 'guard/guard'
4
4
  module Guard
5
5
  class Sculpin < Guard
6
6
 
7
- VERSION = '0.1.1'
7
+ VERSION = '0.2.0'
8
8
 
9
9
  DEFAULT_OPTIONS = {
10
10
  :binary => 'vendor/bin/sculpin',
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-sculpin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Florian Eckerstorfer
@@ -14,22 +14,16 @@ dependencies:
14
14
  name: guard
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ~>
17
+ - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.8'
20
- - - ! '>='
21
- - !ruby/object:Gem::Version
22
- version: 1.8.0
19
+ version: '2.0'
23
20
  type: :runtime
24
21
  prerelease: false
25
22
  version_requirements: !ruby/object:Gem::Requirement
26
23
  requirements:
27
- - - ~>
28
- - !ruby/object:Gem::Version
29
- version: '1.8'
30
- - - ! '>='
24
+ - - "~>"
31
25
  - !ruby/object:Gem::Version
32
- version: 1.8.0
26
+ version: '2.0'
33
27
  description: Guard::Sculpin automatically runs Sculpin when watched files are modified.
34
28
  email:
35
29
  - florian@eckerstorfer.co
@@ -37,7 +31,7 @@ executables: []
37
31
  extensions: []
38
32
  extra_rdoc_files: []
39
33
  files:
40
- - .gitignore
34
+ - ".gitignore"
41
35
  - Gemfile
42
36
  - LICENSE
43
37
  - README.md
@@ -55,17 +49,17 @@ require_paths:
55
49
  - lib
56
50
  required_ruby_version: !ruby/object:Gem::Requirement
57
51
  requirements:
58
- - - ! '>='
52
+ - - ">="
59
53
  - !ruby/object:Gem::Version
60
54
  version: '0'
61
55
  required_rubygems_version: !ruby/object:Gem::Requirement
62
56
  requirements:
63
- - - ! '>='
57
+ - - ">="
64
58
  - !ruby/object:Gem::Version
65
59
  version: '0'
66
60
  requirements: []
67
61
  rubyforge_project:
68
- rubygems_version: 2.2.2
62
+ rubygems_version: 2.2.0
69
63
  signing_key:
70
64
  specification_version: 4
71
65
  summary: Guard gem for running Sculpin