collaborative_filtering 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f7dba81467277a771c657411ac53ab2a02c0cfd5
4
- data.tar.gz: ae0d0118d96a2b5a82c82c778433bccec4108090
3
+ metadata.gz: 2563b6359c2e498b01606de2b93c4e8bd0046b28
4
+ data.tar.gz: 6b69fc156365194dadd5f65f931256be5e07e092
5
5
  SHA512:
6
- metadata.gz: 3927cc5c5721dafd5c7d016a2e5f12ba0102589805f31ef2e571e2a3b09e69219f1d749e95d5f8d3840bf0cb76849af84b8ec6504875bab745fcd990ee765686
7
- data.tar.gz: 2675150d143841c61554ffcd6d3e3d05e73f862b65b7caa41fe4ef1b2fa9a35eeda0d7bb68a50e68477ea4de0e9b142b05ee1d42608cd19f18b0d5d5f7e09d2a
6
+ metadata.gz: 9b9e100226091d5d2a6980703ae9f18ce99ee4140c29a73dd4310a79980826197e0438845b060c78610e22d32ed689555cc72843d4fa0ea2b49f51cdff8d9815
7
+ data.tar.gz: 0ec7e87bd82cc37a0e582baf530f8e54a6f4491b731649d5e7d750bd392c046a3972427b1b51130d3bebf813285b64ad12a31c9931e3bbb0bfb1a4cf9538ce68
data/README.md CHANGED
@@ -33,7 +33,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
33
33
 
34
34
  ## Contributing
35
35
 
36
- 1. Fork it ( https://github.com/[my-github-username]/collaborative_filtering/fork )
36
+ 1. Fork it ( https://github.com/8398a7/collaborative_filtering/fork )
37
37
  2. Create your feature branch (`git checkout -b my-new-feature`)
38
38
  3. Commit your changes (`git commit -am 'Add some feature'`)
39
39
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module CollaborativeFiltering
2
- VERSION = '0.3.0'
2
+ VERSION = '0.4.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: collaborative_filtering
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shoya TANAKA