finrb 0.1.7 → 0.1.8
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.md +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3b6d3b8d77dfc3804a971f4f3338c1a47fbd4198ea9ca57f01bef89e68866d0
|
4
|
+
data.tar.gz: ff519aba0cb7e9e405a5b980d8a350c0646be63929c4c3874038f734e24c89ea
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1ae39fa89168de7095358f7054047c2936b3f76906b3b6b81e0ad80fdc8aba8c571d9ed439c428ec29c99efa1bb95fe1ec640b799c481c54dd2527cc1818a42b
|
7
|
+
data.tar.gz: a773cbaa86fd79402fbe51be37fd73848ccf2cdfc819fb4991ceab10e974c4aa7796631e498c2d182e7124af1c98f43f4f54c353e8bc010f5d173fc4b173bb1b
|
data/CHANGELOG.md
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: finrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nadir Cohen
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: activesupport
|
@@ -199,10 +199,10 @@ email:
|
|
199
199
|
executables: []
|
200
200
|
extensions: []
|
201
201
|
extra_rdoc_files:
|
202
|
-
-
|
202
|
+
- CHANGELOG.md
|
203
203
|
- COPYING
|
204
204
|
- COPYING.LESSER
|
205
|
-
-
|
205
|
+
- README.md
|
206
206
|
files:
|
207
207
|
- CHANGELOG.md
|
208
208
|
- COPYING
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: '0'
|
237
237
|
requirements: []
|
238
|
-
rubygems_version: 3.6.
|
238
|
+
rubygems_version: 3.6.9
|
239
239
|
specification_version: 4
|
240
240
|
summary: Ruby gem for financial calculations/modeling
|
241
241
|
test_files: []
|