passmakr 1.1.0 → 1.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.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 54accab30cbd6fd2b3dc6c91a7b5e23bd5ce0389
4
+ data.tar.gz: 7758eac9315f61635f779e0534d9bcb331106bea
5
+ SHA512:
6
+ metadata.gz: ea435e27f68bdd2dd55a1247ce49b0118e74cc2431f42bdfb73e40d489d75319709973e80eb5f5e0e977848c8425395a6c36584a9cd2e37207b99062dfce8ea6
7
+ data.tar.gz: 805733779a8fa667860379fe7ea3c8a8dbca53225a1b38e71cb5a367a68924ec8f5d37f3d335f192d4d57feb13a08560c7d4a62bfbe72196b84094a551d45411
File without changes
@@ -319,7 +319,7 @@ class String
319
319
  if self.size > 1
320
320
  result = self.split("").map {|c| c.to_nato }.join(" ")
321
321
  else
322
- ansi = self[0]
322
+ ansi = self.bytes.first
323
323
 
324
324
  if ansi >= 65 && ansi <= 90
325
325
  result = NATOALPHA[ansi-65].capitalize
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "passmakr"
3
- s.version = "1.1.0"
3
+ s.version = "1.1.1"
4
4
 
5
5
  s.authors = ["R.I.Pienaar"]
6
6
  s.date = %q{2009-10-11}
@@ -10,7 +10,8 @@ Gem::Specification.new do |s|
10
10
  s.executables = ["passmakr"]
11
11
  s.files = ["COPYING", "passmakr.gemspec", "bin/passmakr", "lib/passmakr.rb"]
12
12
  s.has_rdoc = true
13
- s.homepage = "http://code.google.com/p/passmakr/"
13
+ s.homepage = "https://github.com/ripienaar/passmakr"
14
+ s.licenses = ["Apache-2"]
14
15
  s.require_paths = ["lib"]
15
16
  s.summary = s.description
16
17
  end
metadata CHANGED
@@ -1,71 +1,49 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: passmakr
3
- version: !ruby/object:Gem::Version
4
- hash: 19
5
- prerelease: false
6
- segments:
7
- - 1
8
- - 1
9
- - 0
10
- version: 1.1.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.1.1
11
5
  platform: ruby
12
- authors:
6
+ authors:
13
7
  - R.I.Pienaar
14
8
  autorequire:
15
9
  bindir: bin
16
10
  cert_chain: []
17
-
18
- date: 2009-10-11 00:00:00 +01:00
19
- default_executable: passmakr
11
+ date: 2009-10-11 00:00:00.000000000 Z
20
12
  dependencies: []
21
-
22
13
  description: Creates various types of passwords and shows them in often used formats
23
- email:
14
+ email:
24
15
  - rip@devco.net
25
- executables:
16
+ executables:
26
17
  - passmakr
27
18
  extensions: []
28
-
29
19
  extra_rdoc_files: []
30
-
31
- files:
20
+ files:
32
21
  - COPYING
33
22
  - passmakr.gemspec
34
23
  - bin/passmakr
35
24
  - lib/passmakr.rb
36
- has_rdoc: true
37
- homepage: http://code.google.com/p/passmakr/
38
- licenses: []
39
-
25
+ homepage: https://github.com/ripienaar/passmakr
26
+ licenses:
27
+ - Apache-2
28
+ metadata: {}
40
29
  post_install_message:
41
30
  rdoc_options: []
42
-
43
- require_paths:
31
+ require_paths:
44
32
  - lib
45
- required_ruby_version: !ruby/object:Gem::Requirement
46
- none: false
47
- requirements:
48
- - - ">="
49
- - !ruby/object:Gem::Version
50
- hash: 3
51
- segments:
52
- - 0
53
- version: "0"
54
- required_rubygems_version: !ruby/object:Gem::Requirement
55
- none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
33
+ required_ruby_version: !ruby/object:Gem::Requirement
34
+ requirements:
35
+ - - '>='
36
+ - !ruby/object:Gem::Version
37
+ version: '0'
38
+ required_rubygems_version: !ruby/object:Gem::Requirement
39
+ requirements:
40
+ - - '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
63
43
  requirements: []
64
-
65
44
  rubyforge_project:
66
- rubygems_version: 1.3.7
45
+ rubygems_version: 2.0.14
67
46
  signing_key:
68
- specification_version: 3
47
+ specification_version: 4
69
48
  summary: Creates various types of passwords and shows them in often used formats
70
49
  test_files: []
71
-