restpack-web 0.2.23 → 0.2.24

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,7 @@ module RestPack
46
46
 
47
47
  if user_id
48
48
  url = "http://:#{@options[:access_key]}@#{ENV['RESTPACK_USER_SERVICE']}/api/v1/users/#{user_id}.json" #TODO: GJ: build from config
49
+ p "RESTPACK GJ URL : #{url}"
49
50
  json = RestClient.get(url)
50
51
  user = Yajl::Parser.parse(json, :symbolize_keys => true)[:user]
51
52
 
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.2.23"
3
+ VERSION = "0.2.24"
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.2.23
4
+ version: 0.2.24
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: