fast_bundler 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f54622e428842c7337fe4bf1ba30243c1655076
4
- data.tar.gz: e3725b3605a7f39ec48463654d04924e39205bbf
3
+ metadata.gz: 164ad3b0f1a89975a3efc279829c6f9b2c2920a0
4
+ data.tar.gz: 0d8a7d924efbfe11f5d6ba3bf25289e2d4834160
5
5
  SHA512:
6
- metadata.gz: 2fc650e9ce8d209a01467bb15a42188d62e96413c684918c226e7ef3f2d7f4a608e6c98b415b465b4f5067d9105a3c9f4337a72ec619bf5d0f4cd278dbf88337
7
- data.tar.gz: c4eebfef207b53fef0e355f09bc7c1cfbdadfb6f845e59f362fdb35bb6dae24a6df74d13f197604cd462fc238dd7ec912bcee9146b6d1d69bf41963b22ff8da9
6
+ metadata.gz: df1b50876415a541d8f264863855281fa4ba83547529c4d02f4d0e670d212df91eb3fda34d98b5f1e0963a869f16764266a2b18183741ea439aa438f1fa2af6e
7
+ data.tar.gz: a5856e079db3cfcf50f0f76d29c219374a2ff2df6c6e2c41edc1cb0f98c6fb8fae3ed30b45dc10a2ad2b41ef415aafe94c2a530d044cb9456823962a1edb9f02
data/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # FastBundler
2
2
 
3
- TODO: Write a gem description
3
+ Increase the limit of 100 to 1.000 gems to use the metadata api instead download the indexs.
4
+
5
+ Use under your responsability, It's experimental, I don't know how could affect to rubygems...
4
6
 
5
7
  ## Installation
6
8
 
@@ -20,11 +22,16 @@ Or install it yourself as:
20
22
 
21
23
  ## Usage
22
24
 
23
- TODO: Write usage instructions here
25
+ Works like bundle, it's just a proxy, you can send the same params:
26
+
27
+ $ fast_bundle
28
+ $ fast_bundle outdate
29
+ $ fast_bundle update rails
30
+
24
31
 
25
32
  ## Contributing
26
33
 
27
- 1. Fork it ( https://github.com/[my-github-username]/fast_bundler/fork )
34
+ 1. Fork it ( https://github.com/ceritium/fast_bundler/fork )
28
35
  2. Create your feature branch (`git checkout -b my-new-feature`)
29
36
  3. Commit your changes (`git commit -am 'Add some feature'`)
30
37
  4. Push to the branch (`git push origin my-new-feature`)
data/fast_bundler.gemspec CHANGED
@@ -19,6 +19,6 @@ Gem::Specification.new do |spec|
19
19
  spec.executables = %w(fast_bundler)
20
20
 
21
21
 
22
- spec.add_development_dependency "bundler", "~> 1.7"
22
+ spec.add_dependency "bundler", "~> 1.7"
23
23
  spec.add_development_dependency "rake", "~> 10.0"
24
24
  end
@@ -1,3 +1,3 @@
1
1
  module FastBundler
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fast_bundler
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jose Galisteo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-10-05 00:00:00.000000000 Z
11
+ date: 2014-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -17,7 +17,7 @@ dependencies:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.7'
20
- type: :development
20
+ type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements: