boss_queue 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/boss_queue.gemspec +1 -1
- data/lib/boss_queue/boss_queue.rb +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.2
|
data/boss_queue.gemspec
CHANGED
@@ -29,7 +29,7 @@ class BossQueue
|
|
29
29
|
|
30
30
|
def self.create_table(read_capacity=1, write_capacity=1, options={})
|
31
31
|
create_opts = {}
|
32
|
-
create_opts[:hash_key] = { hash_key => :string }
|
32
|
+
create_opts[:hash_key] = { self.hash_key => :string }
|
33
33
|
create_opts[:range_key] = { :kind => :string }
|
34
34
|
|
35
35
|
AWS::DynamoDB.new.tables.create(self.table_name, read_capacity, write_capacity, create_opts)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: boss_queue
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -160,7 +160,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
160
160
|
version: '0'
|
161
161
|
segments:
|
162
162
|
- 0
|
163
|
-
hash:
|
163
|
+
hash: -2088868267686031251
|
164
164
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
165
|
none: false
|
166
166
|
requirements:
|