diff-runner 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0860457527ffc5c20d58823a7a6f900874321bf8
4
- data.tar.gz: 2a49cbc8a414663251082aa137750edc54cdc8b3
3
+ metadata.gz: 97d0100450612afb77a9547a126db3477f1e8a47
4
+ data.tar.gz: dc5140591b65f54bb632c04ee92ff7b6bd94bf4a
5
5
  SHA512:
6
- metadata.gz: 765127beca0a2b918bba39c0bb01b570d966aad9e9a20c4795512964cbd38c5a56099c84904beb526cb64d0696130ae9c38401afb759c9bc998efbe72a0c5ad7
7
- data.tar.gz: c81a1c04f89b09dee713ce37eae93062113c10d4533591100c28ad4972a973e5411bd8d51e0ecb1b1341883b2f93deaef8124712756e2fc47cd224225d8d3961
6
+ metadata.gz: a7df93546b69640a8c24772d24e84094de9bc81199ff3838a728a61b9cddc14e788e7992578a49dcac2d2b3a8b7f18c95cf354cddfe7a5582d95f9e83e6fff62
7
+ data.tar.gz: b13cdc6e0255e5ff28b5ff9b5538fb5c0b48f07c45b39a6d556756fcb2b7f152df2aeb50eab83e288c5a1de5506038720b452de4938fad10667b733b89e183e7
data/README.md CHANGED
@@ -1,8 +1,14 @@
1
1
  # DiffRunner
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/diff-runner`. To experiment with that code, run `bin/console` for an interactive prompt.
3
+ Runs a command when any file or directory changes in the current working directory.
4
+ The output of the command is displayed in less.
4
5
 
5
- TODO: Delete this and the text above, and describe your gem
6
+ Good for running test suites when every the code (or tests) changes.
7
+
8
+
9
+ ```shell
10
+ diff-runner rspec
11
+ ```
6
12
 
7
13
  ## Installation
8
14
 
data/diff-runner.gemspec CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{watch a directory and run a command in the event of a change}
13
13
  spec.description = %q{watch a directory and run a command in the event of a change}
14
- spec.homepage = "https://github.com/felgenh3/diff-runner"
14
+ spec.homepage = "https://github.com/felgenh3/DiffRunner"
15
15
  spec.license = "MIT"
16
16
 
17
17
 
@@ -1,3 +1,3 @@
1
1
  module DiffRunner
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diff-runner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Max Felgenhauer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-08 00:00:00.000000000 Z
11
+ date: 2016-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -91,7 +91,7 @@ files:
91
91
  - lib/diff-runner/presenter.rb
92
92
  - lib/diff-runner/registary.rb
93
93
  - lib/diff-runner/version.rb
94
- homepage: https://github.com/felgenh3/diff-runner
94
+ homepage: https://github.com/felgenh3/DiffRunner
95
95
  licenses:
96
96
  - MIT
97
97
  metadata: {}