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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/paid_up.gemspec +2 -2
  5. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 36282360d8e3e99d5ef19ebb2a4730fa22ee7a02
4
- data.tar.gz: 3185756e7cb69385bdb91f1a2d0ec41fd4faddfc
3
+ metadata.gz: 15d045e897fa830551be519557e9ea72bc586d86
4
+ data.tar.gz: 2fc056d3ef1cf75b97759506b30359dc58236768
5
5
  SHA512:
6
- metadata.gz: 5bc062b7821e6efe80e35e9b3f35416e9d9cdb2a589ea77cdbbc01ae4c5bedfdaddc181996d4634a0185c6ca4c51e6cb8ff8809f63b13a4d20b23709f4483d91
7
- data.tar.gz: 611c508fe04ef1349dff887eb7de80c7df260102bb6fe9be40d8e5d52423a9c67a0f66375df647b386938a54e58ac23fb919cfd21868d69e87e4dc470007ac70
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
- ## Contributers
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.6
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.6 ruby lib
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.6"
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"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paid_up
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.6
4
+ version: 0.11.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren