paid_up 0.9.9 → 0.9.10

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: a630b41525dce39c0d57f97f4bb064bea1db4ba0
4
- data.tar.gz: bd19f10cce9299dd228871eb4464a73236916c9c
3
+ metadata.gz: 46f0a7a50d5ca0880175509a42aaafbda10a906f
4
+ data.tar.gz: 7602ed6f1a8fc44170330517bff73006ca05a1fa
5
5
  SHA512:
6
- metadata.gz: 9a555fe4aae0d96d4e8f03bdb1a8df3fa0f58b0e04202cb1e40e8964002f626238b6108fe96f9476e2270e534051b901569a7e9a80c4703f80dd007922be98cf
7
- data.tar.gz: 9c62d4da91bcb4537fb1265f9f5b9d52f40f33c049b271b12f780e4fef6c52b94d4b1ce44b18b6d5c87ec249f9f1ae6d4509b9d09b0c093a3babe95835d5f51e
6
+ metadata.gz: 01dfa241041865367106bdae3e6825b1daff19019df7de8f8ecf90e32162689f20afa2d8ef563103af85a0bed05130349bb1ccd2cdc5df0a7b0bcdd747a237f9
7
+ data.tar.gz: 543579c7bd035fa9b7d3784a085b8ac5fbf5fef48e4bf86af4c89f62c64682812c77ef88ebd02614cc3ecdd1eee24154246139c2f278da8c7815eb4eb9771a7f
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.9.9
1
+ 0.9.10
@@ -26,8 +26,6 @@
26
26
  = :x_used_y_allowed.l x: used, y: allowed
27
27
  - elsif allowed == 0
28
28
  = :not_allowed.l
29
- - elsif remaining == 0
30
- = :y_remaining.l y: remaining
31
29
  - else
32
30
  = :x_of_y_remaining.l x: remaining, y: allowed
33
31
  - when 'rolify_rows'
@@ -45,8 +43,6 @@
45
43
  = :x_used_y_allowed.l x: used, y: allowed
46
44
  - elsif allowed == 0
47
45
  = :not_allowed.l
48
- - elsif remaining == 0
49
- = :y_remaining.l y: remaining
50
46
  - else
51
47
  = :x_of_y_remaining.l x: remaining, y: allowed
52
48
  - else
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.9.9 ruby lib
5
+ # stub: paid_up 0.9.10 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.9.9"
9
+ s.version = "0.9.10"
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 = "2016-02-16"
14
+ s.date = "2016-02-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 = [
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.9.9
4
+ version: 0.9.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-16 00:00:00.000000000 Z
11
+ date: 2016-02-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails