wadl 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README +1 -1
  2. data/lib/wadl/cli.rb +1 -1
  3. data/lib/wadl/version.rb +1 -1
  4. metadata +32 -32
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to wadl version 0.2.5
5
+ This documentation refers to wadl version 0.2.6
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/wadl/cli.rb CHANGED
@@ -122,7 +122,7 @@ module WADL
122
122
  end
123
123
 
124
124
  def parse_arguments(arguments)
125
- @resource_path, query, skip_next = [], {}, false
125
+ @resource_path, @query, skip_next = [], {}, false
126
126
  query.update(options[:query]) if options[:query]
127
127
 
128
128
  arguments.each_with_index { |arg, index|
data/lib/wadl/version.rb CHANGED
@@ -4,7 +4,7 @@ module WADL
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 2
7
- TINY = 5
7
+ TINY = 6
8
8
 
9
9
  class << self
10
10
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wadl
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 5
10
- version: 0.2.5
9
+ - 6
10
+ version: 0.2.6
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leonard Richardson
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2011-08-02 00:00:00 Z
19
+ date: 2011-09-06 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  name: rest-open-uri
@@ -76,47 +76,47 @@ extra_rdoc_files:
76
76
  - ChangeLog
77
77
  files:
78
78
  - lib/wadl.rb
79
- - lib/wadl/resource_and_address.rb
79
+ - lib/wadl/uri_parts.rb
80
+ - lib/wadl/resource.rb
80
81
  - lib/wadl/response.rb
81
- - lib/wadl/resource_container.rb
82
- - lib/wadl/representation_format.rb
83
- - lib/wadl/representation_container.rb
84
- - lib/wadl/documentation.rb
82
+ - lib/wadl/option.rb
85
83
  - lib/wadl/param.rb
86
- - lib/wadl/cli.rb
87
- - lib/wadl/xml_representation.rb
88
- - lib/wadl/uri_parts.rb
89
84
  - lib/wadl/application.rb
90
- - lib/wadl/http_method.rb
91
- - lib/wadl/request_format.rb
92
- - lib/wadl/fault.rb
85
+ - lib/wadl/resource_and_address.rb
86
+ - lib/wadl/fault_format.rb
87
+ - lib/wadl/version.rb
93
88
  - lib/wadl/link.rb
94
- - lib/wadl/resource_type.rb
95
- - lib/wadl/option.rb
96
- - lib/wadl/resource.rb
89
+ - lib/wadl/response_format.rb
90
+ - lib/wadl/resources.rb
91
+ - lib/wadl/representation_container.rb
92
+ - lib/wadl/cli.rb
97
93
  - lib/wadl/address.rb
98
- - lib/wadl/version.rb
94
+ - lib/wadl/http_method.rb
99
95
  - lib/wadl/has_docs.rb
100
- - lib/wadl/fault_format.rb
101
- - lib/wadl/response_format.rb
96
+ - lib/wadl/xml_representation.rb
102
97
  - lib/wadl/cheap_schema.rb
103
- - lib/wadl/resources.rb
98
+ - lib/wadl/resource_container.rb
99
+ - lib/wadl/resource_type.rb
100
+ - lib/wadl/fault.rb
101
+ - lib/wadl/request_format.rb
102
+ - lib/wadl/representation_format.rb
103
+ - lib/wadl/documentation.rb
104
104
  - bin/wadl
105
- - README
106
105
  - ChangeLog
106
+ - COPYING
107
+ - README
107
108
  - Rakefile
108
109
  - TODO
109
- - COPYING
110
- - example/yahoo.wadl
111
- - example/README
112
110
  - example/YahooSearch.rb
113
- - example/crummy.rb
114
111
  - example/yahoo.rb
115
112
  - example/crummy.wadl
116
- - example/delicious.wadl
117
- - example/config.yaml
118
113
  - example/YahooSearch.wadl
114
+ - example/README
115
+ - example/delicious.wadl
116
+ - example/yahoo.wadl
119
117
  - example/delicious.rb
118
+ - example/crummy.rb
119
+ - example/config.yaml
120
120
  - test/wadl_test.rb
121
121
  homepage: http://github.com/blackwinter/wadl
122
122
  licenses: []
@@ -124,13 +124,13 @@ licenses: []
124
124
  post_install_message:
125
125
  rdoc_options:
126
126
  - --line-numbers
127
- - --all
128
127
  - --main
129
128
  - README
129
+ - --all
130
130
  - --charset
131
131
  - UTF-8
132
132
  - --title
133
- - wadl Application documentation (v0.2.5)
133
+ - wadl Application documentation (v0.2.6)
134
134
  require_paths:
135
135
  - lib
136
136
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -154,7 +154,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
154
154
  requirements: []
155
155
 
156
156
  rubyforge_project:
157
- rubygems_version: 1.8.6
157
+ rubygems_version: 1.8.10
158
158
  signing_key:
159
159
  specification_version: 3
160
160
  summary: Ruby client for the Web Application Description Language.