guard-maven 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +7 -2
  2. data/lib/guard/maven/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Guard::Maven
2
2
 
3
- TODO: Write a gem description
3
+ A simple Guard for automatically running tests while working on a Maven project.
4
4
 
5
5
  ## Installation
6
6
 
@@ -18,7 +18,12 @@ Or install it yourself as:
18
18
 
19
19
  ## Usage
20
20
 
21
- TODO: Write usage instructions here
21
+ Run `guard init maven` to setup the Guardfile with a base watcher. Modify as necessary to match your project.
22
+
23
+ ### Options
24
+
25
+ * __verbose__ _default: false_ Output ALL of the regular test output from the Maven tests
26
+ * __all_on_start__ _default: false_ Run all of the tests when Guard starts
22
27
 
23
28
  ## Contributing
24
29
 
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module MavenVersion
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-maven
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: