metrical
metrical copied to clipboard
Run MetricFu without making it part of your projects depencies.
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [i18n](https://github.com/svenfuchs/i18n) from 0.6.0 to 1.7.0. Release notes *Sourced from [i18n's releases](https://github.com/svenfuchs/i18n/releases).* > ## v1.6.0 > ## Major updates > > * Added support for eagerloading I18n -- which probably...
Dev
Seeing this, what is the status of metrical. Does it need a lot of work to get working?
I added metrical in my gemfile gem 'metrical', :require => false bundle install bundle exec metrical gave the following error .rvm/gems/ruby-1.9.3-p374/gems/ruby_parser-2.3.1/lib/ruby_parser_extras.rb:612:in `initialize': invalid multibyte escape: /[\x80-\xff]/ (RegexpError) rails version :...
Hi, I just tried out metrical and think its great. Thinking of changing it to run with 1.9 source code - in fact I already did a nasty hack running...
When using rubygems-bundler, all the gem binstubs get a "bundle exec" wrapper, which causes Metrical to not work. The solution is to add this line to your .bash_profile and gem...