cloulu 0.2.4 → 0.2.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -129,7 +129,7 @@ class TokenIssuer
129
129
  # @return [TokenInfo]
130
130
  def implicit_grant_with_creds(credentials, scope = nil)
131
131
  # this manufactured redirect_uri is a convention here, not part of OAuth2
132
- redir_uri = "https://uaa.cloulu.com/redirect/#{@client_id}"
132
+ redir_uri = "https://uaa.cloudfoundry.com/redirect/#{@client_id}"
133
133
  uri = authorize_path_args("token", redir_uri, scope, state = random_state)
134
134
 
135
135
  # the accept header is only here so the uaa will issue error replies in json to aid debugging
data/lib/vmc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module VMC
2
- VERSION = "0.2.4".freeze
2
+ VERSION = "0.2.5".freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloulu
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: