urban_pass 0.0.4 → 0.0.4.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: d2a2228d512787c1aa1ad62922887af40a9bbacf
4
- data.tar.gz: 1a4575085dc4fe30cf0c8e318052161b95698f33
3
+ metadata.gz: 764f38d62e1574f8484c7a45ef9b55efead79597
4
+ data.tar.gz: 1b56c817744f6ec14dda79df97458f5b46d7566b
5
5
  SHA512:
6
- metadata.gz: c34a639f509492b85efa4642a62af25db73fdcd54169f42843023777fd7fb075f43f74d36495308876f68f264ca55e15b6ab30a6c1a644f20bf9afc9f3078c88
7
- data.tar.gz: eed87bea52e1dc37effb6921074d22b5a9a8a9390a2432f3e928e2093898a82b636487a019646f20e4c770a60c8b49c5e0be5d80580976a6306b2f74f440b969
6
+ metadata.gz: b832db61ea1d8155eb36a1bd93f685dae41d23bc490d2a7caf93ff93ae941af52f40fc11bc92e31cec22e643b6eeca7bd71975792dee947fc33f9572394d1d48
7
+ data.tar.gz: 3c9d3e1d4af57d0e7c92d04e1569c883c5043cf26e384ce5da3804b865d6515f234b6af7436f1d2969a742bcd8a517e99598d7e9b426f7dfaddd57bd2b0c5c0a
data/bin/urban_pass CHANGED
@@ -3,6 +3,4 @@
3
3
  require 'urban_pass'
4
4
  require 'urban_pass/cli'
5
5
 
6
- pass_phrase = UrbanPass::CLI.start
7
- puts "Your password is #{pass_phrase}"
8
- puts "It was copied correctly"
6
+ UrbanPass::CLI.start
@@ -7,11 +7,11 @@ module UrbanPass
7
7
  desc "generate_phrase", "creates a new pass-phrase"
8
8
  def generate_phrase
9
9
  urban = UrbanPass::Generate.new
10
- urban.generate_phrase
10
+ pass_phrase = urban.generate_phrase
11
+ puts "Your password is #{pass_phrase}"
12
+ puts "It was copied correctly"
11
13
  end
14
+
12
15
  default_task :generate_phrase
13
- # if ARGV.empty?
14
- # UrbanPass::CLI.new.generate_phrase
15
- # end
16
16
  end
17
17
  end
@@ -1,3 +1,3 @@
1
1
  module UrbanPass
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.4.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: urban_pass
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erik Nilsen