ohmage 0.0.14 → 0.0.15

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
  SHA1:
3
- metadata.gz: 902f9e908e3845442fda29cac033db72adc9de7d
4
- data.tar.gz: 4b71bb2eec030da340da38f11a3a32614575e02c
3
+ metadata.gz: faf06a22d26f70a6712d89bb47a132a872947520
4
+ data.tar.gz: c0755561d52a706439854fa32e197370c1e96a12
5
5
  SHA512:
6
- metadata.gz: ebe4eb2cc65c5cd26ad07091d2dab8497b043b73fb5be1cbfa85d22060b616965ee335e7fff28bccb04af7daa4c9026eeceda63e7098801a416be13b53b4551c
7
- data.tar.gz: 914c58112659053d1bd5b865bac750bba99a6f8cb51c6e54a3d106fe5f767a6ad6ac2b1729a89d9f44bb569394c5a8afa6568d0e11d9a4ad886d940347756381
6
+ metadata.gz: 28a0b7933f4de2fc41c83542cb557a68989709c247bd818a03d07771a2354ecf185150f5fce61193f2e9225120b5bdace1ead74507ea69047047700eccfa7fdd
7
+ data.tar.gz: 8b11a83ec5b132651d247a02da8978084716182e4f9a6c75bffe58037d6cdddb1b17596427c328c94c012647d12daddaf69b2b1503a465d44445e2219c656774
@@ -4,7 +4,7 @@ module Ohmage
4
4
  @client = client
5
5
  @uri = Addressable::URI.parse(@client.server_url + @client.path + api)
6
6
  @options = options
7
- @options['client'] = @client.client_string
7
+ @options[:client] = @client.client_string unless @options[:client]
8
8
  case api
9
9
  when 'config/read', 'user/auth_token', 'user/auth'
10
10
  # these calls don't need auth
@@ -14,7 +14,7 @@ module Ohmage
14
14
 
15
15
  # @return [Integer]
16
16
  def patch
17
- 14
17
+ 15
18
18
  end
19
19
 
20
20
  # @return [Integer, NilClass]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ohmage
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steve Nolen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-11 00:00:00.000000000 Z
11
+ date: 2015-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: addressable