What prevents the creation of gem specification files in so many DM
gems?

This also seems to be a problem for the rails_datamapper gem.

I've tried two ways. The first:

1. cd {app_home}
2. rake gems:refresh_specs

This produces the recursive warning:

config.gem: Unpacked gem rails_datamapper-0.9.11 in vendor/gems has no
specification file. Run 'rake gems:refresh_specs' to fix this.

I also tried this, which also fails to create a specification without
any error/warning:

1. cd vendor/gems/gemname
2. gem specification gemname > .specification


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to