update to wasabi-3.5.0
This commit is contained in:
parent
ba8a5cf7a1
commit
3e4e60a0d1
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2014/01/18 09:23:24 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2016/01/10 20:40:09 jasper Exp $
|
||||
|
||||
COMMENT = simple WSDL parser
|
||||
|
||||
DISTNAME = wasabi-3.2.3
|
||||
DISTNAME = wasabi-3.5.0
|
||||
|
||||
HOMEPAGE = https://github.com/savonrb/wasabi
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (wasabi-3.2.3.gem) = vh0rS0f4mOL/rcLLcxZdG9xw450e0l4bWidNWb0fNpY=
|
||||
SIZE (wasabi-3.2.3.gem) = 163328
|
||||
SHA256 (wasabi-3.5.0.gem) = AQwlS7Diiv9FxZXqY888E5FzcrltQJNia429uouYRCc=
|
||||
SIZE (wasabi-3.5.0.gem) = 164864
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2014/01/18 09:23:24 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2016/01/10 20:40:09 jasper Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
@ -30,6 +30,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/juniper.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/lower_camel.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/marketo.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/multiple_namespaces.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/multiple_parts_in_message.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/multiple_types.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/namespaced_actions.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/no_message_parts.wsdl
|
||||
@ -41,6 +42,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/tradetracker.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/fixtures/two_bindings.wsdl
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/adapter.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/fixture.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/support/profiling.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/
|
||||
@ -65,6 +67,7 @@ ${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/import_port_types_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/juniper_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/marketo_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/multiple_namespaces_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/multiple_parts_in_message_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/no_message_parts_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/no_namespace_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/wasabi/parser/no_target_namespace_spec.rb
|
||||
|
Loading…
Reference in New Issue
Block a user