PANmedia / raptor-editor-rails

Get Raptor Editor into your Rails apps
MIT License
17 stars 6 forks source link

Fixed assets copying #3

Closed meal closed 11 years ago

meal commented 12 years ago

While running rails g raptor_editor_rails:install there was [WARNING] Could not load generator "generators/raptor_editor_rails/install/install_generator". Error: uninitialized constant RaptorEditorRails::RAPTOR_EDITOR_VERSION. error so I fixed it.

tristanm commented 11 years ago

Thanks for your pull request. I decided not to merge because:

  1. Our preference is to not have a version module and just keep the version constants on the root module.
  2. Your pull request branch includes changes to the version numbers.

Thanks for bringing this bug to our attention. I've fixed it in https://github.com/PANmedia/raptor-editor-rails/commit/db61e20039d9cf243a9a44fe84ec0f06ca8f1e13.

meal commented 11 years ago

Ok ;-) Thanks for fixing!