Sha256: ed1035f393dcf6bd1f019e3fc97b32aaa2f11fbcf89176fb56ee7ca5d61dbc2a

Contents?: true

Size: 179 Bytes

Versions: 14

Compression:

Stored size: 179 Bytes

Contents

#!/bin/bash

set -e

rm -f *.gem
git pull
git push
gem build template-ruby-parser.gemspec
gem build code-ruby-parser.gemspec

for file in *.gem
do
  gem push $file
done

rm *.gem

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
template-ruby-parser-0.1.8 bin/deploy
code-ruby-parser-0.1.8 bin/deploy
template-ruby-parser-0.1.7 bin/deploy
code-ruby-parser-0.1.7 bin/deploy
template-ruby-parser-0.1.6 bin/deploy
code-ruby-parser-0.1.6 bin/deploy
template-ruby-parser-0.1.5 bin/push
code-ruby-parser-0.1.5 bin/push
template-ruby-parser-0.1.4 bin/push
code-ruby-parser-0.1.4 bin/push
template-ruby-parser-0.1.3 bin/push
code-ruby-parser-0.1.3 bin/push
template-ruby-parser-0.1.2 bin/push
code-ruby-parser-0.1.2 bin/push