riddl 0.99.139 → 0.99.140

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.
Files changed (3) hide show
  1. data/lib/ruby/riddl/client.rb +1 -0
  2. data/riddl.gemspec +1 -1
  3. metadata +2 -2
@@ -234,6 +234,7 @@ unless Module.constants.include?('CLIENT_INCLUDED')
234
234
  private :extract_qparams
235
235
 
236
236
  def exec_request(riddl_method,parameters,simulate) #{{{
237
+ parameters = [ parameters ] unless parameters.is_a? Array
237
238
  parameters = parameters.dup
238
239
  headers = extract_headers(parameters)
239
240
  options = extract_options(parameters)
data/riddl.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = "riddl"
3
- s.version = "0.99.139"
3
+ s.version = "0.99.140"
4
4
  s.platform = Gem::Platform::RUBY
5
5
  s.license = "LGPL-3"
6
6
  s.summary = "restful interface description and declaration language: tools and client/server libs"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: riddl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.99.139
4
+ version: 0.99.140
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: tools
11
11
  cert_chain: []
12
- date: 2014-03-25 00:00:00.000000000 Z
12
+ date: 2014-03-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: xml-smart