Ruby on Rails Friday, October 1, 2010

Ah, I didn't catch that in your post either. Glad to see you figured
it out!


On Oct 1, 10:56 am, Greg Willits <li...@ruby-forum.com> wrote:
> > So, I think the root of the problems I'm seeing is understanding the
> > files.include() part of jeweler to get what I need (Note: I am not using
> > git).
>
> Oi! What a moron.
>
> gem.files.include('app/**/*.rb')
>
> There are no .rb files in /views!
>
> gem.files.include('app/**/*.rb')
> gem.files.include('app/**/*.erb')
>
> catches them.
>
> Major thwak to the forehead.
>
> -- gw
>
> --
> Posted viahttp://www.ruby-forum.com/.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment