bumbler 0.1.4 → 0.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/bin/bumbler +6 -0
- data/lib/bumbler.rb +1 -3
- data/lib/bumbler/version.rb +3 -0
- metadata +43 -43
- data/.gitignore +0 -4
- data/Gemfile +0 -4
- data/README.md +0 -33
- data/Rakefile +0 -2
- data/bumbler.gemspec +0 -24
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: ab97915f8334bea25f27ce07a76f771b733cb661
|
4
|
+
data.tar.gz: 1e2ba9e115d82440c8bb20fce2584e0e4c82d1f3
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: b4bdc0ac8e2a6209bda3bfa915f74701591afd4690005a41010967dd642b2d96cdcdb659db6dbf1d7d2bf091fafab696bdf594ee411283f915598b687e44fb81
|
7
|
+
data.tar.gz: 13e3f8e5f252a030ed8d0347d214aae41c693afa893ce6d9c456cb96b11d46c481ce4206d01ee5446156b5b65a59f3bd35170622ad4afaf232aeb4dbbb3df786
|
data/bin/bumbler
ADDED
data/lib/bumbler.rb
CHANGED
@@ -1,9 +1,7 @@
|
|
1
1
|
module Bumbler
|
2
|
-
# We can be required twice due to the command line require
|
3
|
-
VERSION = '0.1.4' unless self.const_defined? :VERSION
|
4
|
-
|
5
2
|
autoload :Bundler, 'bumbler/bundler'
|
6
3
|
autoload :Hooks, 'bumbler/hooks'
|
7
4
|
autoload :Progress, 'bumbler/progress'
|
8
5
|
autoload :Stats, 'bumbler/stats'
|
6
|
+
autoload :VERSION, 'bumbler/version'
|
9
7
|
end
|
metadata
CHANGED
@@ -1,67 +1,67 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bumbler
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 0.1.4
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.2.0
|
6
5
|
platform: ruby
|
7
|
-
authors:
|
6
|
+
authors:
|
8
7
|
- Ian MacLeod
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
11
|
+
date: 2013-12-27 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: rake
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
description: Why stare blankly at your terminal window when you can clutter it up
|
28
|
+
with awesome progress bars?
|
29
|
+
email:
|
19
30
|
- ian@nevir.net
|
20
|
-
executables:
|
21
|
-
|
31
|
+
executables:
|
32
|
+
- bumbler
|
22
33
|
extensions: []
|
23
|
-
|
24
34
|
extra_rdoc_files: []
|
25
|
-
|
26
|
-
|
27
|
-
- .gitignore
|
28
|
-
- Gemfile
|
29
|
-
- README.md
|
30
|
-
- Rakefile
|
31
|
-
- bumbler.gemspec
|
35
|
+
files:
|
36
|
+
- bin/bumbler
|
32
37
|
- lib/bumbler.rb
|
33
38
|
- lib/bumbler/bundler.rb
|
34
39
|
- lib/bumbler/go.rb
|
35
40
|
- lib/bumbler/hooks.rb
|
36
41
|
- lib/bumbler/progress.rb
|
37
42
|
- lib/bumbler/stats.rb
|
38
|
-
|
43
|
+
- lib/bumbler/version.rb
|
39
44
|
homepage: https://github.com/nevir/Bumbler
|
40
45
|
licenses: []
|
41
|
-
|
46
|
+
metadata: {}
|
42
47
|
post_install_message:
|
43
48
|
rdoc_options: []
|
44
|
-
|
45
|
-
require_paths:
|
49
|
+
require_paths:
|
46
50
|
- lib
|
47
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
- !ruby/object:Gem::Version
|
58
|
-
version: "0"
|
51
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
52
|
+
requirements:
|
53
|
+
- - '>='
|
54
|
+
- !ruby/object:Gem::Version
|
55
|
+
version: '0'
|
56
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
57
|
+
requirements:
|
58
|
+
- - '>='
|
59
|
+
- !ruby/object:Gem::Version
|
60
|
+
version: '0'
|
59
61
|
requirements: []
|
60
|
-
|
61
|
-
|
62
|
-
rubygems_version: 1.6.2
|
62
|
+
rubyforge_project:
|
63
|
+
rubygems_version: 2.0.3
|
63
64
|
signing_key:
|
64
|
-
specification_version:
|
65
|
+
specification_version: 4
|
65
66
|
summary: Track the load progress of your Bundler-based projects
|
66
67
|
test_files: []
|
67
|
-
|
data/.gitignore
DELETED
data/Gemfile
DELETED
data/README.md
DELETED
@@ -1,33 +0,0 @@
|
|
1
|
-
# Bumbler
|
2
|
-
Why stare blankly at your terminal window when you can clutter it up with awesome progress bars?
|
3
|
-
|
4
|
-
Use Bumbler to track the load progress of your [Bundler](http://gembundler.com/)-based projects! Maybe you'll find a slow gem or two.
|
5
|
-
|
6
|
-
|
7
|
-
## Using Bumbler
|
8
|
-
### Step 1:
|
9
|
-
|
10
|
-
gem install bumbler
|
11
|
-
|
12
|
-
### Step 1.5:
|
13
|
-
Add bumbler to your Gemfile if you want to use `bundle exec`
|
14
|
-
|
15
|
-
gem 'bumbler'
|
16
|
-
|
17
|
-
### Step 2:
|
18
|
-
Add the following to your .profile, .bash_profile, .zshrc, .wtfrc or whatever shell config you use
|
19
|
-
|
20
|
-
export RUBYOPT=-rbumbler/go
|
21
|
-
|
22
|
-
### Step 3:
|
23
|
-
Restart your terminal
|
24
|
-
|
25
|
-
|
26
|
-
## Blammo, you're bumbling with bundler and bumbler!
|
27
|
-
Run a Bundler-based command, and you should see a spiffy progress bar, such as:
|
28
|
-
|
29
|
-
> rails c
|
30
|
-
[######### ]
|
31
|
-
( 7/59) 492.04ms loaded data_mapper
|
32
|
-
|
33
|
-
And then maybe you'll also want to contribute some patches to make your favorite gems load faster.
|
data/Rakefile
DELETED
data/bumbler.gemspec
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
# Bumbler may be already required due to the RUBYOPT=-rbumbler/go that we use to activate. Clear it
|
4
|
-
# if so to get rid of our warning, and then load it. We just need the version number
|
5
|
-
Bumbler.send(:remove_const, :VERSION) if Object.const_defined? :Bumbler
|
6
|
-
load File.expand_path('../lib/bumbler.rb', __FILE__)
|
7
|
-
|
8
|
-
Gem::Specification.new do |s|
|
9
|
-
s.name = 'bumbler'
|
10
|
-
s.version = Bumbler::VERSION
|
11
|
-
s.platform = Gem::Platform::RUBY
|
12
|
-
s.authors = ['Ian MacLeod']
|
13
|
-
s.email = ['ian@nevir.net']
|
14
|
-
s.homepage = 'https://github.com/nevir/Bumbler'
|
15
|
-
s.summary = %q{Track the load progress of your Bundler-based projects}
|
16
|
-
s.description = %q{Why stare blankly at your terminal window when you can clutter it up with awesome progress bars?}
|
17
|
-
|
18
|
-
s.rubyforge_project = 'bumbler'
|
19
|
-
|
20
|
-
s.files = `git ls-files`.split("\n")
|
21
|
-
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
|
22
|
-
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
23
|
-
s.require_paths = ['lib']
|
24
|
-
end
|