perpetuity 0.7.1 → 0.7.2

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: 99bbdaa723ccda7b072e0b224d45508ee85173f2
4
- data.tar.gz: 1b1fef3e2811ee1516d36c97b82de71d524279dc
3
+ metadata.gz: 9580976e3da148321a6f89b5c8aef63f43d4eba2
4
+ data.tar.gz: 92849267be3d5db48a02ceaa6018dfbba882d79b
5
5
  SHA512:
6
- metadata.gz: 3768caff24b90ecf53787b530ac59f95fa920275a43a15fc906c2770e3d78e3a3ad07360b4ae4fb55b6976060ad5a8e8ad1f4d35bf842447bfff4c114f6e7cf8
7
- data.tar.gz: 441477056696558e7be0fc26e789f0f0d996e48b5df471529a315d610b1891ab0cf61ef174f9c60ad5e7bac86d5664da5871fa849b7b610d23a9895b1143fd7e
6
+ metadata.gz: 83e137d58c0e537264726628f761d5819c503a801de7e803602121fa3448ee1cba2cc1db1c5fbd20534e4133fb64ca62250818cbd0ea048cc8d2797dfd43d18c
7
+ data.tar.gz: a3f48dcfe2e00f862e4d2ef978c2cc11c5ded5e3b9bd955f623abe18f0b0b9ede6733794c05b6c9e40f121bb727e92cfe67f57eb5fb3f34b7cf8ea584950c0ae
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## Version 0.7.2
2
+
3
+ - Add license to gemspec for the benefit of [Rubygems.org](http://rubygems.org/gems/perpetuity)
4
+
1
5
  ## Version 0.7.1
2
6
 
3
7
  - Only unmarshal attributes that we marshaled to begin with. This disallows the use of false marshaled objects. — with [Kevin Sjöberg](https://github.com/KevinSjoberg)
@@ -1,3 +1,3 @@
1
1
  module Perpetuity
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  end
data/perpetuity.gemspec CHANGED
@@ -7,9 +7,10 @@ Gem::Specification.new do |s|
7
7
  s.version = Perpetuity::VERSION
8
8
  s.authors = ["Jamie Gaskins"]
9
9
  s.email = ["jgaskins@gmail.com"]
10
- s.homepage = "https://github.com/jgaskins/perpetuity.git"
10
+ s.homepage = "https://github.com/jgaskins/perpetuity"
11
11
  s.summary = %q{Persistence library allowing serialization of Ruby objects}
12
12
  s.description = %q{Persistence layer for Ruby objects}
13
+ s.license = 'MIT'
13
14
 
14
15
  s.files = `git ls-files`.split("\n")
15
16
  s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perpetuity
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamie Gaskins
@@ -141,8 +141,9 @@ files:
141
141
  - spec/support/test_classes/message.rb
142
142
  - spec/support/test_classes/topic.rb
143
143
  - spec/support/test_classes/user.rb
144
- homepage: https://github.com/jgaskins/perpetuity.git
145
- licenses: []
144
+ homepage: https://github.com/jgaskins/perpetuity
145
+ licenses:
146
+ - MIT
146
147
  metadata: {}
147
148
  post_install_message:
148
149
  rdoc_options: []