alexmchale-red-milk 0.0.1 → 0.1.0

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 +2 -2
  2. data/lib/redmilk.rb +1 -1
  3. metadata +1 -1
data/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
- :minor: 0
2
+ :minor: 1
3
3
  :major: 0
4
- :patch: 1
4
+ :patch: 0
data/lib/redmilk.rb CHANGED
@@ -107,6 +107,6 @@ private
107
107
 
108
108
  # Get a new frob and ask the user to register it.
109
109
  @config[:frob] = frob = get_new_frob
110
- raise "new frob needs to be registered at: #{auth_url frob}"
110
+ raise auth_url(frob)
111
111
  end
112
112
  end
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.0.1
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex McHale