riak-ripple / ripple

A rich Ruby modeling layer for Riak, Basho's distributed database
Other
619 stars 152 forks source link

ripple 1.0.0.beta assumes ruby 1.9 with hash syntax #273

Closed cmeiklejohn closed 12 years ago

cmeiklejohn commented 12 years ago
/home/cmeiklejohn/.rbenv/versions/ree-1.8.7-2011.03/lib/ruby/gems/1.8/gems/ripple-1.0.0.beta/lib/ripple/railties/ripple.rake:69: syntax error, unexpected ':', expecting kEND
  task seed: ['riak:start', 'environment'] do

Is ripple 1.0 aiming to be supported in 1.9 only? If not, I can open a pull request to fix the issue.

cmeiklejohn commented 12 years ago

Ah, this appears fixed in master. Any ETA on another beta gem build?

seancribbs commented 12 years ago

@cmeiklejohn next week maybe... most people are using 'git' in their Gemfiles

cmeiklejohn commented 12 years ago

Sounds good, thanks!

cmeiklejohn commented 12 years ago

closing.