Skip to content

Commit

Permalink
feat(gems): update to pact-message 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 25, 2018
1 parent e878882 commit f3db394
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ GEM
term-ansicolor (~> 1.0)
thor
webrick
pact-message (0.1.4)
pact-message (0.2.1)
pact-mock_service (~> 2.6)
pact-support (~> 1.5)
thor (~> 0.20)
Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-broker.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-broker.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-broker.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-broker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-broker.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-broker.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact-message.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-message.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-message.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-message.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-message.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-message.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact-mock-service.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-mock-service.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-mock-service.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-mock-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-mock-service.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-mock-service.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact-provider-verifier.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-provider-verifier.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-provider-verifier.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-provider-verifier.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-provider-verifier.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-provider-verifier.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact-publish.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-publish.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-publish.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rbundler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-publish.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rbundoler/setup -rreadline -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-publish.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact-stub-service.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-stub-service.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact-stub-service.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact-stub-service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-stub-service.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact-stub-service.rb" "$@"
2 changes: 1 addition & 1 deletion packaging/pact.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set RUBYGEMS_GEMDEPS=
set BUNDLE_FROZEN=1

:: Run the actual app using the bundled Ruby interpreter, with Bundler activated.
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact.rb" %*
@"%ROOT_PATH%\lib\ruby\bin\ruby.bat" -E UTF-8 -rbundler/setup -I%ROOT_PATH%\lib\app\lib "%ROOT_PATH%\lib\app\pact.rb" %*

GOTO :EOF

Expand Down
2 changes: 1 addition & 1 deletion packaging/pact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ unset RUBYGEMS_GEMDEPS
export BUNDLE_FROZEN=1

# Run the actual app using the bundled Ruby interpreter, with Bundler activated.
exec "$LIBDIR/ruby/bin/ruby" -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact.rb" "$@"
exec "$LIBDIR/ruby/bin/ruby" -E UTF-8 -rreadline -rbundler/setup -I "$LIBDIR/app/lib" "$LIBDIR/app/pact.rb" "$@"

0 comments on commit f3db394

Please sign in to comment.