humpass 0.3.0 → 0.3.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: 8943546f925cbf21e0616e9476c37151ab791272
4
- data.tar.gz: bb7f50fe7dfbe2748fa2715428c588cd17b8bd6b
3
+ metadata.gz: b9fc249db1b73cae9beb232a7a05380214be31d2
4
+ data.tar.gz: 20e2b5a7971f6b7c1f9557058776f6b4898c6881
5
5
  SHA512:
6
- metadata.gz: 9a5d0c5f6495fd70fd9b8e650cd46abe55b7953a317e275b2d0152a96cec81d1da24cf6ccdc06f1394016f98ac40565ad2e010f2c89c9f7dab95a50583a8de46
7
- data.tar.gz: ec9f34aeaa0a7ba0d8cd37e3c1bb4ee59f0d34ea32ff48374236a72cc57d0f2b58dc265dbdb91015041cb6d16e13bfd08d507e56cb534464a54cc1cff05d120b
6
+ metadata.gz: 3a7b81a91ba336f5991e1692a63c3d2a7aaa052d45e2e2c461026e7fa28fea1d735e9576a3e15379b8740bcad1d514c088701255a7d52cb06bacc59df9d5194a
7
+ data.tar.gz: 9be6535988ef30564eb3cfe4ad0ed88ef614450b228738461d4cd1683813c626e4707b62059274b97705566bd78c00a368ff1cdba551dc6def8fa22da404b919
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- humpass (0.2.3)
4
+ humpass (0.3.1)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -21,7 +21,7 @@ OptionParser.new do |opts|
21
21
  options[:place] = place
22
22
  end
23
23
 
24
- opts.on("-s","--setpass [PLACE,PASSWORD]", Array, "Generates a random password for a place") do |place, pass|
24
+ opts.on("-s","--setpass [PLACE,PASSWORD]", Array, "Set a specific password for a place") do |place, pass|
25
25
  options[:set_place] = place
26
26
  options[:set_pass] = pass
27
27
  end
@@ -1,3 +1,3 @@
1
1
  module Humpass
2
- VERSION = "0.3.0"
2
+ VERSION = "0.3.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: humpass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gabriel Hamdan