stbaldricks 6.10.0.alpha.2 → 6.10.0.alpha.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d2c95822ef58ba63f3c3adcbe5cad0abd46d011cdf8575408561d1424d1248c
|
4
|
+
data.tar.gz: 978126f5013285afd5396faca112357ec9cc806d6c9955a7a46d3bcdbb857a42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f41a1feb7106d66ac5aa23aefdaaa1ab0e1713e1f1140950a0cb64fbb94f206353fad36607573352719c356c7f216cacb6439e722150da3c0b6ee2ffab0b4ddf
|
7
|
+
data.tar.gz: b22015c01e0e9f73ed807639ae8457ebf3eca17c87e6988d6cc07ec21f8ebdf8d854c95293d3d2036a169ad29cdd0d9faafafbd4943289b383a9501b45f0c20d
|
@@ -146,10 +146,7 @@ module SBF
|
|
146
146
|
entity_attr_accessor :salon, 'SBF::Client::Participant::Roles::Barber::Salon'
|
147
147
|
end
|
148
148
|
|
149
|
-
class Shavee < SBF::Client::Participant::Roles::Role
|
150
|
-
attr_accessor :requested_shavee_packet
|
151
|
-
end
|
152
|
-
|
149
|
+
class Shavee < SBF::Client::Participant::Roles::Role; end
|
153
150
|
class Volunteer < SBF::Client::Participant::Roles::Role; end
|
154
151
|
class ShaveeRecruiter < SBF::Client::Participant::Roles::Role; end
|
155
152
|
class TeamCaptain < SBF::Client::Participant::Roles::Role; end
|
@@ -152,7 +152,6 @@ module SBF
|
|
152
152
|
class FullRecurringGift < SBF::Client::RecurringGift
|
153
153
|
attr_accessor :status
|
154
154
|
attr_accessor :amount
|
155
|
-
attr_accessor :fee_amount
|
156
155
|
attr_accessor :billing_day_of_month
|
157
156
|
attr_accessor :last_collected_at
|
158
157
|
attr_accessor :last_failed_at
|
@@ -237,16 +236,6 @@ module SBF
|
|
237
236
|
],
|
238
237
|
optional: true
|
239
238
|
)
|
240
|
-
|
241
|
-
def amount=(value)
|
242
|
-
amount_will_change!
|
243
|
-
@amount = value.to_s.gsub(/[^0-9\.]/, '').to_f
|
244
|
-
end
|
245
|
-
|
246
|
-
def fee_amount=(value)
|
247
|
-
fee_amount_will_change!
|
248
|
-
@fee_amount = value.to_s.gsub(/[^0-9\.]/, '').to_f
|
249
|
-
end
|
250
239
|
end
|
251
240
|
end
|
252
241
|
end
|
data/lib/stbaldricks/version.rb
CHANGED
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: 6.10.0.alpha.
|
4
|
+
version: 6.10.0.alpha.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Firespring
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activemodel
|