lariconv 0.2.0 → 0.3.0

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. metadata +5 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 11f69bda9dc9a3e1dbc43ed9e1e0b3922e4e1086f054e32235b03f1ee3d1187c
4
- data.tar.gz: defc56c19133dee86f671bcb864cac005541e7fde4911f070b9f9dc8c7f6acac
3
+ metadata.gz: '082d0a2ab981414f2e2f06b3070f2945f74d043394c261b30546d0d5b907f595'
4
+ data.tar.gz: '0528b91ee9173336822cb2f4fdeec12224f764d86bea36114b07671e64e2d277'
5
5
  SHA512:
6
- metadata.gz: 5e63a48e06efc6d4af84e57213be099f24aaf780d9d711eb930fdd1f3d7c428c7f8f2d19444629c00220409a9e843a5594dc868147495b0f5838ee63f02979c1
7
- data.tar.gz: ae822d0f0ecbe6ba16c687312d17640ca5980eca6f5c384c6435874b588e7d8917a4a5d174953bb6a03ca3cac3fa7444d12a2b5d4f4dcd601edd9f7b09a94996
6
+ metadata.gz: a4596ea363d44471a9746523c4e726ccb7166b5bab6741d06248200ce565994d497d201940b44645f7c58e21be6d5b701e282f3e4855fa02fce5702fc8b4c51e
7
+ data.tar.gz: 66d56b7fc6e42a39f4909b2d820993b1b4cb9cada5a207477c02b46ed75413ac855441852a5ff558b48ae8ff94d8e7645f98274d8daf6e749edb1afc2ff2e92c
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Den Patin
3
+ Copyright (c) 2023-2026 Den Patin
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -30,4 +30,4 @@ Lariconv.convert(amount: 1000, currency: 'WTF')
30
30
 
31
31
  ## Copyright
32
32
 
33
- Copyright (c) 2023 Den Patin. See LICENSE for details.
33
+ Copyright (c) 2023-2026 Den Patin. See LICENSE for details.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lariconv
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Den Patin
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2023-08-14 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: rspec
@@ -28,7 +27,7 @@ description: |2
28
27
  This gem converts different currencies to Georgian Lari based on
29
28
  the National Bank of Georgia's exchange rate for a given date.
30
29
  Compatible with the `money` gem.
31
- email: den@hey.com
30
+ email: hi@dpat.in
32
31
  executables: []
33
32
  extensions: []
34
33
  extra_rdoc_files: []
@@ -43,7 +42,6 @@ licenses:
43
42
  metadata:
44
43
  rubygems_mfa_required: 'true'
45
44
  source_code_uri: https://github.com/denpatin/lariconv
46
- post_install_message:
47
45
  rdoc_options: []
48
46
  require_paths:
49
47
  - lib
@@ -51,15 +49,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
51
49
  requirements:
52
50
  - - ">="
53
51
  - !ruby/object:Gem::Version
54
- version: 3.0.0
52
+ version: 4.0.0
55
53
  required_rubygems_version: !ruby/object:Gem::Requirement
56
54
  requirements:
57
55
  - - ">="
58
56
  - !ruby/object:Gem::Version
59
57
  version: '0'
60
58
  requirements: []
61
- rubygems_version: 3.4.18
62
- signing_key:
59
+ rubygems_version: 4.0.6
63
60
  specification_version: 4
64
61
  summary: World currencies to Georgian Lari converter
65
62
  test_files: []