easy-password 0.1 → 0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 22d9fd1676c83cd88d002fbc80e9f99727e524c704027a2d4d37078c17c5234d
4
- data.tar.gz: 325356f44444034a31212ee79b0e2e92bb7392314351df8e4b78985baa09acb9
3
+ metadata.gz: f056e37ceea3e23a858c33e196db7bd9f3f3592f2cb3df383bd9fbcca3792d02
4
+ data.tar.gz: c076c96b63ccd1a9051e60121affba167817cc3dfcd8c19900a8ac2f4d80d3f1
5
5
  SHA512:
6
- metadata.gz: 67ffa6ec83d80b16bbcbddb2f649fe183b97d2753e018c35deb3a2fd27f6652af2cb191fa26282fde1c1020a97cdf5a6f995c7d1d70323ecbb9d7c8ead00b21c
7
- data.tar.gz: 5763ce1f321402431fea4169d1bbb351adc6e33223eb1d2744970fd94aa73762b8dcd0e0b78114a939958847c80d5f8895ea775efb85d0c1f6d613102bbf8031
6
+ metadata.gz: 72a1ae8b671eb4a90630fe6937fcdb7b07db4dd9e75bf44bca3ef070117489be4f9cfda153871d4e2fa62cea9ac9a1638a40e421036610dc697381b6dcb6e3a6
7
+ data.tar.gz: 8bbb27aef4d0f2fc2617914a27affa593e3e78f87a324a50810b3ac0f9536537412262b01bba76aaffbc0aa66673ae19375dc092d4376f6c5f014007687da646
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
13
13
  * hashing password to sha256, md5, sha, ntlm, lmhash
14
14
  EOF
15
15
 
16
- s.homepage = 'https://gitlab.com/sdalu/easy-password'
16
+ s.homepage = 'https://github.com/sdalu/easy-password'
17
17
  s.license = 'MIT'
18
18
 
19
19
  s.authors = [ "Stéphane D'Alu" ]
@@ -1,5 +1,5 @@
1
1
  class EasyPassword
2
2
  # Version
3
- VERSION = '0.1'
3
+ VERSION = '0.1.1'
4
4
  end
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy-password
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stéphane D'Alu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-05-27 00:00:00.000000000 Z
11
+ date: 2021-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yard
@@ -67,7 +67,7 @@ files:
67
67
  - easy-password.gemspec
68
68
  - lib/easy-password.rb
69
69
  - lib/easy-password/version.rb
70
- homepage: https://gitlab.com/sdalu/easy-password
70
+ homepage: https://github.com/sdalu/easy-password
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: {}