Sha256: 77da5b1e6a10e63a72c6af3ec52bcdb456123785031e1c6400326afdfecaee8d

Contents?: true

Size: 641 Bytes

Versions: 19

Compression:

Stored size: 641 Bytes

Contents

ENV18=RBENV_VERSION=`rbenv versions --bare | grep "^1\.8" | tail -n 1`
ENV19=RBENV_VERSION=`rbenv versions --bare | grep "^1\.9" | tail -n 1`
ENV22=RBENV_VERSION=`rbenv versions --bare | grep "^2\.2" | tail -n 1`

.PHONY: all install_ruby18 ruby18 install_ruby19 ruby19 install_ruby22 ruby22

all: ruby18 ruby19 ruby22

install: install_ruby18 install_ruby19 install_ruby22

install_ruby18:
	@$(ENV18) bundle

ruby18:
	@echo ruby 1.8
	@$(ENV18) bundle exec rspec

install_ruby19:
	@$(ENV19) bundle

ruby19:
	@echo ruby 1.9
	@$(ENV19) bundle exec rspec

install_ruby22:
	@$(ENV22) bundle

ruby22:
	@echo ruby 2.2
	@$(ENV22) bundle exec rspec

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
api_client-0.6.0-java Makefile
api_client-0.6.0 Makefile
api_client-0.5.26-java Makefile
api_client-0.5.26 Makefile
api_client-0.5.25-java Makefile
api_client-0.5.25 Makefile
api_client-0.5.24-java Makefile
api_client-0.5.24 Makefile
api_client-0.5.22 Makefile
api_client-0.5.21 Makefile
api_client-0.5.20 Makefile
api_client-0.5.19 Makefile
api_client-0.5.18 Makefile
api_client-0.5.17 Makefile
api_client-0.5.16 Makefile
api_client-0.5.15 Makefile
api_client-0.5.14 Makefile
api_client-0.5.13 Makefile
api_client-0.5.12 Makefile