paid_up 0.6.1 → 0.6.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.
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.6.1 ruby lib
5
+ # stub: paid_up 0.6.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.6.1"
9
+ s.version = "0.6.2"
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"]
@@ -2,9 +2,8 @@ require 'rails_helper'
2
2
 
3
3
  describe PaidUp::Plan do
4
4
  it { should have_many(:plan_feature_settings).class_name('PaidUp::PlanFeatureSetting') }
5
- it { should have_many(:features).class_name('PaidUp::Feature').through(:plan_feature_settings) }
6
5
 
7
- it { should validate_presence_of(:name) }
6
+ it { should validate_presence_of(:title) }
8
7
  it { should validate_presence_of(:stripe_id) }
9
8
 
10
9
  include_context 'plans and features'
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.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren