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 +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/mongoid-likeable.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dd40d1f515f5df27319eb0c1ba2b975b9b831c88
|
4
|
+
data.tar.gz: 5f0bad45fcdd17284cac527f09badc3b86743256
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca2e5711c97c0198ab19ad74dbaa29ccb967cbae7943de806807c8300812dff5cab380bf0b2a912f7418346c606358adcf051f02da4c88fb4923cbc951f0f60d
|
7
|
+
data.tar.gz: c9db121c963f0198c18bd7d776d62784a7bb09bf619d12d675dfcf668e3fbd5043fef61a669aa070ce4001add1be8876e0a6892499dc83fa2e3b4a5db39a12d3
|
data/CHANGELOG.md
CHANGED
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)
|
data/mongoid-likeable.gemspec
CHANGED