alphavantage 1.0.1 → 1.0.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: 388988a73e15b388053059bfd2208107755d7fce7ada4ffb590e4543083914f7
4
- data.tar.gz: 535540dd99e453b36d629bd4581fb8dd3018799eeb3aa96db8ae562202af238a
3
+ metadata.gz: d51452a0f6881ff6e8367211af1f58c681251d0672c55126e6d1f6089d9d5c31
4
+ data.tar.gz: 9cf0b3b24fb9eb32b153601875ab817f5b783ac9d9897c216d0b14b53324d788
5
5
  SHA512:
6
- metadata.gz: 90c22c7bc4b7d3490190a2db69af44e9e1b385cfc8db48bd7b3264c1e2f3289a87172fcb522142b58a7890eedba125557101bfd2548d308d2b8405d0024976ba
7
- data.tar.gz: b73e4ef35ddd4730a18f77e0d1dc7ff2ccf672b33a38c4ba67ec2e2a5af81b032d6a2660e405ad3078b437f65dd7b4b33fd0c8f3ac2c6060a5722acd52330a93
6
+ metadata.gz: 4efbdbda2a60d5daaf770924412c8546ed5e68154e0db241a655efcda6336f735736c4cf4a578d4e208e171d86256893feaee1048e2af06f30185e9ff60bca2d
7
+ data.tar.gz: 4d4430af5318d46ac4acf197598c63bd4a57ec7a2ebb3e52ea696bfb193f67c4be1c83b2c4027b60af26b62174eadf73338ac63e0b26d3bbcdb90fe32824162f
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- alphavantage (1.0.1)
4
+ alphavantage (1.0.2)
5
5
  faraday (~> 1.4)
6
6
  hashie (~> 4.1)
7
7
 
@@ -4,7 +4,7 @@ module Alphavantage
4
4
 
5
5
  FUNCTIONS = {
6
6
  search: 'SYMBOL_SEARCH',
7
- quote: 'GLOBAL_QUOTES',
7
+ quote: 'GLOBAL_QUOTE',
8
8
  monthly: 'TIME_SERIES_MONTHLY',
9
9
  monthly_adjusted: 'TIME_SERIES_MONTHLY_ADJUSTED',
10
10
  weekly: 'TIME_SERIES_WEEKLY',
@@ -1,3 +1,3 @@
1
1
  module Alphavantage
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alphavantage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Teh