paid_up 0.7.8 → 0.7.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/lib/paid_up/mixins/paid_for.rb +1 -1
- data/paid_up.gemspec +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4105e0667c1e0c7771a4b549ff9f47cce9f5f7cb
|
4
|
+
data.tar.gz: aa7b8ef85f059fdfb855c9dcfb21ce1dca8f294b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd9b339000ed5b51b2139d15eb5858b29f4210b5f6f9af9a71d1427c9e24b6840b24ae234d4bf2eefeeaf2c7ad367f36f0862fc98bef3414153705f31fe0eb64
|
7
|
+
data.tar.gz: 221565871168d752390de50676d61a8151bf2b5981ab6ee50517a28f297434aea2616480f8d8642b12175543e77cb1f81cfe1e121f23c4d270e7c985052180bc
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.7.
|
1
|
+
0.7.9
|
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.7.
|
5
|
+
# stub: paid_up 0.7.9 ruby lib
|
6
6
|
|
7
7
|
Gem::Specification.new do |s|
|
8
8
|
s.name = "paid_up"
|
9
|
-
s.version = "0.7.
|
9
|
+
s.version = "0.7.9"
|
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 = "
|
14
|
+
s.date = "2016-01-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 = [
|
@@ -178,7 +178,7 @@ Gem::Specification.new do |s|
|
|
178
178
|
]
|
179
179
|
s.homepage = "http://www.gemvein.com/museum/cases/paid_up"
|
180
180
|
s.licenses = ["MIT"]
|
181
|
-
s.rubygems_version = "2.4.5"
|
181
|
+
s.rubygems_version = "2.4.5.1"
|
182
182
|
s.summary = "Allows a model of your choosing to subscribe to a plan, which enables features."
|
183
183
|
|
184
184
|
if s.respond_to? :specification_version then
|
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.7.
|
4
|
+
version: 0.7.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Karen Lundgren
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2016-01-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -475,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
475
475
|
version: '0'
|
476
476
|
requirements: []
|
477
477
|
rubyforge_project:
|
478
|
-
rubygems_version: 2.4.5
|
478
|
+
rubygems_version: 2.4.5.1
|
479
479
|
signing_key:
|
480
480
|
specification_version: 4
|
481
481
|
summary: Allows a model of your choosing to subscribe to a plan, which enables features.
|