How to "convert" a plugin to a gem a to make it "private"?

I am using Ruby on Rails 3.2.2. I implemented a plugin Something(this is almost a gem, but not a gem), and all related files are in the directory lib/something.

  • What steps should I follow to “convert” the plugin Somethingto a Ruby stone?
  • How to use a new implemented stone Somethingin my application without making it public (i.e. do not put it on a public server)?
+2
source share
1 answer
+2

All Articles