restpack-web 0.2.17 → 0.2.18

Sign up to get free protection for your applications and to get access to all the features.
@@ -54,15 +54,15 @@ module RestPack
54
54
  user_debug_info = ""
55
55
  if is_authenticated?
56
56
  image_debug_info = ""
57
- image_debug_info = " * **image** : #{@user['image']} ![Image](#{@user['image']}" unless @user['image'].nil?
57
+ image_debug_info = " * **image** : #{@user[:image]} ![Image](#{@user[:image]}" unless @user[:image].nil?
58
58
 
59
59
  user_debug_info = %{
60
- * **id** : #{@user['id']}
61
- * **name** : #{@user['name']}
62
- * **nickname** : #{@user['nickname']}
63
- * **location** : #{@user['location']}
64
- * **description** : #{@user['description']}
65
- #{image_debug_info})
60
+ * **id** : #{@user[:id]}
61
+ * **name** : #{@user[:name]}
62
+ * **nickname** : #{@user[:nickname]}
63
+ * **location** : #{@user[:location]}
64
+ * **description** : #{@user[:description]}
65
+ #{image_debug_info}
66
66
  }
67
67
  end
68
68
 
@@ -1,5 +1,5 @@
1
1
  module RestPack
2
2
  module Web
3
- VERSION = "0.2.17"
3
+ VERSION = "0.2.18"
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.17
4
+ version: 0.2.18
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: