wadl 0.1.4 → 0.1.5

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 (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 +3 -3
data/README CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  == VERSION
4
4
 
5
- This documentation refers to wadl version 0.1.4
5
+ This documentation refers to wadl version 0.1.5
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/wadl/cli.rb CHANGED
@@ -193,7 +193,7 @@ module WADL
193
193
 
194
194
  base_url = options[:base_url] || File.dirname(options[:wadl])
195
195
 
196
- OAuth::CLI.execute(stdout, stdin, stderr, [
196
+ OAuth::CLI.execute(strio, stdin, stderr, [
197
197
  '--consumer-key', consumer_key,
198
198
  '--consumer-secret', consumer_secret,
199
199
  '--request-token-url', options[:request_token_url] % base_url,
data/lib/wadl/version.rb CHANGED
@@ -4,7 +4,7 @@ module WADL
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 4
7
+ TINY = 5
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: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 4
10
- version: 0.1.4
9
+ - 5
10
+ version: 0.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leonard Richardson