bixby-common 0.3.9 → 0.3.10

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.3.9
1
+ 0.3.10
data/bixby-common.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "bixby-common"
8
- s.version = "0.3.9"
8
+ s.version = "0.3.10"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Chetan Sarva"]
12
- s.date = "2013-04-06"
12
+ s.date = "2013-05-16"
13
13
  s.description = "Bixby Common files/libs"
14
14
  s.email = "chetan@pixelcop.net"
15
15
  s.files = [
data/lib/bixby_common.rb CHANGED
@@ -1,4 +1,8 @@
1
1
 
2
+ # TODO temp fix to make sure we use oj
3
+ require "oj"
4
+ require "multi_json"
5
+
2
6
  require "bixby_common/bixby"
3
7
 
4
8
  module Bixby
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: bixby-common
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.3.9
5
+ version: 0.3.10
6
6
  platform: ruby
7
7
  authors:
8
8
  - Chetan Sarva
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-04-06 00:00:00.000000000 Z
12
+ date: 2013-05-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
@@ -430,7 +430,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
430
430
  requirements:
431
431
  - - ! '>='
432
432
  - !ruby/object:Gem::Version
433
- hash: -739099892354726925
433
+ hash: -1667581609751385562
434
434
  segments:
435
435
  - 0
436
436
  version: '0'