stbaldricks 4.3.2 → 4.3.3.alpha.1
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 +5 -5
- data/lib/stbaldricks/entities/donation.rb +2 -2
- data/lib/stbaldricks/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 09e2766e604a8158352274254eb5eba7a1927776828534085f84e1926e725b4f
|
|
4
|
+
data.tar.gz: 4479de83b5b975bd55fd87891b999903deeabec9927a6e9f873c812e9237ca17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c97166811a1362b9d3e2e9f08775060a30229ae907bd4cb04f9849e0cdb122e5f00bc209e3afe1bfc79b670077afa1381886e412163a2d5e66e978104983bbf1
|
|
7
|
+
data.tar.gz: 970824b789d6904b7363ec3b17ed93d02c248cfcd69a3af8c81ef204a1d5b04797d8a4636a5daa2a83ce757cf874279eefd689aab310a93110f036b1bd05a325
|
|
@@ -163,12 +163,12 @@ module SBF
|
|
|
163
163
|
end
|
|
164
164
|
end
|
|
165
165
|
|
|
166
|
-
class FullOrganization < SBF::Client::
|
|
166
|
+
class FullOrganization < SBF::Client::FullOrganization
|
|
167
167
|
attr_reader :type
|
|
168
168
|
private :type
|
|
169
169
|
end
|
|
170
170
|
|
|
171
|
-
class PartialOrganization < SBF::Client::
|
|
171
|
+
class PartialOrganization < SBF::Client::PartialOrganization
|
|
172
172
|
attr_reader :type
|
|
173
173
|
private :type
|
|
174
174
|
end
|
data/lib/stbaldricks/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: stbaldricks
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.3.
|
|
4
|
+
version: 4.3.3.alpha.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Firespring
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
19
|
version: 5.0.0
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - ">="
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: 5.0.0
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
@@ -211,12 +211,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
211
211
|
version: '0'
|
|
212
212
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
213
213
|
requirements:
|
|
214
|
-
- - "
|
|
214
|
+
- - ">"
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
|
-
version:
|
|
216
|
+
version: 1.3.1
|
|
217
217
|
requirements: []
|
|
218
218
|
rubyforge_project:
|
|
219
|
-
rubygems_version: 2.
|
|
219
|
+
rubygems_version: 2.7.2
|
|
220
220
|
signing_key:
|
|
221
221
|
specification_version: 4
|
|
222
222
|
summary: St. Baldrick's Foundation Ruby Client Library
|