guard-coffeedripper 0.1.2 → 0.1.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.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  Guard::CoffeeDripper
2
2
  ====
3
- Guard::CoffeeDripper is MargeTool for CoffeeScript
3
+ Guard::CoffeeDripper is MergeTool for CoffeeScript
4
4
 
5
5
  Install
6
6
  ----
@@ -8,7 +8,7 @@ Install the gem:
8
8
 
9
9
  gem install guard-coffeedripper
10
10
 
11
- Add it to your Gemfile (inside test group):
11
+ Add it to your Gemfile (inside develop group):
12
12
 
13
13
  gem 'guard-coffeedripper'
14
14
 
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module CoffeeDripperVersion
3
- VERSION = '0.1.2'
3
+ VERSION = '0.1.3'
4
4
  end
5
5
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: guard-coffeedripper
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.2
5
+ version: 0.1.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - amacou