alephant-lookup 0.1.5 → 0.1.6

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: a638f4950630a5c4511309bb22dc92e87e81d065
4
- data.tar.gz: 9bda60665e6933aa5d202259819afa149fe8f69c
3
+ metadata.gz: 83ba12e6d7cc4f3e801b4d4510e51b4666720492
4
+ data.tar.gz: df3542816e3ed93187d19e0cfa85e537c32e950c
5
5
  SHA512:
6
- metadata.gz: b0ab5c95260d1f454497ce8ec76e3996803f50e183eac95c6635ccb438807223190a2dc76f3db899ac37ea36136c5ca503758eea39651a935380dbc7b96ba758
7
- data.tar.gz: 660e3c2daef3110a298a993a791fb13ff2f1f173848526688fa9db403e66137dc898a3ac22d85305d6b912228c393564de539d701c98f8c70c8219511978d8f4
6
+ metadata.gz: 873992af71a3a0faee4c15604ee99be4511136801238ade80ebe3b6cb7ea7d27689a068a52f0dc2adc33180ccdbb29a7a338b14dde36d8a70b8cf4ab42c6efda
7
+ data.tar.gz: 5ff60e44826de0ae31d5d3ad1105b0570ddb3c467f00d845586099ed1ed2549b3c8ab3afd04c52132b43d1a58b11e1f413b205174da5bf1db5b9d2ad93667b01
@@ -16,7 +16,7 @@ module Alephant
16
16
  end
17
17
 
18
18
  def write(id, opts, batch_version, location)
19
- LookupLocation.new(id, batch_version, opts, location).tap do |l|
19
+ LookupLocation.new(id, opts, batch_version, location).tap do |l|
20
20
  lookup_table.table.batch_put([
21
21
  {
22
22
  :component_key => l.component_key,
@@ -1,5 +1,5 @@
1
1
  module Alephant
2
2
  module Lookup
3
- VERSION = "0.1.5"
3
+ VERSION = "0.1.6"
4
4
  end
5
5
  end
data/spec/lookup_spec.rb CHANGED
@@ -99,7 +99,7 @@ describe Alephant::Lookup do
99
99
  .and_return(lookup_table)
100
100
 
101
101
  instance = subject.new(lookup_table)
102
- instance.write('id','0',{},'/location')
102
+ instance.write('id',{},'0','/location')
103
103
  end
104
104
  end
105
105
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alephant-lookup
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Kenny
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-03-19 00:00:00.000000000 Z
11
+ date: 2014-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -229,4 +229,3 @@ summary: Lookup a location in S3 using DynamoDB.
229
229
  test_files:
230
230
  - spec/lookup_spec.rb
231
231
  - spec/spec_helper.rb
232
- has_rdoc: