simperium 0.0.2 → 0.0.2.1

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.
data/lib/simperium.rb CHANGED
@@ -4,7 +4,7 @@ require 'rubygems'
4
4
  require 'rest_client'
5
5
  require 'json'
6
6
  require 'uuid'
7
- require File.join(File.dirname(__FILE__), 'simperium/error_handling')
7
+ require 'simperium/error_handling'
8
8
 
9
9
  #state file is not shared between processes on Heroku
10
10
  UUID.state_file = false
@@ -1,3 +1,3 @@
1
1
  module Simperium
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.2.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simperium
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 69
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 2
10
- version: 0.0.2
10
+ - 1
11
+ version: 0.0.2.1
11
12
  platform: ruby
12
13
  authors:
13
14
  - Ray Ventura