README.md in gem_bench-0.0.3 vs README.md in gem_bench-0.0.4
- old
+ new
@@ -56,11 +56,11 @@
=> true
>> team = GemBench.check({verbose: true})
[GemBench] Will search for gems in ["/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/gems", "/Users/pboling/.rvm/gems/ruby-1.9.3-head@global/gems", "/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/bundler/gems"]
[GemBench] Will check Gemfile at /Users/pboling/Documents/src/my/gem_bench/Gemfile.
[GemBench] Detected 0 loaded gems
- (excluding the 2 GemBench is configured to skip)
+ (excluding the 2 loaded gems which GemBench is configured to ignore)
[GemBench] No gems were evaluated by GemBench.
[GemBench] Usage: Require another gem in this session to evaluate it.
Example:
require 'rails'
GemBench.check({verbose: true})
@@ -75,11 +75,11 @@
=> true
>> team = GemBench.check({verbose: true})
[GemBench] Will search for gems in ["/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/gems", "/Users/pboling/.rvm/gems/ruby-1.9.3-head@global/gems", "/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/bundler/gems"]
[GemBench] Will check Gemfile at /Users/pboling/Documents/src/my/gem_bench/Gemfile.
[GemBench] Detected 14 loaded gems
- (excluding the 2 GemBench is configured to skip)
+ (excluding the 2 loaded gems which GemBench is configured to ignore)
[GemBench] You might want to verify that activesupport v3.2.13 really has a Rails::Railtie or Rails::Engine. Check these files:
["/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/gems/activesupport-3.2.11/lib/active_support/i18n_railtie.rb", 146]
[GemBench] You might want to verify that actionpack v3.2.13 really has a Rails::Railtie or Rails::Engine. Check these files:
["/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/gems/actionpack-3.2.11/lib/action_controller/railtie.rb", 248]
[GemBench] You might want to verify that railties v3.2.13 really has a Rails::Railtie or Rails::Engine. Check these files:
@@ -105,11 +105,11 @@
>> team = GemBench.check({verbose: true})
[GemBench] Will search for gems in ["/Users/pboling/.rvm/gems/ruby-1.9.3-head@foss/gems", "/Users/pboling/.rvm/gems/ruby-1.9.3-head@global/gems"]
[GemBench] No Gemfile found.
[GemBench] Will show bad ideas. Be Careful.
[GemBench] Detected 14 loaded gems
- (excluding the 2 GemBench is configured to skip)
+ (excluding the 2 loaded gems which GemBench is configured to ignore)
[GemBench] Usage: Require another gem in this session to evaluate it.
Example:
require 'rails'
GemBench.check({verbose: true})
@@ -431,9 +431,11 @@
[SUGGESTION] 45) gem 'vestal_versions', '~> 1.2.3'
If found 45 gems which are listed as primary dependencies in my `Gemfile` which I can add `require: false` to.
How much faster will my app boot loading 45 fewer gems? A bit.
+
+**Note:** Some of the gems in the list above should have been excluded. They are now excluded as of `gem_bench` version 0.0.4.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)