Skip to content

Commit e3f1384

Browse files
committed
Bump 1.7.0
1 parent 69b5084 commit e3f1384

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
one_gadget (1.6.2)
4+
one_gadget (1.7.0)
55
elftools (>= 1.0.2, < 1.2.0)
66

77
GEM

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ $ one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d
9898

9999
#### Show All Gadgets
100100

101-
Sometimes +one_gadget+ finds too many gadgets to show them in one screen,
101+
Sometimes `one_gadget` finds too many gadgets to show them in one screen,
102102
by default gadgets would be filtered automatically *according to the difficulty of constraints*.
103103

104104
Use option `--level 1` to show all gadgets found instead of only those with higher probabilities.

README.tpl.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ SHELL_OUTPUT_OF(one_gadget -b aad7dbe330f23ea00ca63daf793b766b51aceb5d)
5757

5858
#### Show All Gadgets
5959

60-
Sometimes +one_gadget+ finds too many gadgets to show them in one screen,
60+
Sometimes `one_gadget` finds too many gadgets to show them in one screen,
6161
by default gadgets would be filtered automatically *according to the difficulty of constraints*.
6262

6363
Use option `--level 1` to show all gadgets found instead of only those with higher probabilities.

lib/one_gadget/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module OneGadget
22
# Current gem version.
3-
VERSION = '1.6.2'.freeze
3+
VERSION = '1.7.0'.freeze
44
end

0 commit comments

Comments
 (0)