stbaldricks 5.0.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 912cd969648d34970d7a1b10ff707448d6384e2a8d881576a4a91ccbf52984b2
4
- data.tar.gz: 8eb4ea76f8e28c2ed53601e8ccf73e7939fe879c9feb646d2c1c42524cc3bd5c
3
+ metadata.gz: 49de2b49893cc3a6dc8d610280f6938b8863dc8b83ed0e818c0dee427cac774b
4
+ data.tar.gz: b8eb049a52e4b6996b237459f4402b426b16f18fec38d96b3d6a3fe5737bcf7f
5
5
  SHA512:
6
- metadata.gz: c79e4482568ebca1aec187e649e2924e20bd2b77cd2aa3b9189bb7aabc2b14048fa3c1f4900e1f88a556127e54182eddde01d6cdc1e92109cbddcc2e687c3049
7
- data.tar.gz: 4b1b2e58ff897f63eba4c37b1cd5d99a042f205667598e3cf1881789ff886f32efa56f6b12d180d092c0640f50e537267105da99dabf9962567202d32e70dfdf
6
+ metadata.gz: 8b1c9989279123dcd117906052726c4b12c35e6d8183331afbcc06916e1c979f2eb0578fce902a0aec22de0e0ce3a17cc421bbadb8df42a14f169290616cf801
7
+ data.tar.gz: 28e5f1a803f5b621492e10fcc43c8dab5c091d9f1580e16a72ef2296b422efe5f0ca41f87e2c2e2ec75159176e244382b02c66d47c1e0fd3b580bc2a9bc6ca48
@@ -1,3 +1,4 @@
1
+ require 'active_support/concern'
1
2
  require 'stbaldricks/entities/lib/error'
2
3
 
3
4
  module EntityResponseConcern
@@ -1,3 +1,5 @@
1
+ require 'active_support/concern'
2
+
1
3
  module EventYearConcern
2
4
  extend ActiveSupport::Concern
3
5
 
@@ -1,3 +1,5 @@
1
+ require 'active_support/concern'
2
+
1
3
  module FundraisingPageConcern
2
4
  extend ActiveSupport::Concern
3
5
 
@@ -1,3 +1,5 @@
1
+ require 'active_support/concern'
2
+
1
3
  module ModelTypeConcern
2
4
  extend ActiveSupport::Concern
3
5
 
@@ -1,3 +1,5 @@
1
+ require 'active_support/concern'
2
+
1
3
  module TypeConcern
2
4
  extend ActiveSupport::Concern
3
5
 
@@ -1,3 +1,5 @@
1
+ require 'active_support/concern'
2
+
1
3
  module VenueConcern
2
4
  extend ActiveSupport::Concern
3
5
 
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '5.0.0'
3
+ VERSION = '5.0.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stbaldricks
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.0
4
+ version: 5.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Firespring
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-04 00:00:00.000000000 Z
11
+ date: 2018-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel