alvarobp-partigirb 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.0
1
+ 0.1.1
@@ -118,12 +118,7 @@ module Partigirb
118
118
  end
119
119
 
120
120
  def process_response_errors(format, res)
121
- # FIXME: This is totally provisional, we should use a ResponseParser to parse errors for each format
122
- case format
123
- when :xml
124
- res.body =~ /<error>Partigi::(.*)<\/error>/
125
- puts "Error: #{$1}"
126
- end
121
+ # TODO: This is totally useless, we should use a ResponseParser to parse errors for each format
127
122
  end
128
123
 
129
124
  def format_invocation?(name)
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{partigirb}
5
- s.version = "0.1.0"
5
+ s.version = "0.1.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Alvaro Bautista", "Fernando Blat"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alvarobp-partigirb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alvaro Bautista