mongoid-likeable 5.0.2 → 5.0.3

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: 49a67cd1a73424038059b693f3c6b900da349a0a
4
- data.tar.gz: 37cea57a8a714b3692386c1de93cd7951a96bfa0
3
+ metadata.gz: dd40d1f515f5df27319eb0c1ba2b975b9b831c88
4
+ data.tar.gz: 5f0bad45fcdd17284cac527f09badc3b86743256
5
5
  SHA512:
6
- metadata.gz: 1bd8c66cf2b036b1762716f8aa0ef68e0596d19229656880c8604c788ad53219efc51b7309895824d4afbcd98a6cc4e85f99a42979779a698e49b8efddd0a979
7
- data.tar.gz: 86b37ce8a661347c7ad411916292c37060fcab4ddf3a363f83b12a6eaac33ab116e24e2276df8080cd21db500f435ef69b18b3aabd61debe2fb3fcdfc1979864
6
+ metadata.gz: ca2e5711c97c0198ab19ad74dbaa29ccb967cbae7943de806807c8300812dff5cab380bf0b2a912f7418346c606358adcf051f02da4c88fb4923cbc951f0f60d
7
+ data.tar.gz: c9db121c963f0198c18bd7d776d62784a7bb09bf619d12d675dfcf668e3fbd5043fef61a669aa070ce4001add1be8876e0a6892499dc83fa2e3b4a5db39a12d3
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.0.3
4
+
5
+ * Fixed readme
6
+
3
7
  ## 5.0.2
4
8
 
5
9
  * Updated badges
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mongoid-likeable
2
- [![Build Status](https://secure.travis-ci.org/diowa/mongoid-likeable.svg?branch=master)](https://travis-ci.org/diowa/mongoid-likeable)
3
2
  [![Gem Version](https://badge.fury.io/rb/mongoid-likeable.svg)](http://badge.fury.io/rb/mongoid-likeable)
3
+ [![Build Status](https://secure.travis-ci.org/diowa/mongoid-likeable.svg?branch=master)](https://travis-ci.org/diowa/mongoid-likeable)
4
4
  [![Dependency Status](https://gemnasium.com/diowa/mongoid-likeable.svg)](https://gemnasium.com/diowa/mongoid-likeable)
5
5
  [![Code Climate](https://codeclimate.com/github/diowa/mongoid-likeable/badges/gpa.svg)](https://codeclimate.com/github/diowa/mongoid-likeable)
6
6
  [![Coverage Status](https://img.shields.io/coveralls/diowa/mongoid-likeable.svg?branch=master)](https://coveralls.io/r/diowa/mongoid-likeable)
@@ -3,7 +3,7 @@ $:.push File.expand_path('../lib', __FILE__)
3
3
 
4
4
  Gem::Specification.new do |s|
5
5
  s.name = 'mongoid-likeable'
6
- s.version = '5.0.2'
6
+ s.version = '5.0.3'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['diowa']
9
9
  s.email = ['dev@diowa.com']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-likeable
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.2
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa