likes 0.0.1 → 0.0.2
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/likes/version.rb +1 -1
- data/likes.gemspec +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f168d5f36ca20484399058ad67d22ca0962f2ffd
|
|
4
|
+
data.tar.gz: db2cc8cf0d5b1dd4cefcf14fad30b2d0787c19ef
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24d2aed90f4038fbcb2c3563a0ceca7587eefd75adbd57f17a812e61a24eb1b04af435b2551c39cf1c0e1629e74ded23392ee25f39cf61a84b7bd8c1cbea6ffe
|
|
7
|
+
data.tar.gz: 369523bb064ce679b8bc80c7cf431656da02257c2a46111f2028d59cb11ad0c204f81a23a922b41854291cb129a17bbbd0bc7a554d4bec0de927f6e07cab97b8
|
data/lib/likes/version.rb
CHANGED
data/likes.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Alexey Fedorov"]
|
|
10
10
|
spec.email = ["waterlink000@gmail.com"]
|
|
11
11
|
spec.summary = %q{Give it a list of people and their likings and it will tell it what else could these people like.}
|
|
12
|
-
spec.description = %q{Made for a greater good.}
|
|
12
|
+
spec.description = %q{Give it a list of people and their likings and it will tell it what else could these people like. Made for a greater good.}
|
|
13
13
|
spec.homepage = "https://github.com/waterlink/likes"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: likes
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Alexey Fedorov
|
|
@@ -38,7 +38,8 @@ dependencies:
|
|
|
38
38
|
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '10.0'
|
|
41
|
-
description:
|
|
41
|
+
description: Give it a list of people and their likings and it will tell it what else
|
|
42
|
+
could these people like. Made for a greater good.
|
|
42
43
|
email:
|
|
43
44
|
- waterlink000@gmail.com
|
|
44
45
|
executables: []
|