paid_up 0.5.3 → 0.6.0

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.
@@ -25,7 +25,7 @@ shared_context "plans and features" do
25
25
  )
26
26
  FactoryGirl.create(
27
27
  :plan,
28
- name: 'Anonymous',
28
+ title: 'Anonymous',
29
29
  stripe_id: 'anonymous-plan',
30
30
  sort_order: -1
31
31
  ).reload
@@ -43,7 +43,7 @@ shared_context "plans and features" do
43
43
  )
44
44
  FactoryGirl.create(
45
45
  :plan,
46
- name: 'Free',
46
+ title: 'Free',
47
47
  stripe_id: 'free-plan',
48
48
  sort_order: 0
49
49
  ).reload
@@ -61,7 +61,7 @@ shared_context "plans and features" do
61
61
  )
62
62
  FactoryGirl.create(
63
63
  :plan,
64
- name: 'No Ads',
64
+ title: 'No Ads',
65
65
  stripe_id: 'no-ads-plan',
66
66
  sort_order: 1
67
67
  ).reload
@@ -87,7 +87,7 @@ shared_context "plans and features" do
87
87
  )
88
88
  FactoryGirl.create(
89
89
  :plan,
90
- name: 'Group Leader',
90
+ title: 'Group Leader',
91
91
  stripe_id: 'group-leader-plan',
92
92
  sort_order: 2
93
93
  ).reload
@@ -129,7 +129,7 @@ shared_context "plans and features" do
129
129
  )
130
130
  FactoryGirl.create(
131
131
  :plan,
132
- name: 'Professional',
132
+ title: 'Professional',
133
133
  description: 'This is the description of the Professional plan.',
134
134
  stripe_id: 'professional-plan',
135
135
  sort_order: 3
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.5.3
4
+ version: 0.6.0
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-05-26 00:00:00.000000000 Z
11
+ date: 2015-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -359,6 +359,10 @@ files:
359
359
  - spec/dummy/app/models/user.rb
360
360
  - spec/dummy/app/views/layouts/application.html.haml
361
361
  - spec/dummy/app/views/pages/index.html.haml
362
+ - spec/dummy/bin/bundle
363
+ - spec/dummy/bin/rails
364
+ - spec/dummy/bin/rake
365
+ - spec/dummy/bin/setup
362
366
  - spec/dummy/config.ru
363
367
  - spec/dummy/config/application.rb
364
368
  - spec/dummy/config/boot.rb