bbc_data_service 1.1 → 1.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -59,7 +59,9 @@ module BBCDataService
59
59
  def self.filter_type(filter)
60
60
  case filter
61
61
  when :string
62
- return :"xsd:string"
62
+ return "xsd:string"
63
+ when :xml_string
64
+ return "http://www.w3.org/2001/XMLSchema#string"
63
65
  else
64
66
  raise "Unsupported type passed"
65
67
  end
@@ -1,3 +1,3 @@
1
1
  module BBCDataService
2
- VERSION = "1.1"
2
+ VERSION = "1.2"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bbc_data_service
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
- - 1
9
- version: "1.1"
8
+ - 2
9
+ version: "1.2"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matthew Crouch