mongoid-likeable 5.0.0.alpha2 → 5.0.0.alpha3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f3d564f6be01fdc907d37a66da4e7f2ed654103
4
- data.tar.gz: 6abe40b359b5b364ba0c6aa3027a9b6740064814
3
+ metadata.gz: a5a28be72101dc91b9cc8535e32f83ada772d5cf
4
+ data.tar.gz: 871f82a97771897e107ba8afc7e1f242b7361bf1
5
5
  SHA512:
6
- metadata.gz: e8f6a0b8da266f699375319746b306b50764d15404d78db73fe86118405614f193bbfe0ec9a3e73040bea0171104101f4b5bfd9bf0c72893d897de311d95dcb3
7
- data.tar.gz: 833e444b0d3937fce684d9da5b92ca9ae27909456f978638ce35e8285c2102973d74eb921fcd4f3673f5819d421a2fe7c3500ac8c97c5d0b8d1f65ff240c7da0
6
+ metadata.gz: a4aeab15a13d8619e387d3714e22536154e9416c1fea52ca676d7695e0ccbbd7b1053c54ad2584ae10f844968f3d61227b42dd3854c8f89865da94c40a5cceb0
7
+ data.tar.gz: 6c8b141681b05c7625210ba12c0462bd660e25a87024f02db5ffb1178873cc4bdedc0bbf06d6ac0a463f015be677388f33587cd3a0c321c1dc1f9fdd0dbcaee4
data/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ Changelog
2
+ =========
3
+
4
+ 5.0.0.alpha3
5
+ ------------
6
+ * Fixed license SPDX ID in gemspec
7
+
1
8
  5.0.0.alpha2
2
9
  ------------
3
10
  * Ruby 2.1 support
@@ -3,13 +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 = '5.0.0.alpha2'
6
+ s.version = '5.0.0.alpha3'
7
7
  s.platform = Gem::Platform::RUBY
8
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
+ s.license = 'BSD-2-Clause'
13
13
  s.description = s.summary
14
14
 
15
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: 5.0.0.alpha2
4
+ version: 5.0.0.alpha3
5
5
  platform: ruby
6
6
  authors:
7
7
  - diowa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-12-31 00:00:00.000000000 Z
11
+ date: 2014-01-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mongoid
@@ -120,7 +120,7 @@ files:
120
120
  - test/test_helper.rb
121
121
  homepage: https://github.com/diowa/mongoid-likeable
122
122
  licenses:
123
- - BSD 2-Clause
123
+ - BSD-2-Clause
124
124
  metadata: {}
125
125
  post_install_message:
126
126
  rdoc_options: []