foodfitrecommandation 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/foodfitrecommandation.rb +2 -2
- data/lib/foodfitrecommandation/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1bf63dfec106677acb9de071c59d3751c2627046f3753074fb66a7c3a20f2ac8
|
4
|
+
data.tar.gz: ded37b543d1c4fafbad504cb7d65c2aaad704e7d88eadc50b34e4f2e57ea9b7a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7187d9204d326a76667f11afed01969ad0a936877df75726f487bc7db727cd32f6577e1796f4e92dc19fb04b009ba5b410780e49b4f29192abb8a92bee9eaf12
|
7
|
+
data.tar.gz: 35dc7aeb41125b7e4c1910e0556504b0999c39dece5483b43dbf131d9e65b356a245254d6938e1d68886f026162faaa9f2afd2acf27715b0273f0ef422e19fed
|
@@ -1,6 +1,6 @@
|
|
1
1
|
require "foodfitrecommandation/version"
|
2
2
|
|
3
|
-
module Foodfitrecommandation
|
3
|
+
#module Foodfitrecommandation
|
4
4
|
class Error < StandardError; end
|
5
5
|
class UserClass
|
6
6
|
def self.recommends(result1,result2)
|
@@ -46,4 +46,4 @@ class FoodfitRecommendationClassCaller
|
|
46
46
|
end
|
47
47
|
|
48
48
|
end
|
49
|
-
end
|
49
|
+
#end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: foodfitrecommandation
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nitin gupta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-12-
|
11
|
+
date: 2019-12-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|