restpack-web 0.1.37 → 0.1.38

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.
@@ -34,7 +34,7 @@ module RestPack
34
34
  "http://#{auth_domain}/auth/logout?next=#{next_url}"
35
35
  end
36
36
 
37
- def login_url(provider=:twitter, next_url = nil)
37
+ def login_url(provider = :twitter, next_url = nil)
38
38
  next_url ||= "http://#{home_domain}/"
39
39
  "http://#{auth_domain}/auth/#{provider}?next=#{next_url}"
40
40
  end
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.1.37"
3
+ VERSION = "0.1.38"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: restpack-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.37
4
+ version: 0.1.38
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: