Archive of published articles on July, 2010

Back home

links for 2010-07-29

29/07/2010
No Comments

links for 2010-07-26

26/07/2010
No Comments

links for 2010-07-24

24/07/2010
No Comments

links for 2010-07-23

23/07/2010
No Comments

links for 2010-07-19

19/07/2010
  • Step 1: Navigate to the directory of your gem or the required gem in consideration. For example, I had to deal with a gem named devise (v1.0.5) while installing Shapado. So I navigated to the required folder: [HOME]/shapado/vendor/gems/devise-1.0.5

    Step 2: Now use this command to create the spec file.
    gem specification [gemname] > .specification

No Comments