paid_up 0.6.4 → 0.6.5

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/VERSION +1 -1
  4. data/paid_up.gemspec +3 -3
  5. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3da440f110cb2c7900df15cd655e181faea974fc
4
- data.tar.gz: fbfd85d1d6d4dcb2367fb00d13060358bcbce8cf
3
+ metadata.gz: 1052e49f3dbc4c3610455e9ca70d8e95a135127f
4
+ data.tar.gz: ea8140ab388b3dbeff901f6bff42138f1d2b7c1c
5
5
  SHA512:
6
- metadata.gz: 85dcd359e26971af61032e4a8e750e65f9fce815351837d8d0912bc469594aa058e264762bf744ecafdb015de2069fe1da13c03180d7066240db30b5116b84c3
7
- data.tar.gz: 2f60836f4ae5772b94e2c5f359809613f4049ff047e823790045ff9236005650f76e58cc0e65d18f3e798f4fe93066bb367583bd6128be728aadaead62abc719
6
+ metadata.gz: c5c98c4bb074579736e4dd3fafe623d7d2572f011b945a103c9f05a2501c379bf845910aa1da9d31a3c12aee29026af4faa257a43928ab5ebad180cce428db00
7
+ data.tar.gz: 32df91b89d7052946a29be395ca38e414ac029a2a244b47f83cdf02cc79e272400eee30fe41a7655f8259fd0c28bf25c638995ccd70aa6f00300b3b936723bb9
data/README.md CHANGED
@@ -49,11 +49,11 @@ Possible `:setting_type` values are: `boolean`, `table_rows`, `rolify_rows`. The
49
49
 
50
50
  #### Setting Type: Table Rows
51
51
 
52
- In the `table_rows` case, the table and its model must exist. the table should have a `:user_id` column, and from there the appropriate `has_many` and `belongs_to` relationships will be created for you.
52
+ In the `table_rows` case, the table and its model must exist. the table should have a `:user_id` column, then you need to add `paid_for` to the model, and from there the appropriate `has_many` and `belongs_to` relationships will be created for you.
53
53
 
54
54
  #### Setting Type: Rolify Rows
55
55
 
56
- In the `rolify_rows` case, the table and its model must also exist. Once that is done and the corresponding `PaidUp::Feature` is created, the resource model will run the `resourcify` method, and the User method will have had the `rolify` method added to it during install, so no further setup is required.
56
+ In the `rolify_rows` case, the table and its model must also exist. Once that is done and the corresponding `PaidUp::Feature` is created, add `paid_for` to the model. This means the resource model will run the `resourcify` method, and the User method will have had the `rolify` method added to it during install, so no further setup is required.
57
57
 
58
58
  ## Enabling Javascript
59
59
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.6.4
1
+ 0.6.5
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.6.4 ruby lib
5
+ # stub: paid_up 0.6.5 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.6.4"
9
+ s.version = "0.6.5"
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-05-27"
14
+ s.date = "2015-05-28"
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 = [
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.6.4
4
+ version: 0.6.5
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-27 00:00:00.000000000 Z
11
+ date: 2015-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails