paid_up 0.7.8 → 0.7.9

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: 1531d663ff425da20b2a75f779d0a4eb02d20290
4
- data.tar.gz: 925588434de8098fdf8d7833cd85ca9f7ab3b512
3
+ metadata.gz: 4105e0667c1e0c7771a4b549ff9f47cce9f5f7cb
4
+ data.tar.gz: aa7b8ef85f059fdfb855c9dcfb21ce1dca8f294b
5
5
  SHA512:
6
- metadata.gz: 4a1701419c8270eab5d28d8f86aec274ba6324e7ec2ffd3dd143b4052b73ceed2f70afba32dc4b36c28899439bad853695161716022b36148b96c256ddd94455
7
- data.tar.gz: 6fc7bb53c8683fc60eb0e57723ad04bca235ff78dacc2bd89266793cb9750d39a42c0a3682bfad4a28e93c6a0f850727a6f3feaa72d12eef229e1977c70293a1
6
+ metadata.gz: fd9b339000ed5b51b2139d15eb5858b29f4210b5f6f9af9a71d1427c9e24b6840b24ae234d4bf2eefeeaf2c7ad367f36f0862fc98bef3414153705f31fe0eb64
7
+ data.tar.gz: 221565871168d752390de50676d61a8151bf2b5981ab6ee50517a28f297434aea2616480f8d8642b12175543e77cb1f81cfe1e121f23c4d270e7c985052180bc
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.7.8
1
+ 0.7.9
@@ -27,8 +27,8 @@ module PaidUp::Mixins
27
27
  end
28
28
 
29
29
  send(:define_method, :save_with_owner) do |owner|
30
- owner.add_role(:owner, self)
31
30
  save
31
+ owner.add_role(:owner, self)
32
32
  end
33
33
 
34
34
  send(:define_method, :owners_enabled_count) do
data/paid_up.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: paid_up 0.7.8 ruby lib
5
+ # stub: paid_up 0.7.9 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.7.8"
9
+ s.version = "0.7.9"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Karen Lundgren"]
14
- s.date = "2015-07-21"
14
+ s.date = "2016-01-17"
15
15
  s.description = "Allows a model of your choosing (such as users) to subscribe to a plan, which enables features."
16
16
  s.email = "karen.e.lundgren@gmail.com"
17
17
  s.extra_rdoc_files = [
@@ -178,7 +178,7 @@ Gem::Specification.new do |s|
178
178
  ]
179
179
  s.homepage = "http://www.gemvein.com/museum/cases/paid_up"
180
180
  s.licenses = ["MIT"]
181
- s.rubygems_version = "2.4.5"
181
+ s.rubygems_version = "2.4.5.1"
182
182
  s.summary = "Allows a model of your choosing to subscribe to a plan, which enables features."
183
183
 
184
184
  if s.respond_to? :specification_version then
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.8
4
+ version: 0.7.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-21 00:00:00.000000000 Z
11
+ date: 2016-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -475,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
475
475
  version: '0'
476
476
  requirements: []
477
477
  rubyforge_project:
478
- rubygems_version: 2.4.5
478
+ rubygems_version: 2.4.5.1
479
479
  signing_key:
480
480
  specification_version: 4
481
481
  summary: Allows a model of your choosing to subscribe to a plan, which enables features.