Sutto / slugged

Super simple slugs for ActiveRecord 3+, with slug history. Formerly known as Pseudocephalopod.
MIT License
86 stars 16 forks source link

Updated dependencies for 3.1 & removed jeweler #12

Closed gzigzigzeo closed 13 years ago

gzigzigzeo commented 13 years ago

Hi. This version works with 3.1. I have removed jeweler. Think bundler is better way to manage gem at all. Found that rcov and flog does work with ree (default .rvmrc setting) - fails with segfault. I do not know how to fix it. May be, removing .rvmrc file is the best because in right way we should run tests in all versions (1.8.7, 1.9.2, ree and so on). Another point is that ruby 1.9.2 requires linecache19 gem instead of linecache.

Sutto commented 13 years ago

Cheers!