Sha256: e4dc1873b1f66c94c9282767932e5927bededc371afc67a0edb2c7baf5b724f8

Contents?: true

Size: 392 Bytes

Versions: 19

Compression:

Stored size: 392 Bytes

Contents

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

# we currently only build for MRI, no JRuby
echo -e "\n=== building for MRI ===\n"
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

19 entries across 19 versions & 2 rubygems

Version Path
appoptics_apm-4.9.0 build_gem.sh
appoptics_apm-4.8.4 build_gem.sh
appoptics_apm-4.8.3 build_gem.sh
appoptics_apm-4.8.2 build_gem.sh
appoptics_apm-4.8.1 build_gem.sh
appoptics_apm-4.8.0 build_gem.sh
appoptics_apm-4.7.0 build_gem.sh
appoptics_apm-4.6.0 build_gem.sh
appoptics_apm_mnfst-4.5.2 build_gem.sh
appoptics_apm-4.5.2 build_gem.sh
appoptics_apm-4.5.1 build_gem.sh
appoptics_apm-4.5.0 build_gem.sh
appoptics_apm-4.4.1 build_gem.sh
appoptics_apm-4.4.0 build_gem.sh
appoptics_apm-4.3.1 build_gem.sh
appoptics_apm-4.3.0 build_gem.sh
appoptics_apm-4.2.7 build_gem.sh
appoptics_apm-4.2.6 build_gem.sh
appoptics_apm-4.2.5 build_gem.sh