Hey Satish, the problem is that you need to specify each file that will be included in the gem. You need to set "s.files = %w[README lib/foo.rb spec/bar.rb]"
This is rather tedious, because you need to update the .gemspec, whenever you add new files to the project. I recommend using Jeweler (http://technicalpickles.com/posts/craft-the-perfect-gem-with-jeweler) to automate this task (it also adds nice version control and takes care of this Rubygems compatibility you encountered). Greetings, Dennis > After 20 minutes, the gem got built and I could install it to my local > PC. However, the new problem is that the folder E:\ruby\lib\ruby\gems > \1.8\gems\RLGGHCourse-string_more-1.0.0 is EMPTY. > > Now what am I doing wrong? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GitHub" 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/github?hl=en -~----------~----~----~----~------~----~------~--~---
