alexmchale-red-milk 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION.yml +1 -1
  2. data/lib/redmilk.rb +1 -1
  3. metadata +1 -1
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 2
3
3
  :major: 0
4
- :patch: 1
4
+ :patch: 2
@@ -18,7 +18,7 @@ class RedMilk
18
18
 
19
19
  @token = get_token
20
20
 
21
- yield(self) if block_given?
21
+ yield(self) if !authorization_url && block_given?
22
22
  end
23
23
 
24
24
  def lists
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alexmchale-red-milk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McHale