zunnit 0.3.9 → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/zunnit/setup.rb +1 -1
- data/lib/zunnit/version.rb +1 -1
- metadata +2 -2
data/lib/zunnit/setup.rb
CHANGED
@@ -11,7 +11,7 @@ module Zunnit
|
|
11
11
|
:recommendation_users_for_item => "/recommendation/users/for_item",
|
12
12
|
:recommendation_tags_for_item => "/recommendation/tags/for_item",
|
13
13
|
:recommendation_cluster_for_item => "/recommendation/cluster/for_item",
|
14
|
-
:recommendation_products_for_item => "/
|
14
|
+
:recommendation_products_for_item => "/recommendation/products/for_item",
|
15
15
|
:action_items_add => "/action/items/add",
|
16
16
|
:action_items_rate => "/action/items/rate",
|
17
17
|
:action_items_view => "/action/items/view",
|
data/lib/zunnit/version.rb
CHANGED
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: zunnit
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.4.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Marcelo Eden
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-10-03 00:00:00 -03:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|