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