guard-rebar 1.1.0 → 1.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.
@@ -39,7 +39,7 @@ module Guard
39
39
  end
40
40
 
41
41
  def handle_skip_deps
42
- options[:skip_deps] ? "skip_deps=true" : ""
42
+ options[:skip_deps] ? "skip_deps=true " : ""
43
43
  end
44
44
 
45
45
  def title
@@ -50,4 +50,4 @@ module Guard
50
50
  "#{File.basename(Dir.pwd)}"
51
51
  end
52
52
  end
53
- end
53
+ end
@@ -45,7 +45,7 @@ module Guard
45
45
  end
46
46
 
47
47
  def handle_skip_deps
48
- options[:skip_deps] ? "skip_deps=true" : ""
48
+ options[:skip_deps] ? "skip_deps=true " : ""
49
49
  end
50
50
 
51
51
  def title
@@ -56,4 +56,4 @@ module Guard
56
56
  "#{File.basename(Dir.pwd)}"
57
57
  end
58
58
  end
59
- end
59
+ end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module Rebar
3
- VERSION = "1.1.0"
3
+ VERSION = "1.1.1"
4
4
  end
5
- end
5
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-rebar
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-15 00:00:00.000000000 Z
12
+ date: 2013-01-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
@@ -27,6 +27,22 @@ dependencies:
27
27
  - - ~>
28
28
  - !ruby/object:Gem::Version
29
29
  version: 1.5.4
30
+ - !ruby/object:Gem::Dependency
31
+ name: rspec
32
+ requirement: !ruby/object:Gem::Requirement
33
+ none: false
34
+ requirements:
35
+ - - ! '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ type: :development
39
+ prerelease: false
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ! '>='
44
+ - !ruby/object:Gem::Version
45
+ version: '0'
30
46
  description:
31
47
  email:
32
48
  - andrzej.sliwa@gmail.com