Categories: None [Edit]
    rubygems-mini_mirror
  Mirror some version of gems with Gem::Version DSL
  Create a mini_gem file and add this to it :
  source :gemcutter
  gem 'rails', ['~> 1.2.0', '>= 3.0']
  or
  source :gemcutter
  resource :path => '/your_path/mini_gem.yml'
  # /your_path/mini_gem.yml
  gem:
    - rails:
      -
        - '~> 1.2.0'
        - '>= 3.0'
  It will solve the dependencies for you so you don't have to write an exhaustive list of the gems you want to mirror
  
    Total
Ranking: 67,762 of 187,548
          Downloads: 14,476
        Daily
Ranking: 55,788 of 187,532
          Downloads: 6
        Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name | 
|---|
Depends on
| Rank | Downloads | Name | 
|---|---|---|
| 10 | 1,164,433,060 | rake | 
| 253 | 178,729,585 | net-http-persistent | 
Owners
| # | Gravatar | Handle | 
|---|---|---|
| 1 | hallelujah | 
 xmisao
xmisao