paid_up 0.11.6 → 0.11.7
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 +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/paid_up.gemspec +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 15d045e897fa830551be519557e9ea72bc586d86
|
|
4
|
+
data.tar.gz: 2fc056d3ef1cf75b97759506b30359dc58236768
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a4380cb08afb3191361ae4c6eb69361f26a6886858b50b0f55194933ddf5637f0c79281093f37660e21776ce7477cf13f6e4d81771b89f33d631a5bef4c6fff6
|
|
7
|
+
data.tar.gz: 9e054bbb52211b2f8a3409304c97798fd7f48f09c0d3b38eb553696fdcf69750ef1f5a2fad690abbd4b19a81ae4ec187882b3f68e9d6d7e991953eb7b801809f
|
data/README.md
CHANGED
|
@@ -148,7 +148,7 @@ Version 0.8.0 introduced database changes to the foreign key columns to work wit
|
|
|
148
148
|
* Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
|
|
149
149
|
* Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
|
|
150
150
|
|
|
151
|
-
##
|
|
151
|
+
## Contributors
|
|
152
152
|
* [Karen Lundgren](https://github.com/nerakdon)
|
|
153
153
|
* [Chad Lundgren](https://github.com/chadlundgren)
|
|
154
154
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.11.
|
|
1
|
+
0.11.7
|
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.11.
|
|
5
|
+
# stub: paid_up 0.11.7 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "paid_up"
|
|
9
|
-
s.version = "0.11.
|
|
9
|
+
s.version = "0.11.7"
|
|
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"]
|