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.
- data/README +1 -1
- data/lib/wadl/cli.rb +2 -2
- data/lib/wadl/version.rb +1 -1
- metadata +3 -3
data/README
CHANGED
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]
|
|
214
|
-
config[:
|
|
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
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:
|
|
4
|
+
hash: 21
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.1.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Leonard Richardson
|