CloudSesame 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -4,8 +4,8 @@ module CloudSesame
4
4
  class Abstract
5
5
  attr_reader :context
6
6
 
7
- def initialize(context = {})
8
- @context = context
7
+ def initialize(context)
8
+ @context = context || {}
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: CloudSesame
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Scott Chu