File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44before_install :
55 - rvm install 2.3.0
66 - gem update bundler
7- - pip install --user codecov
7+ # HACK: Workaround for bundler/bundler#4494
8+ - gem install bundler -v 1.11.2
89after_success :
9- - codecov
1010 - ./gradlew coveralls
1111before_deploy :
1212 - " shasum -a 256 build/distributions/*"
Original file line number Diff line number Diff line change @@ -430,7 +430,6 @@ Tool | License
430430[Checkstyle](http://checkstyle.sourceforge.net) | [GNU Lesser General Public License](http://checkstyle.sourceforge.net/license.html)
431431[PMD](http://pmd.sourceforge.net) | [BSD-style](http://pmd.sourceforge.net/pmd-5.3.2/license.html)
432432[JaCoCo](http://eclemma.org/jacoco/) | [Eclipse Public License v1.0](http://eclemma.org/license.html)
433- [Codecov](https://codecov.io) | [Free for Open Source](https://codecov.io/#pricing)
434433[Coveralls](https://coveralls.io) | [Free for Open Source](https://coveralls.io/pricing)
435434[Bundler](http://bundler.io) | [MIT](https://github.com/bundler/bundler/blob/master/LICENSE.md)
436435[Codacy](https://www.codacy.com) | [Free for Open Source](https://www.codacy.com/pricing)
Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ task gems(type: Exec) {
174174 outputs. dir file(' src/dist/gems/vendor/' )
175175 workingDir ' src/dist/gems'
176176 executable ' sh'
177- args ' -c' , ' bundle package --no-install'
177+ // HACK: Workaround for bundler/bundler#4494
178+ args ' -c' , ' bundle _1.11.2_ package --no-install'
178179}
179180// Ensure gems are packaged into distribution
180181distZip. dependsOn ' gems'
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $erroractionpreference = 'stop' # Quit if anything goes wrong
44
55# ## Variables
66$appdatadir = $env: localappdata.tolower ()
7- $tailorversion = ' 0.9.0 '
7+ $tailorversion = ' 0.9.1 '
88$tailor = ' tailor'
99$tailorzip = " $tailor -$tailorversion .zip"
1010$tailorinstalldir = " $appdatadir \$tailor "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ PREFIX="/usr/local"
1212TAILOR_DIR=" $PREFIX /tailor"
1313BIN_DIR=" $PREFIX /bin"
1414MAN_DIR=" $PREFIX /share/man/man1"
15- TAILOR_VERSION=" 0.9.0 "
15+ TAILOR_VERSION=" 0.9.1 "
1616TAILOR_ZIP=" tailor-$TAILOR_VERSION .zip"
1717START_SCRIPT=" $TAILOR_DIR /tailor-$TAILOR_VERSION /bin/tailor"
1818MAN_PAGE=" $TAILOR_DIR /tailor-$TAILOR_VERSION /tailor.1"
Original file line number Diff line number Diff line change 33$erroractionpreference = ' stop' # Quit if anything goes wrong
44
55# ## Variables
6- $tailorversion = ' 0.9.0 '
6+ $tailorversion = ' 0.9.1 '
77$tailor = ' tailor'
88$appdatadir = $env: localappdata.tolower ()
99$tailordir = " $appdatadir \$tailor "
Original file line number Diff line number Diff line change 1- # Sat Apr 23 15:38:07 EDT 2016
2- version =0.9.0
1+ # Sat Apr 30 15:51:13 EDT 2016
2+ version =0.9.1
You can’t perform that action at this time.
0 commit comments