stocks_exchange_api_client 2.2.0 → 2.2.1
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/lib/stocks_exchange_api_client/version.rb +1 -1
- data/stocks_exchange_api_client.gemspec +1 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 8f498126ccbb261c38052f090e97ac6b099aec7e61c3b3547f6c804cb9884bf9
         | 
| 4 | 
            +
              data.tar.gz: 9c35c1441f17d199311323a8a2cdf2af1fd5febcd7938680bf1aafe21004eb60
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: d5881fc72bc145657816ba97592099f2708566d57bacd39e3424ff708d2c11112fa62522bb97a69992093e4d53c56cc44070bf1a5fc2da1b8df804b5090918a5
         | 
| 7 | 
            +
              data.tar.gz: 8ab84c9a7c7390c5c18a2be36a2743155fc21e8d012f385b33239a3535cd1ecf430c057fda4ce7434f86b1807100b8b76b2e3ccbabcc4812fb0b35a547347337
         | 
| @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| | |
| 9 9 | 
             
              spec.authors       = ['STEX']
         | 
| 10 10 |  | 
| 11 11 | 
             
              spec.summary       = 'STEX (former Stocks.Exchange) API client for ruby.'
         | 
| 12 | 
            -
              spec.description   = 'STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. Its much easier to work with the API by using one of the clients provided by  | 
| 12 | 
            +
              spec.description   = 'STEX (former Stocks.Exchange) provides all the core exchange functionality, and additional merchant tools available via the HTTP API where all returned messages are in JSON. Its much easier to work with the API by using one of the clients provided by STEX, so while this page describes the API in case you want or need to build your own client, the examples use the Ruby client.'
         | 
| 13 13 | 
             
              spec.homepage      = 'https://github.com/StocksExchange/ruby-client#readme'
         | 
| 14 14 | 
             
              spec.license       = 'MIT'
         | 
| 15 15 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: stocks_exchange_api_client
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 2.2. | 
| 4 | 
            +
              version: 2.2.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - STEX
         | 
| @@ -109,8 +109,8 @@ dependencies: | |
| 109 109 | 
             
            description: STEX (former Stocks.Exchange) provides all the core exchange functionality,
         | 
| 110 110 | 
             
              and additional merchant tools available via the HTTP API where all returned messages
         | 
| 111 111 | 
             
              are in JSON. Its much easier to work with the API by using one of the clients provided
         | 
| 112 | 
            -
              by  | 
| 113 | 
            -
               | 
| 112 | 
            +
              by STEX, so while this page describes the API in case you want or need to build
         | 
| 113 | 
            +
              your own client, the examples use the Ruby client.
         | 
| 114 114 | 
             
            email: 
         | 
| 115 115 | 
             
            executables: []
         | 
| 116 116 | 
             
            extensions: []
         |