Michael, Syntax for installing a particular version is:
gem install data-mapper -v 0.9.11 On Oct 5, 2012 8:39 AM, "Michael Mitchell" <[email protected]> wrote: > Hi, > I've come to data_mapper via a programming book that uses version 0.9.11 > (in the building of several sinatra applications). I tried to run the > code from the book using the latest version of data mapper but it doesn't > work. Is there a way to install the older version of data_mapper and to > make sure that all the right versions of the dependencies are installed > too? The code uses gems like dm-core, dm-timestamps etc. > > a) will I need to install the older version of each of these gems > individually? > > b) can you please give me the exact syntax to use > > For example, I tried > > gem install data_mapper-0-9-11 > > > but it said it couldn't be found > > -- > You received this message because you are subscribed to the Google Groups > "DataMapper" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/datamapper/-/OFScvvG-KSEJ. > 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. > -- 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.
