Sha256: e930e58849c7f819bef56872ef2522a32822b06f62ed05e1ddaaa518f0bf5bd9

Contents?: true

Size: 429 Bytes

Versions: 4

Compression:

Stored size: 429 Bytes

Contents

#!/bin/sh

# remove previously build gems
rm -f pkg/rspreadsheet-0.*.gem
rm -f Gemfile.lock

# this is to update git index, because git lsfiles is used in .gemspec
git add .

# builds the gem to pkg directory and installs gem to local system
sudo rake install

# Note 1: If the last step fails with "mkmf.rb can't find header files for ruby at /usr/lib/ruby/include/ruby.h",
# you may want to ``sudo aptitude install ruby-dev``

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rspreadsheet-0.2.15 reinstall_local_gem.sh
rspreadsheet-0.2.14 reinstall_local_gem.sh
rspreadsheet-0.2.12 reinstall_local_gem.sh
rspreadsheet-0.2.11 reinstall_local_gem.sh