collective-data 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{collective-data}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
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"]
12
- s.date = %q{2010-03-09}
12
+ s.date = %q{2010-03-25}
13
13
  s.description = %q{This gem allows access to the data portal of CollectiveData from ruby.}
14
14
  s.email = %q{keith@collectiveidea.com}
15
15
  s.extra_rdoc_files = [
@@ -29,6 +29,7 @@ Gem::Specification.new do |s|
29
29
  "features/step_definitions/npi_steps.rb",
30
30
  "features/support/env.rb",
31
31
  "features/support/fixtures/0123456789.json",
32
+ "features/support/fixtures/bad.json",
32
33
  "lib/collective_data.rb",
33
34
  "lib/collective_data/provider.rb",
34
35
  "lib/collective_data/test_helper.rb"
@@ -0,0 +1 @@
1
+ {"error":"Provider not found"}
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 5
9
- version: 0.0.5
8
+ - 6
9
+ version: 0.0.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Keith Gaddis
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-09 00:00:00 -06:00
17
+ date: 2010-03-25 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -51,6 +51,7 @@ files:
51
51
  - features/step_definitions/npi_steps.rb
52
52
  - features/support/env.rb
53
53
  - features/support/fixtures/0123456789.json
54
+ - features/support/fixtures/bad.json
54
55
  - lib/collective_data.rb
55
56
  - lib/collective_data/provider.rb
56
57
  - lib/collective_data/test_helper.rb