contextio 1.4.0 → 1.5.0
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/CHANGES.md +6 -0
- data/lib/contextio/account.rb +2 -2
- data/lib/contextio/source.rb +2 -2
- data/lib/contextio/version.rb +1 -1
- data/spec/unit/contextio/source_spec.rb +2 -1
- metadata +3 -3
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA1:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: 028f4ed25415c6d3512c35374b324199b18131e6
         | 
| 4 | 
            +
              data.tar.gz: 4369526ee522539a85b89ea065523c1b7f0ce4a4
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: edce3fb7fe4a13c6e1388cc41e2f0369de581553cc3453ca84b2b239693ca4066fa06d8a7edb216cfee24d0614af509c1c47af22c9fe224b5406732e30776620
         | 
| 7 | 
            +
              data.tar.gz: 5a024a9a50af47dec49a6dd032e288032af1b1dcd06e5f28e9b2d863e2c15785550d148a2b7fbd87ebad856568ee065e5cb78acaedfe622ceebbbfc5bfdbe487
         | 
    
        data/CHANGES.md
    CHANGED
    
    | @@ -1,5 +1,11 @@ | |
| 1 1 | 
             
            # Changes
         | 
| 2 2 |  | 
| 3 | 
            +
            ## 1.5.0
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Make `Source#sync!` and `Account#sync!` take an options hash that will be
         | 
| 6 | 
            +
              passed as parameters in the resulting HTTP request. This is just to aid in
         | 
| 7 | 
            +
              debugging. - Ben Hamill
         | 
| 8 | 
            +
             | 
| 3 9 | 
             
            ## 1.4.0
         | 
| 4 10 |  | 
| 5 11 | 
             
            * Normalize key names from the API to be valid Ruby variable names. - Ben Hamill
         | 
    
        data/lib/contextio/account.rb
    CHANGED
    
    
    
        data/lib/contextio/source.rb
    CHANGED
    
    
    
        data/lib/contextio/version.rb
    CHANGED
    
    
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: contextio
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 1. | 
| 4 | 
            +
              version: 1.5.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Ben Hamill
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2013- | 
| 11 | 
            +
            date: 2013-04-10 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: oauth
         | 
| @@ -228,7 +228,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement | |
| 228 228 | 
             
                  version: '0'
         | 
| 229 229 | 
             
            requirements: []
         | 
| 230 230 | 
             
            rubyforge_project: 
         | 
| 231 | 
            -
            rubygems_version: 2.0. | 
| 231 | 
            +
            rubygems_version: 2.0.3
         | 
| 232 232 | 
             
            signing_key: 
         | 
| 233 233 | 
             
            specification_version: 4
         | 
| 234 234 | 
             
            summary: Provides interface to Context.IO
         |