Sha256: c84e0b65286c7e4d407d2fb1a8db5a5205b26e7e618e0d1f2ba2d2159fdb9bf6

Contents?: true

Size: 385 Bytes

Versions: 16

Compression:

Stored size: 385 Bytes

Contents

#!/usr/bin/env bash
# builds the appoptics_apm gem for JRuby and MRI.

echo -e "\n=== building for MRI ===\n"
export RBENV_VERSION=2.3.1
rm -f Gemfile.lock
bundle install
bundle exec rake distclean
bundle exec rake fetch_ext_deps
gem build appoptics_apm.gemspec

echo -e "\n=== built gems ===\n"
ls -la appoptics_apm*.gem

echo -e "\n=== publish to rubygems via: gem push <gem> ===\n"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
appoptics_apm-4.2.3 build_gems.sh
appoptics_apm-4.2.2 build_gems.sh
appoptics_apm-4.2.1 build_gems.sh
appoptics_apm-4.2.0 build_gems.sh
appoptics_apm-4.1.2 build_gems.sh
appoptics_apm-4.0.9 build_gems.sh
appoptics_apm-4.1.1 build_gems.sh
appoptics_apm-4.0.8 build_gems.sh
appoptics_apm-4.1.0 build_gems.sh
appoptics_apm-4.0.7 build_gems.sh
appoptics_apm-4.0.6 build_gems.sh
appoptics_apm-4.0.5 build_gems.sh
appoptics_apm-4.0.4 build_gems.sh
appoptics_apm-4.0.3 build_gems.sh
appoptics_apm-4.0.2 build_gems.sh
appoptics_apm-4.0.1-x86_64-linux build_gems.sh