exchange_party 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.ruby-version +1 -0
- data/Gemfile +1 -1
- data/Gemfile.lock +2 -1
- data/README.md +5 -5
- data/lib/exchange_party/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26e5ac8cda7b0688d8da191148f846ea8e441488c96c78f0eb4911aa7e16a492
|
4
|
+
data.tar.gz: de00004526a4ac374c350600e7c4a74ce6654cb964cb470cf4600e46b24663a2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5f797c5f335fd4487f022f0041855246096b4186200be44e6410fdb96ab95a249bc8351bef414bdc457ae8c7b645e670e4d269dec960444f30a44d638eb4fc9e
|
7
|
+
data.tar.gz: cd010bb47d3d2b210e4af840ddec0355ea8270d1585d42beba710c1827abc52d6866e531be66a65875b8a70277d7bb948cb23e958ef0fe826224b14cadbc7170
|
data/.ruby-version
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
3.1.0
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
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 '
|
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
|
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]/
|
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]/
|
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).
|
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.
|
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-
|
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.
|
55
|
+
rubygems_version: 3.3.3
|
55
56
|
signing_key:
|
56
57
|
specification_version: 4
|
57
58
|
summary: Fetch the exchange rates from TCMB
|