Skip to content

Commit b2b4a2b

Browse files
authored
bump 1.0.0 (#55)
1 parent 144f69c commit b2b4a2b

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
pwntools (0.1.0)
4+
pwntools (1.0.0)
55
crabstone (~> 3)
66
dentaku (~> 2.0.11)
77
elftools (~> 1.0.1)

lib/pwnlib/version.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# encoding: ASCII-8BIT
22

33
module Pwnlib
4-
VERSION = '0.1.0'.freeze
4+
# version of pwntools-ruby
5+
VERSION = '1.0.0'.freeze
56
end

pwntools.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Gem::Specification.new do |s|
1818
EOS
1919
s.license = 'MIT'
2020
s.authors = ['peter50216@gmail.com', 'david942j@gmail.com', 'hanhan0912@gmail.com']
21+
s.email = ['peter50216@gmail.com', 'david942j@gmail.com', 'hanhan0912@gmail.com']
22+
s.homepage = 'https://github.com/peter50216/pwntools-ruby'
2123
s.files = Dir['lib/**/*.rb'] + %w(README.md Rakefile)
2224
s.test_files = Dir['test/**/*']
2325
s.require_paths = ['lib']

0 commit comments

Comments
 (0)