Sha256: 475cdc76819f325e53f48f9089d629e648df560e04a0c904ebf9ca571b1922aa

Contents?: true

Size: 542 Bytes

Versions: 3

Compression:

Stored size: 542 Bytes

Contents

#!/bin/bash
# Override the event models with ones that have inheritence
cp models/* ../lib/clever-ruby/models/

# Override the parsing library with one that's aware of the inheritence
cp api_client.rb ../lib/clever-ruby/

# The generated tests don't do anything so let's remove them
rm -r ../spec/api || true
rm -r ../spec/models || true
rm -r ../spec/api_client_spec.rb || true

# Add the extension to the readme if it's not already there
if ! grep -q -i '## Previous Versions' ../README.md; then
	cat README-extension.md >> ../README.md
fi

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
clever-ruby-1.2.4 override/override.sh
clever-ruby-1.2.3 override/override.sh
clever-ruby-1.2.2 override/override.sh