mongoid-likeable 4.2.0 → 4.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/mongoid-likeable.gemspec +3 -2
- metadata +5 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ba6cfd556026dddab0f24717d823109bd1489c0
|
4
|
+
data.tar.gz: 36d701c872abeaad262075c57af220c314637a28
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 34e2f8625e485107b6fa0261cb2a4d2f459f4415a5b657c19f6f17b88e863bf25fd4bef9681fe76d31211ec3de1ac455e5c92ca32744ed45ce779cf2aec222f1
|
7
|
+
data.tar.gz: 1c8ed3f06abd2bf3299db2b6b80e50f6d1cd726ef8f2dc450294963387366c16f22adc1f41a3fa862a298bcaf7dac27d68db60d896bd1da42402951870bfbe2f
|
data/CHANGELOG.md
CHANGED
data/mongoid-likeable.gemspec
CHANGED
@@ -3,12 +3,13 @@ $:.push File.expand_path('../lib', __FILE__)
|
|
3
3
|
|
4
4
|
Gem::Specification.new do |s|
|
5
5
|
s.name = 'mongoid-likeable'
|
6
|
-
s.version = '4.2.
|
6
|
+
s.version = '4.2.2'
|
7
7
|
s.platform = Gem::Platform::RUBY
|
8
|
-
s.authors = ['
|
8
|
+
s.authors = ['diowa']
|
9
9
|
s.email = ['dev@diowa.com']
|
10
10
|
s.homepage = 'https://github.com/diowa/mongoid-likeable'
|
11
11
|
s.summary = 'Add likes to your Mongoid documents'
|
12
|
+
s.license = 'BSD 2-Clause'
|
12
13
|
s.description = s.summary
|
13
14
|
|
14
15
|
s.rubyforge_project = 'mongoid-likeable'
|
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: 4.2.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- diowa
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-07-
|
11
|
+
date: 2013-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: mongoid
|
@@ -117,7 +117,8 @@ files:
|
|
117
117
|
- test/mongoid_likeable_test.rb
|
118
118
|
- test/test_helper.rb
|
119
119
|
homepage: https://github.com/diowa/mongoid-likeable
|
120
|
-
licenses:
|
120
|
+
licenses:
|
121
|
+
- BSD 2-Clause
|
121
122
|
metadata: {}
|
122
123
|
post_install_message:
|
123
124
|
rdoc_options: []
|