guard-cane 0.1.1 → 0.1.2

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.
data/Gemfile CHANGED
@@ -1,3 +1,5 @@
1
1
  source :rubygems
2
2
 
3
3
  gemspec
4
+
5
+ gem 'cane', github: 'square/cane'
data/README.md CHANGED
@@ -25,7 +25,7 @@ $ guard init cane
25
25
  This will place the following in your `Guardfile`:
26
26
 
27
27
  ```rb
28
- guard :cane, cli: "--color" do
28
+ guard :cane do
29
29
  watch(/.*\.rb/)
30
30
  end
31
31
  ```
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |gem|
6
6
  gem.name = 'guard-cane'
7
- gem.version = '0.1.1'
7
+ gem.version = '0.1.2'
8
8
  gem.authors = ["Justin Campbell"]
9
9
  gem.email = ["justin@justincampbell.me"]
10
10
  gem.summary = "Guard plugin for Cane"
@@ -1,3 +1,3 @@
1
- guard :cane, cli: "--color" do
1
+ guard :cane do
2
2
  watch(/.*\.rb/)
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-cane
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
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: 2013-02-07 00:00:00.000000000 Z
12
+ date: 2013-02-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: cane