invoca-utils 0.1.0 → 0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb2b2213dbcd47d3b84ae70602cae77f8a1d4ed2
4
- data.tar.gz: 62d0da15a4c7e3db0b66eb9a95830386401411eb
3
+ metadata.gz: 415752871460b9b105317298a448748ab21d3e66
4
+ data.tar.gz: f946ff261cbc342c34d3a82da9c1d4bb31328317
5
5
  SHA512:
6
- metadata.gz: 495277e475d3824a203afb2ee8108695928be969e77a821955c7c2517e0cadc84ed573f1a150275664c9b0aeac99dad823f29f1549b8256c0c06ed024552a589
7
- data.tar.gz: f4839c80b49e4cd72cf2f143d8dbb96cbd2a8567ac33e971d0db295f1775335aff770484d5bcecf8d8bb6fe186eeb6f7898602ba09ababe60ea9891aed7dede3
6
+ metadata.gz: dc7d2f1aa0a27e6afcdbcb32fecf90dd39e987145ef5d0f875711cc8631e676bc9551f8d761710426d3d7a96343c03e1b25a3a4fba0fc93b0fa610815385375f
7
+ data.tar.gz: ed4627548537d4c8d8d79c177a605f45920f494aa3e747b5b5585801e4837ebaf88db6c48035ad59bd4d7d89a87ba2eccf1c88028803036cc5c2262cb1ab68a5
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- invoca-utils (0.1.0)
4
+ invoca-utils (0.1.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -88,11 +88,11 @@ module Invoca
88
88
  curr_diff = summary.shift
89
89
  end
90
90
  unless curr_diff && (curr_diff[1].first..curr_diff[1].last) === index
91
- result << " #{format arg}\n" unless arg.nil? || options[:short_description]
91
+ result += " #{format arg}\n" unless arg.nil? || options[:short_description]
92
92
  end
93
93
  if curr_diff && curr_diff[1].first == index
94
94
  verb, _a_range, _b_range, del, add = curr_diff
95
- result <<
95
+ result +=
96
96
  case verb
97
97
  when 'd'
98
98
  del.map { |t| "- #{format t}\n" }.join
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Invoca
4
4
  module Utils
5
- VERSION = "0.1.0"
5
+ VERSION = "0.1.1"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: invoca-utils
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Invoca development
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-13 00:00:00.000000000 Z
11
+ date: 2020-03-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A public collection of helpers used in multiple projects
14
14
  email: