diff --git a/Gemfile.lock b/Gemfile.lock index ffdf52de..67c6e86d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - one_gadget (1.6.2) + one_gadget (1.7.0) elftools (>= 1.0.2, < 1.2.0) GEM diff --git a/README.md b/README.md index 9158a663..86d65673 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ $ one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d #### Show All Gadgets -Sometimes +one_gadget+ finds too many gadgets to show them in one screen, +Sometimes `one_gadget` finds too many gadgets to show them in one screen, by default gadgets would be filtered automatically *according to the difficulty of constraints*. Use option `--level 1` to show all gadgets found instead of only those with higher probabilities. diff --git a/README.tpl.md b/README.tpl.md index eab872f2..170e1168 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -57,7 +57,7 @@ SHELL_OUTPUT_OF(one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d) #### Show All Gadgets -Sometimes +one_gadget+ finds too many gadgets to show them in one screen, +Sometimes `one_gadget` finds too many gadgets to show them in one screen, by default gadgets would be filtered automatically *according to the difficulty of constraints*. Use option `--level 1` to show all gadgets found instead of only those with higher probabilities. diff --git a/lib/one_gadget/version.rb b/lib/one_gadget/version.rb index ec849065..ac5dc8f4 100644 --- a/lib/one_gadget/version.rb +++ b/lib/one_gadget/version.rb @@ -1,4 +1,4 @@ module OneGadget # Current gem version. - VERSION = '1.6.2'.freeze + VERSION = '1.7.0'.freeze end