schema-model 0.6.11 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +0,0 @@
1
- #!/bin/bash
2
-
3
- cp Gemfile gemfiles/travis.gemfile
4
-
5
- for ruby_version in 1.9.3 2.1.9 2.6.3; do
6
- cp Gemfile gemfiles/ruby_${ruby_version}.gemfile
7
- rvm $ruby_version@schema do bundle install --gemfile=gemfiles/ruby_${ruby_version}.gemfile
8
- done
@@ -1,5 +0,0 @@
1
- #!/bin/bash
2
-
3
- for ruby_version in 1.9.3 2.1.9 2.6.3; do
4
- rvm $ruby_version@schema do bundle exec --gemfile=gemfiles/ruby_${ruby_version}.gemfile rspec
5
- done