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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/likes/version.rb +1 -1
  3. data/likes.gemspec +1 -1
  4. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa591216b01b353bc62b724948e35e45451722a6
4
- data.tar.gz: 3b793d5fa107061a3e811a6ade40faad514da5a6
3
+ metadata.gz: f168d5f36ca20484399058ad67d22ca0962f2ffd
4
+ data.tar.gz: db2cc8cf0d5b1dd4cefcf14fad30b2d0787c19ef
5
5
  SHA512:
6
- metadata.gz: b1cbd57ac7594cc8f850bc7463adbb90451ad2025a581d4c34c1a9a9b04345f0ce0266df92462e49a98d2943af1deffecaf1dc23a9b9a38815d79a0e7164d1ed
7
- data.tar.gz: ae830478d8e59bd59a3184f0e9cbcaca24f40ccfe5bef3f122001def8485309096e7c404b8a8f6a6a4483793c5a127393f98c11e47001007f3c3b088e2ea076e
6
+ metadata.gz: 24d2aed90f4038fbcb2c3563a0ceca7587eefd75adbd57f17a812e61a24eb1b04af435b2551c39cf1c0e1629e74ded23392ee25f39cf61a84b7bd8c1cbea6ffe
7
+ data.tar.gz: 369523bb064ce679b8bc80c7cf431656da02257c2a46111f2028d59cb11ad0c204f81a23a922b41854291cb129a17bbbd0bc7a554d4bec0de927f6e07cab97b8
data/lib/likes/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Likes
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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: Made for a greater good.
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: []