collective-data 0.0.2 → 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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.0.5
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{collective-data}
8
- s.version = "0.0.2"
8
+ s.version = "0.0.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Keith Gaddis"]
@@ -4,7 +4,7 @@ module CollectiveData
4
4
  def fake_collective_data_request(request_type, response_file)
5
5
  case request_type
6
6
  when :npi
7
- FakeWeb.register_uri :get, "#{Provider.site}#{Provider.prefix}/providers/#{response_file}",
7
+ FakeWeb.register_uri :get, "#{Provider.site}#{Provider.prefix}providers/#{response_file}.json",
8
8
  :body => collective_data_response_path(response_file)
9
9
  else
10
10
  raise "Unable to fake this data request."
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 5
9
+ version: 0.0.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Keith Gaddis