Skip to content

Commit

Permalink
Regenerate gemspec for version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zed-0xff committed Dec 7, 2021
1 parent e279999 commit 07b1d8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pedump.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: pedump 0.6.2 ruby lib
# stub: pedump 0.6.3 ruby lib

Gem::Specification.new do |s|
s.name = "pedump".freeze
s.version = "0.6.2"
s.version = "0.6.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Andrey \"Zed\" Zaikin".freeze]
s.date = "2021-02-18"
s.date = "2021-12-07"
s.description = "dump headers, sections, extract resources of win32 PE exe,dll,etc".freeze
s.email = "zed.0xff@gmail.com".freeze
s.executables = ["pedump".freeze]
Expand Down Expand Up @@ -68,7 +68,7 @@ Gem::Specification.new do |s|
]
s.homepage = "http://github.com/zed-0xff/pedump".freeze
s.licenses = ["MIT".freeze]
s.rubygems_version = "3.2.3".freeze
s.rubygems_version = "3.2.22".freeze
s.summary = "dump win32 PE executable files with a pure ruby".freeze

if s.respond_to? :specification_version then
Expand Down

0 comments on commit 07b1d8d

Please sign in to comment.