skeleton 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6b438f07e1f1b5d721ffd03f359520da2593a7dd
4
- data.tar.gz: 54026c8a69b32cac5a0083a0b95fcac0a3bcab50
3
+ metadata.gz: bc11d07464eef522de2f6495353a454b7ffc5373
4
+ data.tar.gz: edbbaf9c7d4af49d479690a8baa8e8fc9bb01ccb
5
5
  SHA512:
6
- metadata.gz: b33d064bf7ab28bad25bb1258b652a22d7fa6d19022904b8c600dcd8dfdf2c54b572aa1435983acff9655af0d18b7056e55ef6702ba20b459ca7eb9e9b550580
7
- data.tar.gz: 0ac01508caf02019de540d3a608bce4dc59e7bc194b2994feb395fe3912befb213a6ef758289858c9a654e4c907be9e4c858304026972d3ef3ec1b07af1528a5
6
+ metadata.gz: 3fd5c0bc49baafa724cb849bbd1ae8a0bab61e0fa6aeb715458bf91909c7f77071841a38533c1120e0b5aff4eed7d9d3f4b277993de4bf591de5e00c4d1e6583
7
+ data.tar.gz: f90dbc5845e73cc978acd224d0e5db77b7bf3444ddab5dc9bb51af2f3e99eb495989e4f30644b62a2d08c506311a8f613210e869c5b7661559c27a299b450f4b
@@ -81,7 +81,7 @@ module Skeleton
81
81
  def to_swagger_hash
82
82
  hash = {}
83
83
  hash[:name] = name if name?
84
- hash[:location] = location if location?
84
+ hash[:in] = location if location?
85
85
  hash[:description] = description if description?
86
86
  hash[:required] = required if required?
87
87
 
@@ -1,3 +1,3 @@
1
1
  module Skeleton
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: skeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Johnston
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-07 00:00:00.000000000 Z
11
+ date: 2014-11-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json
@@ -144,4 +144,3 @@ test_files:
144
144
  - spec/skeleton/serializers/documentation_spec.rb
145
145
  - spec/skeleton/serializers/header_spec.rb
146
146
  - spec/spec_helper.rb
147
- has_rdoc: