Skip to content

Commit

Permalink
bump 1.0.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
david942j committed Oct 17, 2017
1 parent 144f69c commit b2b4a2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pwntools (0.1.0)
pwntools (1.0.0)
crabstone (~> 3)
dentaku (~> 2.0.11)
elftools (~> 1.0.1)
Expand Down
3 changes: 2 additions & 1 deletion lib/pwnlib/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# encoding: ASCII-8BIT

module Pwnlib
VERSION = '0.1.0'.freeze
# version of pwntools-ruby
VERSION = '1.0.0'.freeze
end
2 changes: 2 additions & 0 deletions pwntools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Gem::Specification.new do |s|
EOS
s.license = 'MIT'
s.authors = ['peter50216@gmail.com', 'david942j@gmail.com', 'hanhan0912@gmail.com']
s.email = ['peter50216@gmail.com', 'david942j@gmail.com', 'hanhan0912@gmail.com']
s.homepage = 'https://github.com/peter50216/pwntools-ruby'
s.files = Dir['lib/**/*.rb'] + %w(README.md Rakefile)
s.test_files = Dir['test/**/*']
s.require_paths = ['lib']
Expand Down

0 comments on commit b2b4a2b

Please sign in to comment.