README.md in gem_bench-1.0.1 vs README.md in gem_bench-1.0.2

- old
+ new

@@ -3,10 +3,21 @@ `gem_bench` is the super easy way to trim down app load times by keeping your worst players on the bench. Gem: "Put me in coach!" You: ❨╯°□°❩╯︵┻━┻ +Version constraints are important. Give the Gemfile some love in your CI build - New for 1.0.2 + +```ruby +Rspec.describe "Gemfile" do + it("has version constraint on every gem") do + requirements = GemBench::StrictVersionRequirement.new({verbose: true} + expect(requirements.list_missing_version_constraints).to eq([]) + end +end +``` + The new feature for 1.0.0 release allows you to search the Ruby code of all your gems for a specified regex, to find out which gems have wat DRAGONS. Gem: "I have no wat DRAGONS!" You: ❨╯°□°❩╯︵┻━┻ @@ -18,13 +29,13 @@ => nil ``` NOTE: The number (954, above) is not a line number. The file which contains the text `wat` was the 954th file evaluated, i.e. the number doesn't matter. NOTE: This is a contrived example. The occurrence of `wat` in byebug is meaningless: `byebug/commands/frame.rb:34` has ` if there is a front end also watching over things.`. This is just an example! You can find anything you want, perhaps even something important! -| Project | GemBench | +| Project | GemBench | |------------------------ | ----------------- | -| gem name | gem_bench | -| license | MIT | +| gem name | gem_bench | +| license | [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) | | expert support | [![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/peterboling?utm_source=github&utm_medium=button&utm_term=peterboling&utm_campaign=github) | | download rank | [![Download Rank](https://img.shields.io/gem/rt/gem_bench.svg)](https://rubygems.org/gems/gem_bench) | | version | [![Gem Version](https://badge.fury.io/rb/gem_bench.png)](http://badge.fury.io/rb/gem_bench) | | dependencies | [![Dependency Status](https://gemnasium.com/pboling/gem_bench.png)](https://gemnasium.com/pboling/gem_bench) | | code quality | [![Code Climate](https://codeclimate.com/github/pboling/gem_bench.png)](https://codeclimate.com/github/pboling/gem_bench) |