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 +4 -4
- data/README.md +10 -3
- data/fast_bundler.gemspec +1 -1
- data/lib/fast_bundler/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 164ad3b0f1a89975a3efc279829c6f9b2c2920a0
|
4
|
+
data.tar.gz: 0d8a7d924efbfe11f5d6ba3bf25289e2d4834160
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df1b50876415a541d8f264863855281fa4ba83547529c4d02f4d0e670d212df91eb3fda34d98b5f1e0963a869f16764266a2b18183741ea439aa438f1fa2af6e
|
7
|
+
data.tar.gz: a5856e079db3cfcf50f0f76d29c219374a2ff2df6c6e2c41edc1cb0f98c6fb8fae3ed30b45dc10a2ad2b41ef415aafe94c2a530d044cb9456823962a1edb9f02
|
data/README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1
1
|
# FastBundler
|
2
2
|
|
3
|
-
|
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
|
-
|
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/
|
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
data/lib/fast_bundler/version.rb
CHANGED
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.
|
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-
|
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: :
|
20
|
+
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|