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 +4 -4
- data/CHANGELOG +6 -0
- data/README.md +2 -2
- data/eodhd.gemspec +1 -1
- data/lib/Eodhd/VERSION.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '01863c1f0d20d4b7f5ebbf527eef8ab2fbc1ed808402338fc002b35e6e362eab'
|
|
4
|
+
data.tar.gz: 2e1f53faf0cb5a15d34a8a60ead3924ccd84ac85a6470e378d4ba8aabd1e4d71
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
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
|
|
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
|
|
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
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.
|
|
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
|
|
198
|
+
homepage: http://github.com/thoran/eodhd
|
|
199
199
|
licenses:
|
|
200
200
|
- MIT
|
|
201
201
|
metadata: {}
|