washout_builder 0.7.1 → 0.7.2
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 +8 -8
- data/lib/washout_builder.rb +0 -7
- data/lib/washout_builder/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjI1ZTU3Y2U2MGVhMDUyMzg1Mjc4ZGQ3MmQyN2UxOGUxOWY5NmVjOA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjliMmQ5NDA2OGQyNWFkM2VkNWNjMDYwNmI5NzA2YmNkYjNhNmM1Mw==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Zjk2YWEwOWY0MmVjOGFlODVjODY5NTkxOTAxYzQ0MGU4MjlkMzZmYzU5ODUw
|
|
10
|
+
YWFmMWEzZThmZGEyZjZhOGJlOTA3MDhlMjY1MDJmMjdjMjI2NGQ4YjZmNWQ5
|
|
11
|
+
ZDZiNjZjZGVlOTc5NTI1OGE2OWRjNTM4MDFkY2IzZTYxNzViMjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
Y2NkZGFmYTYyYWM0MGI1OGI0NjNlODA0N2Y0Yjk3NmE4YjQzMGZiNDE0MjMw
|
|
14
|
+
ZjY4NTc3MTFiMTQ3NDQ0NDk5NjU5YzU3NDY3ZTFlY2NjYmFhMjllOTgwN2Jj
|
|
15
|
+
MjI4ODQ3MWI1NzhiMDY5ZTY5NTljODFmYzhkNDVmZDBmOGZmYjI=
|
data/lib/washout_builder.rb
CHANGED
|
@@ -25,10 +25,6 @@ end
|
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
|
-
Mime::Type.register "application/soap+xml", :soap
|
|
30
|
-
ActiveRecord::Base.send :extend, WashOut::Model if defined?(ActiveRecord) && defined?(WashOut::Model)
|
|
31
|
-
ActiveRecord::Base.send :extend, WashOut::Rails::ActiveRecord if defined?(ActiveRecord) && defined?(WashOut::Rails::ActiveRecord)
|
|
32
28
|
WashOut::Dispatcher::SOAPError.send :include, ActiveModel::MassAssignmentSecurity if defined?(WashOut::Dispatcher)
|
|
33
29
|
WashOut::SOAPError.send :include, ActiveModel::MassAssignmentSecurity if defined?(WashOut::SOAPError)
|
|
34
30
|
|
|
@@ -45,9 +41,6 @@ if defined?(WashOut::Rails::Controller)
|
|
|
45
41
|
end
|
|
46
42
|
end
|
|
47
43
|
|
|
48
|
-
ActionController::Renderers.add :soap do |what, options|
|
|
49
|
-
_render_soap(what, options)
|
|
50
|
-
end
|
|
51
44
|
|
|
52
45
|
WashOut::Param.class_eval do
|
|
53
46
|
|