wadl 0.1.6 → 0.1.7

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 +2 -2
  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.6
5
+ This documentation refers to wadl version 0.1.7
6
6
 
7
7
 
8
8
  == DESCRIPTION
data/lib/wadl/cli.rb CHANGED
@@ -210,8 +210,8 @@ module WADL
210
210
  return unless access_token && token_secret
211
211
 
212
212
  if File.writable?(options[:config])
213
- config[:token] = access_token
214
- config[:token_secret] = token_secret
213
+ config[:token] = access_token
214
+ config[:secret] = token_secret
215
215
 
216
216
  File.open(options[:config], 'w') { |f| YAML.dump(config, f) }
217
217
  end
data/lib/wadl/version.rb CHANGED
@@ -4,7 +4,7 @@ module WADL
4
4
 
5
5
  MAJOR = 0
6
6
  MINOR = 1
7
- TINY = 6
7
+ TINY = 7
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: 23
4
+ hash: 21
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 6
10
- version: 0.1.6
9
+ - 7
10
+ version: 0.1.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Leonard Richardson