Sha256: 477b7e850574b34468a8ee60068ba84f8d7583ca7fe49414e5cd45ff04ada5ad

Contents?: true

Size: 295 Bytes

Versions: 1

Compression:

Stored size: 295 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 tests don't do anything so let's remove them
rm -r ../spec || true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
clever-ruby-1.0.0 override/override.sh