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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 05175e41f1f1eaf98317d0dded994afbcf4cb27c
4
- data.tar.gz: 30b6af9286358f13f80ddc0a40251c744168d4a9
2
+ SHA256:
3
+ metadata.gz: 09e2766e604a8158352274254eb5eba7a1927776828534085f84e1926e725b4f
4
+ data.tar.gz: 4479de83b5b975bd55fd87891b999903deeabec9927a6e9f873c812e9237ca17
5
5
  SHA512:
6
- metadata.gz: 5ba8a4b3e79ff5f461efc1eb674f922c242f2c997584eb8c183ff77b06d31ac549eb187468ff98ae4f46ac90aab7e6d7e8e0840f8f303468b1ca7fc6f755e736
7
- data.tar.gz: 9b07741ebbf7372a77d36baed2ffa86680e70bfba7ad2f7755294313769e6cc6574eede267b3c2064a3fe5fdf4b8920634cb74fda8622ccfac2417af2afd5181
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::FullPerson
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::PartialPerson
171
+ class PartialOrganization < SBF::Client::PartialOrganization
172
172
  attr_reader :type
173
173
  private :type
174
174
  end
@@ -1,5 +1,5 @@
1
1
  module SBF
2
2
  module Client
3
- VERSION = '4.3.2'
3
+ VERSION = '4.3.3.alpha.1'
4
4
  end
5
5
  end
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.2
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-21 00:00:00.000000000 Z
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: '0'
216
+ version: 1.3.1
217
217
  requirements: []
218
218
  rubyforge_project:
219
- rubygems_version: 2.6.12
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