开发者

How to bundle a local gem that I created?

开发者 https://www.devze.com 2023-04-04 20:24 出处:网络
I had use jeweler to create a gem skeleton and wrote some come on it. Now ... ho开发者_运维知识库w can i put it in my gemfile?Simply use the \'path\' option:

I had use jeweler to create a gem skeleton and wrote some come on it. Now ... ho开发者_运维知识库w can i put it in my gemfile?


Simply use the 'path' option:

 gem "my_gem", :path => "relative_path_goes_here"
0

精彩评论

暂无评论...
验证码 换一张
取 消