Reputation: 7051
I had use jeweler to create a gem skeleton and wrote some come on it. Now ... how can i put it in my gemfile?
Upvotes: 0
Views: 104
Reputation: 115541
Simply use the 'path' option:
gem "my_gem", :path => "relative_path_goes_here"
Upvotes: 1