thor-zsh_completion 0.1.4 → 0.1.5

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
- SHA1:
3
- metadata.gz: 7e7f271e7920b86a3507c69dcba4f1161bfd8508
4
- data.tar.gz: 3a43af41a8d16d7a4d8bd193a184099925ba2693
2
+ SHA256:
3
+ metadata.gz: 1e9a305deee8ecc53ede9e20e2b26a31e87ffa3bb1841b3f205abf10e76b4f38
4
+ data.tar.gz: 32d5f2b81343f9e9c953d9f36ca486d2d315b00a1a649a23690b9b9b9a81e16e
5
5
  SHA512:
6
- metadata.gz: d734e5a168bfeb0d5d563962896d63a2ec9d718d76cf2bcbd0e5b822d38920a3747b24fbc8c1fdfe711efdb6e8dbc0366c6ce7aabb262a19f3307945e66631a0
7
- data.tar.gz: 4a8a3da7011a7c2d33ea2d48d214ba5d5750fd4d51ab9279a66079cc970519c767cd1edcc3c5a688f9f078d42427c5f15d148abeed041b5e7836354af8e50f61
6
+ metadata.gz: c6e073cf477c82bce1b08ae5c666473c5d2645bf04badb62d595c3e16c5245a2e799992d3caac45115ef9734713c6d6d82d112dd98baa82a5759acf53ed6aa96
7
+ data.tar.gz: 9052fa9e10a27a4d83e31168dd66d5ddf824ecdf803173a511ccb00f071ead273609876fee69dbe5e7e98ad523a1b9d46f007c3bfa1a61662ce08c087cf5bcee
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ### 0.1.5
2
+
3
+ Bugfixes
4
+
5
+ - remove unnecessary `local state` in generated script. (reported by @aoyama-val)
6
+
1
7
  ### 0.1.4
2
8
 
3
9
  Bugfixes
@@ -1,7 +1,5 @@
1
1
  #compdef <%= name %>
2
2
 
3
- local state
4
-
5
3
  _<%= name %>() {
6
4
  __<%= name %>
7
5
  }
@@ -1,5 +1,5 @@
1
1
  class Thor
2
2
  module ZshCompletion
3
- VERSION = "0.1.4"
3
+ VERSION = "0.1.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: thor-zsh_completion
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - labocho
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-21 00:00:00.000000000 Z
11
+ date: 2018-04-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -111,7 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.6.10
114
+ rubygems_version: 2.7.3
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: Create zsh completion script for Thor subclass