eodhd 0.19.6 → 0.19.7

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: 0a0ddbc51d49b9ffc663da432cb42b833d0cfd533235c0a26b01090b18356454
4
- data.tar.gz: 5c3d8fcbe6e0232823a564c67f530967a5c0c7b972603d3a4b6663ebe731ecdd
3
+ metadata.gz: '01863c1f0d20d4b7f5ebbf527eef8ab2fbc1ed808402338fc002b35e6e362eab'
4
+ data.tar.gz: 2e1f53faf0cb5a15d34a8a60ead3924ccd84ac85a6470e378d4ba8aabd1e4d71
5
5
  SHA512:
6
- metadata.gz: 3a5be8ed1f007d3c1f8c71da00b5d4066e28c80b81d921624555e8f4d2aee600f665ccfc49f99adb8523b933450e11f157ccddffd062a43413557ab0995fa10c
7
- data.tar.gz: 600d64bc5fe4af78c153cb761954e51a4002b963a3d6896bf51e1a72811cf5daa162880d089126b3e29711ab1dabaa2521694e040db8c3e066d541bf9f47c04c
6
+ metadata.gz: 666d3bcb04261ef999a8fabbb24748065228fd148f0e15754544bb294a905f974d9d49245ee2381e186e3f1c4aa62e6c87e0f9b1626b2818e56c1a00c9d53fc7
7
+ data.tar.gz: 52afec012f72f0547d490f8101317703e953218b7fe4bfc745a33a5758708a25d68d982c2a6c8a2945d5a21cc94d8414e88698f23a4fc32000aebdcf166b4b16
data/CHANGELOG CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  ## 20260915
4
4
 
5
+ 0.19.7: Rename the repo: /eodhd.rb/eodhd/.
6
+
7
+ 1. ~ eodhd.rb.gemspec and eodhd.gemspec: spec.homepage.
8
+ 2. ~ README.md: the fork URL.
9
+ 3. ~ Eodhd::VERSION: /0.19.6/0.19.7/
10
+
5
11
  0.19.6: + test/gemspec_test.rb, covering both gemspecs and that they agree.
6
12
 
7
13
  1. + test/gemspec_test.rb: for each gemspec, that it validates, that it is named what it should be, that it pins no date, that its version is Eodhd::VERSION, its runtime and development dependencies, and that it ships the gemspec naming it. Modelled upon the convention this repository follows, for both gemspecs.
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # eodhd.rb
1
+ # eodhd
2
2
 
3
3
  ## Description
4
4
 
@@ -153,7 +153,7 @@ MIT License. See LICENSE file for details.
153
153
 
154
154
  ## Contributing
155
155
 
156
- 1. Fork it ( https://github.com/thoran/eodhd.rb/fork )
156
+ 1. Fork it ( https://github.com/thoran/eodhd/fork )
157
157
  2. Create your feature branch (`git checkout -b my-new-feature`)
158
158
  3. Commit your changes (`git commit -am 'Add some feature'`)
159
159
  4. Push to the branch (`git push origin my-new-feature`)
data/eodhd.gemspec CHANGED
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
19
19
 
20
20
  spec.author = 'thoran'
21
21
  spec.email = 'code@thoran.com'
22
- spec.homepage = 'http://github.com/thoran/eodhd.rb'
22
+ spec.homepage = 'http://github.com/thoran/eodhd'
23
23
  spec.license = 'MIT'
24
24
 
25
25
  spec.require_paths = ['lib']
data/lib/Eodhd/VERSION.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Eodhd
2
- VERSION = '0.19.6'
2
+ VERSION = '0.19.7'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eodhd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.6
4
+ version: 0.19.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - thoran
@@ -195,7 +195,7 @@ files:
195
195
  - test/Eodhd_test.rb
196
196
  - test/gemspec_test.rb
197
197
  - test/helper.rb
198
- homepage: http://github.com/thoran/eodhd.rb
198
+ homepage: http://github.com/thoran/eodhd
199
199
  licenses:
200
200
  - MIT
201
201
  metadata: {}