shipit.rubygems.yml in active_utils-2.2.1 vs shipit.rubygems.yml in active_utils-2.2.2

- old
+ new

@@ -1,15 +2 @@ -dependencies: - override: - - bundle install --path=./data/bundler - -deploy: - override: - - | - BUILD=`bundle exec rake build` - if [ $? != 0 ]; then - echo $BUILD; - exit 1; - fi - PKG=`echo $BUILD | cut -d" " -f5 | sed -e s/\.$//`; - VERSION=`echo $BUILD | cut -d" " -f2`; - gem push $PKG +# using the default shipit config