paid_up 0.11.5 → 0.11.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -2
  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: 5d3b6766b534600023dd6ca246f15831806ecd9f
4
- data.tar.gz: b3f579ab8dfd4041808a5878492ed1098b1c7898
3
+ metadata.gz: 36282360d8e3e99d5ef19ebb2a4730fa22ee7a02
4
+ data.tar.gz: 3185756e7cb69385bdb91f1a2d0ec41fd4faddfc
5
5
  SHA512:
6
- metadata.gz: 3670c879dac94ea3b75bd3272ee8f5999ff5a5b10ecf66b82bebf6ad0963b21e8f9701e686f7bd47a501d821474639354f35efaa9ec980a021d8c5c96f208949
7
- data.tar.gz: 2dd17be69cb0f0a5b8a72855f675382d7bd688900a0f67855a078594c182e33392df6f2723237d1f4aaf9a9f271712d728ae6b7984a0f6e6131248955be73a3a
6
+ metadata.gz: 5bc062b7821e6efe80e35e9b3f35416e9d9cdb2a589ea77cdbbc01ae4c5bedfdaddc181996d4634a0185c6ca4c51e6cb8ff8809f63b13a4d20b23709f4483d91
7
+ data.tar.gz: 611c508fe04ef1349dff887eb7de80c7df260102bb6fe9be40d8e5d52423a9c67a0f66375df647b386938a54e58ac23fb919cfd21868d69e87e4dc470007ac70
data/README.md CHANGED
@@ -148,8 +148,12 @@ 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
152
+ * [Karen Lundgren](https://github.com/nerakdon)
153
+ * [Chad Lundgren](https://github.com/chadlundgren)
154
+
151
155
  ## Copyright
152
- ---------
153
156
 
154
- Copyright (c) 2015 Gem Vein. See LICENSE.txt for further details.
157
+ Copyright (c) 2015-2017 Gem Vein. See LICENSE.txt for
158
+ further details.
155
159
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.11.5
1
+ 0.11.6
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 ruby lib
5
+ # stub: paid_up 0.11.6 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "paid_up"
9
- s.version = "0.11.5"
9
+ s.version = "0.11.6"
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.5
4
+ version: 0.11.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Karen Lundgren