mini_portile2 2.4.0 → 2.8.5

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.
@@ -1,11 +0,0 @@
1
- . "c:\var\vcap\packages\windows-ruby-dev-tools\prelude.ps1"
2
-
3
- $env:RUBYOPT = "-rdevkit"
4
-
5
- push-location mini_portile
6
-
7
- system-cmd "gem install bundler"
8
- system-cmd "bundle install"
9
- system-cmd "bundle exec rake test"
10
-
11
- pop-location
@@ -1,13 +0,0 @@
1
- #! /usr/bin/env bash
2
-
3
- set -e -x -u
4
-
5
- apt-get update
6
- apt-get install -y cmake
7
-
8
- pushd mini_portile
9
-
10
- bundle install
11
- bundle exec rake test
12
-
13
- popd