gem mirror fetcher and start mirror server.
Add this line to your application's Gemfile:
gem "rubygems-mirror-command", :git => "[email protected]:yoshiori/rubygems-mirror-command.git"
And then execute:
$ bundle
Or install it yourself as:
$ git clone [email protected]:yoshiori/rubygems-mirror-command.git
$ cd rubygems-mirror-command
$ gem build rubygems-mirror-command.gemspec
$ rubygems-mirror-command-0.0.1.gem
$ rubygems-mirror-command fetch
$ rubygems-mirror-command server
Or specified Port
$ rubygems-mirror-command server 3999
$ gem install rails -r --source http://localhost:4000/
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request