claide-completion 1.0.0 → 1.0.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: e9e12551365a7dd992c916bb8804d463d6750def
4
- data.tar.gz: 39b2c08434bf6ba4b6014af4c967c0a0e09ac3a8
3
+ metadata.gz: eca09ef8097efab40b7469f951102de5deb6783c
4
+ data.tar.gz: b4ab8e6d3c1c7bcd2596178335b183e963ea9454
5
5
  SHA512:
6
- metadata.gz: 33b09cf9b3a7e6f64822a63738b6b5e323f2ada25477a001d2a2378f2d129088747039f956e97a7b96c1420774c89189f4e0846eb98750af8ff0236b21839d8a
7
- data.tar.gz: 05d3fd62a7395d6c92b0dc1d2946366d457a266dc6b1cbc40e948dfc6249ff6a390e125607466fc68a51ec3a6f6bb1c29063d330d20634c4889d48230e7c0a12
6
+ metadata.gz: 92fb2fd60be7b0f7806fc74dd77acc606909ed404c1a1996f1e5199ba7ff1145a5517fe7fb1f665d8cb22f51ac61ec0c21dca17a98d7aa28a514261e39239cca
7
+ data.tar.gz: 372cfacea75f63e67621b2fcdc99900a8f9ecb7bcbfff6563b469e7d4f73be2102f1095bc2e2e875dc52d9216ecafaa91e30650e1edb284a08a6e23b81b79061
@@ -7,7 +7,7 @@ module CLAideCompletion
7
7
  '--completion-script', 'Print the auto-completion script'
8
8
  ]
9
9
  end
10
- mod.prepend(Prepend)
10
+ mod.send(:prepend, Prepend)
11
11
  end
12
12
 
13
13
  module Prepend
@@ -1,3 +1,3 @@
1
1
  module CLAideCompletion
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: claide-completion
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabio Pelosin
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-28 00:00:00.000000000 Z
11
+ date: 2015-07-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -24,7 +24,7 @@ files:
24
24
  - lib/claide_completion/generator.rb
25
25
  - lib/claide_completion/generator/zsh.rb
26
26
  - lib/claide_plugin.rb
27
- homepage: https://github.com/CocoaPods/CLAide
27
+ homepage: https://github.com/CocoaPods/claide-completion
28
28
  licenses:
29
29
  - MIT
30
30
  metadata: {}