RubyGems
npm
Organizations
Log in
Sign up
RubyGems
simple_worker
Versions diffs
0.0.5 → 0.0.6
simple_worker 0.0.5 → 0.0.6
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (2)
hide
show
data/lib/api_auth.rb
+4
-1
metadata
+1
-1
data/lib/api_auth.rb
CHANGED
Viewed
@@ -1,6 +1,9 @@
1
1
module SimpleWorker
2
-
attr_accessor :host
2
+
3
3
class ApiAuth
4
+
5
+
attr_accessor :host
6
+
4
7
def initialize(access_key, secret_key, options={})
5
8
@access_key = access_key
6
9
@secret_key = secret_key
metadata
CHANGED
Viewed
@@ -1,7 +1,7 @@
1
1
--- !ruby/object:Gem::Specification
2
2
name: simple_worker
3
3
version: !ruby/object:Gem::Version
4
-
version: 0.0.
5
4
+
version: 0.0.
6
5
5
platform: ruby
6
6
authors:
7
7
- Travis Reeder