Guardfile in riak-client-1.0.0.beta vs Guardfile in riak-client-1.0.0
- old
+ new
@@ -1,10 +1,10 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
gemset = ENV['RVM_GEMSET'] || 'ripple'
gemset = "@#{gemset}" unless gemset.to_s == ''
-rvms = %w[ 1.8.7 1.9.2 jruby ].map do |version|
+rvms = %w[ 1.8.7 1.9.2 1.9.3 ].map do |version|
"#{version}@#{gemset}"
end
guard 'rspec', :cli => '--profile --tag "~slow"', :rvm => rvms do
watch(%r{^spec/.+_spec\.rb$})