usaidwat 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.
- checksums.yaml +4 -4
- data/lib/usaidwat/application.rb +1 -1
- data/lib/usaidwat/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21cef6f385aeb9f4993eedd0d6b14af723f38669
|
|
4
|
+
data.tar.gz: 9afb5edff0bd551e852fe66e7ab3184da170cb62
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01f68fe08881b4e74847fd929e8aa0edc3a90371d75ee115b6acb04a3698aad9475356a38370f45a2fcfacdf543b0f5ae4869e11d67ddbea4b6bc61fcbce9336
|
|
7
|
+
data.tar.gz: 83ef634d73a6696f9d37299f0f842b8ec256e4a84b80750d05640e18dcb85681deab1f284ec9d7df5a1a98884453a4e00ab282259165a74fb1d4738cbe25cbd8
|
data/lib/usaidwat/application.rb
CHANGED
|
@@ -43,7 +43,7 @@ module USaidWat
|
|
|
43
43
|
prog.command(:log) do |c|
|
|
44
44
|
c.alias :l
|
|
45
45
|
c.option 'grep', '--grep STRING', 'Show only comments matching STRING'
|
|
46
|
-
c.option 'oneline', '--oneline', 'Output log in a more
|
|
46
|
+
c.option 'oneline', '--oneline', 'Output log in a more compact form'
|
|
47
47
|
c.option 'raw', '--raw', 'Print raw comment bodies'
|
|
48
48
|
|
|
49
49
|
c.action do |args, options|
|
data/lib/usaidwat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: usaidwat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Michael Dippery
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-08-
|
|
11
|
+
date: 2015-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: downterm
|
|
@@ -209,7 +209,7 @@ homepage: https://github.com/mdippery/usaidwat
|
|
|
209
209
|
licenses:
|
|
210
210
|
- MIT
|
|
211
211
|
metadata:
|
|
212
|
-
build_date: 2015-08-
|
|
212
|
+
build_date: 2015-08-29 22:33:13.367 PDT
|
|
213
213
|
post_install_message:
|
|
214
214
|
rdoc_options: []
|
|
215
215
|
require_paths:
|