sovren 0.0.4 → 0.0.5

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.
@@ -1,6 +1,5 @@
1
- require "pry"
1
+ Bundler.require(:default,ENV["SOVREN_ENV"]) if defined?(Bundler)
2
2
  require "sovren/version"
3
- require "savon"
4
3
 
5
4
  module Sovren
6
5
  class << self
@@ -27,4 +26,4 @@ module Sovren
27
26
  require_relative "sovren/patent"
28
27
  require_relative "sovren/publication"
29
28
  require_relative "sovren/reference"
30
- end
29
+ end
@@ -1,3 +1,3 @@
1
1
  module Sovren
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -66,8 +66,8 @@ describe Sovren::ContactInformation do
66
66
  context "no contact info" do
67
67
  When(:result) { Sovren::ContactInformation.parse(nil) }
68
68
 
69
- Then { result == Array.new }
69
+ Then { result == nil }
70
70
  end
71
71
  end
72
72
 
73
- end
73
+ end
@@ -22,8 +22,8 @@ describe Sovren::Military do
22
22
  context "no military history" do
23
23
  When(:result) { Sovren::Military.parse(nil) }
24
24
 
25
- Then { result == Array.new }
25
+ Then { result == nil }
26
26
  end
27
27
  end
28
28
 
29
- end
29
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sovren
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-05-29 00:00:00.000000000 Z
12
+ date: 2013-05-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: savon