paid_up 0.5.2 → 0.5.3

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: 81e5f72c66ad036f7931d76d5fdf1337180865bd
4
- data.tar.gz: 72bcbb1e582fa12e6bdfab53a43e9f4ac4dd137b
3
+ metadata.gz: cc5d130a48c0b113e33404421ba00542550e229c
4
+ data.tar.gz: ec101d5ce97160d3ea070f4d3c10235709c5da06
5
5
  SHA512:
6
- metadata.gz: 4f714408b18f391098fc3a03c9e39b7b471987cba2744ab958c27e068953a613296287d8051bbfa4ca647ad44acbb8e881ec585530daf01281da6dc537dde3cf
7
- data.tar.gz: d136cadb0e7014cc44164f3a9d0c0473e9573ac735b528fced01b3a56195441381fac5eafe174c9e31f1cc6aec5c96f3b012cd8c57e3c9cb78ec1de9d7ebbac4
6
+ metadata.gz: b11cacc6c27e57e35eb2758a16f8219b32e0772a2cd48f6a184b659b4baab5c9a7499ba794d00fbdc69d491c08f98e3d1f31e100cc7e369b20431f1a805c9fde
7
+ data.tar.gz: d80227e7af8967037b02e31c7bd5e6083da8a5d81578807ac5d529ea306830f3336a85383497a3f84280d650134ed7a59f82d836382603349a839e23f86244a8
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.5.2
1
+ 0.5.3
@@ -1,6 +1,5 @@
1
1
  class PaidUp::Plan < ActiveRecord::Base
2
2
  has_many :plan_feature_settings, class_name: 'PaidUp::PlanFeatureSetting'
3
- has_many :features, :through => :plan_feature_settings, class_name: 'PaidUp::Feature'
4
3
  has_many :subscribers, :through => :subscriptions, :source => :subscriber, :source_type => 'User'
5
4
 
6
5
  after_initialize :load_stripe_data
data/paid_up.gemspec CHANGED
@@ -2,11 +2,11 @@
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.5.2 ruby lib
5
+ # stub: paid_up 0.5.3 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.5.2"
9
+ s.version = "0.5.3"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren