exchange_party 0.1.1 → 0.1.2

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: 24364a48ceb130094e2977f83192381fc468c5081e4f246ce6f8b638a4cee139
4
- data.tar.gz: c6ada69b21b3cb354dc65997a1dbc1c35c2e16602b8164768c2a7532d4f7ffd6
3
+ metadata.gz: 26e5ac8cda7b0688d8da191148f846ea8e441488c96c78f0eb4911aa7e16a492
4
+ data.tar.gz: de00004526a4ac374c350600e7c4a74ce6654cb964cb470cf4600e46b24663a2
5
5
  SHA512:
6
- metadata.gz: 5e2e7a924c2308918d49e96335e9fc73c7b1d8a4a46b0b6eef8f7be18147f369fac4f1b46e06567602375edb723f964f80166facdfd57c0b86debb475a214e79
7
- data.tar.gz: 8ffd4aef771678db2757326c033ec148bda123e57f0a5e424cb46c07ef160deeaeafbb6fcbc309ae5b21fbb577e1b44b79afeba7a976596723f389e2068d4062
6
+ metadata.gz: 5f797c5f335fd4487f022f0041855246096b4186200be44e6410fdb96ab95a249bc8351bef414bdc457ae8c7b645e670e4d269dec960444f30a44d638eb4fc9e
7
+ data.tar.gz: cd010bb47d3d2b210e4af840ddec0355ea8270d1585d42beba710c1827abc52d6866e531be66a65875b8a70277d7bb948cb23e958ef0fe826224b14cadbc7170
data/.ruby-version ADDED
@@ -0,0 +1 @@
1
+ 3.1.0
data/Gemfile CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- # Specify your gem's dependencies in active_tcmb_exchange.gemspec
5
+ # Specify your gem's dependencies in exchange_party.gemspec
6
6
  gemspec
7
7
 
8
8
  gem "nokogiri"
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exchange_party (0.1.1)
4
+ exchange_party (0.1.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -50,6 +50,7 @@ GEM
50
50
 
51
51
  PLATFORMS
52
52
  arm64-darwin-21
53
+ ruby
53
54
 
54
55
  DEPENDENCIES
55
56
  exchange_party!
data/README.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # ExchangeParty
2
2
 
3
- Fetch Central Bank of Turkey exchange rates from http://www.tcmb.gov.tr/. Exchange Rates are announced at 15:30 in every day by the bank.
3
+ Fetch Central Bank of Turkey exchange rates from http://www.tcmb.gov.tr/. Exchange Rates are announced at 15:30 in every week day by the bank.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
9
  ```ruby
10
- gem 'active_tcmb_exchange'
10
+ gem 'exchange_party'
11
11
  ```
12
12
 
13
13
  And then execute:
@@ -16,7 +16,7 @@ And then execute:
16
16
 
17
17
  Or install it yourself as:
18
18
 
19
- $ gem install active_tcmb_exchange
19
+ $ gem install exchange_party
20
20
 
21
21
  ## Usage
22
22
 
@@ -62,7 +62,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
62
62
 
63
63
  ## Contributing
64
64
 
65
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/active_tcmb_exchange. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/active_tcmb_exchange/blob/master/CODE_OF_CONDUCT.md).
65
+ Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/exchange_party. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/exchange_party/blob/master/CODE_OF_CONDUCT.md).
66
66
 
67
67
  ## License
68
68
 
@@ -70,4 +70,4 @@ The gem is available as open source under the terms of the [MIT License](https:/
70
70
 
71
71
  ## Code of Conduct
72
72
 
73
- Everyone interacting in the ExchangeParty project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/active_tcmb_exchange/blob/master/CODE_OF_CONDUCT.md).
73
+ Everyone interacting in the ExchangeParty project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/exchange_party/blob/master/CODE_OF_CONDUCT.md).
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExchangeParty
4
- VERSION = "0.1.1"
4
+ VERSION = "0.1.2"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exchange_party
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ender Ahmet Yurt
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2022-02-14 00:00:00.000000000 Z
11
+ date: 2022-02-18 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Fetch the exchange rates from TCMB and return them as an object.
14
14
  email:
@@ -18,6 +18,7 @@ extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
20
  - ".rubocop.yml"
21
+ - ".ruby-version"
21
22
  - CHANGELOG.md
22
23
  - CODE_OF_CONDUCT.md
23
24
  - Gemfile
@@ -51,7 +52,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
51
52
  - !ruby/object:Gem::Version
52
53
  version: '0'
53
54
  requirements: []
54
- rubygems_version: 3.2.32
55
+ rubygems_version: 3.3.3
55
56
  signing_key:
56
57
  specification_version: 4
57
58
  summary: Fetch the exchange rates from TCMB