mongoid-likeable 5.0.1 → 5.0.2

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: 15c2dc9daf01e3ee9226b72373997dfc2e2bd6a2
4
- data.tar.gz: f998bf08e5c14580fa67e5071d100ef03637c77e
3
+ metadata.gz: 49a67cd1a73424038059b693f3c6b900da349a0a
4
+ data.tar.gz: 37cea57a8a714b3692386c1de93cd7951a96bfa0
5
5
  SHA512:
6
- metadata.gz: 395d35d6bfdc3e5c1a8594439fe639005d3aa0eae3df2e55f2543a0b93f6f417eb23328ccd5ba8269b71a6a4b9450f321f90d3b435086ebc81c0a733f522d497
7
- data.tar.gz: ca3e4bc1f7969b858427c02c5b245ebf5e40a155740e590cc97f55fd7e97a7322e1b6b42b9eee324ff6a7fa90210a6b8391acac25148707176d7dd5c2fbf2fda
6
+ metadata.gz: 1bd8c66cf2b036b1762716f8aa0ef68e0596d19229656880c8604c788ad53219efc51b7309895824d4afbcd98a6cc4e85f99a42979779a698e49b8efddd0a979
7
+ data.tar.gz: 86b37ce8a661347c7ad411916292c37060fcab4ddf3a363f83b12a6eaac33ab116e24e2276df8080cd21db500f435ef69b18b3aabd61debe2fb3fcdfc1979864
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 5.0.2
4
+
5
+ * Updated badges
6
+
3
7
  ## 5.0.1
4
8
 
5
9
  * Fixed Mongoid version number
data/README.md CHANGED
@@ -1,9 +1,9 @@
1
1
  # mongoid-likeable
2
- [![Build Status](https://secure.travis-ci.org/diowa/mongoid-likeable.png?branch=master)](https://travis-ci.org/diowa/mongoid-likeable)
3
- [![Gem Version](https://badge.fury.io/rb/mongoid-likeable.png)](http://badge.fury.io/rb/mongoid-likeable)
4
- [![Dependency Status](https://gemnasium.com/diowa/mongoid-likeable.png)](https://gemnasium.com/diowa/mongoid-likeable)
5
- [![Code Climate](https://codeclimate.com/github/diowa/mongoid-likeable.png)](https://codeclimate.com/github/diowa/mongoid-likeable)
6
- [![Coverage Status](https://coveralls.io/repos/diowa/mongoid-likeable/badge.png?branch=master)](https://coveralls.io/r/diowa/mongoid-likeable)
2
+ [![Build Status](https://secure.travis-ci.org/diowa/mongoid-likeable.svg?branch=master)](https://travis-ci.org/diowa/mongoid-likeable)
3
+ [![Gem Version](https://badge.fury.io/rb/mongoid-likeable.svg)](http://badge.fury.io/rb/mongoid-likeable)
4
+ [![Dependency Status](https://gemnasium.com/diowa/mongoid-likeable.svg)](https://gemnasium.com/diowa/mongoid-likeable)
5
+ [![Code Climate](https://codeclimate.com/github/diowa/mongoid-likeable/badges/gpa.svg)](https://codeclimate.com/github/diowa/mongoid-likeable)
6
+ [![Coverage Status](https://img.shields.io/coveralls/diowa/mongoid-likeable.svg?branch=master)](https://coveralls.io/r/diowa/mongoid-likeable)
7
7
 
8
8
  Add like to your Mongoid documents.
9
9
  This is a fork of `tombell/mongoid-voteable` for people who only need likes.
@@ -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.1'
6
+ s.version = '5.0.2'
7
7
  s.platform = Gem::Platform::RUBY
8
8
  s.authors = ['diowa']
9
9
  s.email = ['dev@diowa.com']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mongoid-likeable
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-24 00:00:00.000000000 Z
11
+ date: 2014-08-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid