Skip to content

Commit e9023d4

Browse files
authored
Bump v1.1.0 (#122)
1 parent c01a52e commit e9023d4

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pwntools (1.0.1)
4+
pwntools (1.1.0)
55
crabstone (~> 3)
66
dentaku (>= 2.0.11, < 3.3.0)
77
elftools (~> 1.0.1)
@@ -23,7 +23,7 @@ GEM
2323
docile (1.3.0)
2424
elftools (1.0.1)
2525
bindata (~> 2)
26-
ffi (1.9.23)
26+
ffi (1.9.25)
2727
json (2.1.0)
2828
keystone-engine (0.9.0)
2929
ffi (~> 1.9)
@@ -53,7 +53,7 @@ GEM
5353
sexp_processor (~> 4.9)
5454
rubyserial (0.5.0)
5555
ffi (~> 1.9, >= 1.9.3)
56-
sexp_processor (4.10.1)
56+
sexp_processor (4.11.0)
5757
simplecov (0.16.1)
5858
docile (~> 1.1)
5959
json (>= 1.8, < 3)

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gem install pwntools
5757
```sh
5858
git clone https://github.com/peter50216/pwntools-ruby
5959
cd pwntools-ruby
60-
gem build pwntools.gemspec && gem install pwntools-*.gem
60+
bundle install && bundle exec rake install
6161
```
6262

6363
### optional
@@ -101,9 +101,10 @@ sudo make install
101101
- [x] elf
102102
- [x] dynelf
103103
- [x] logger
104-
- [ ] tube
104+
- [x] tube
105105
- [x] sock
106-
- [ ] process
106+
- [x] process
107+
- [x] serialtube
107108
- [ ] fmtstr
108109
- [x] util
109110
- [x] pack

lib/pwnlib/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module Pwnlib
44
# version of pwntools-ruby
5-
VERSION = '1.0.1'.freeze
5+
VERSION = '1.1.0'.freeze
66
end

0 commit comments

Comments
 (0)