restpack-web 0.2.24 → 0.2.25

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,7 +46,6 @@ 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}"
50
49
  json = RestClient.get(url)
51
50
  user = Yajl::Parser.parse(json, :symbolize_keys => true)[:user]
52
51
 
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.2.24"
3
+ VERSION = "0.2.25"
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.24
4
+ version: 0.2.25
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: