Skip to content

Commit 11a7d3b

Browse files
committed
ruby-macho: 1.0 release.
gemspec: specify minimum ruby version (>= 2.0.0).
1 parent ed18fac commit 11a7d3b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/macho.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# The primary namespace for ruby-macho.
1313
module MachO
1414
# release version
15-
VERSION = "0.2.6".freeze
15+
VERSION = "1.0.0".freeze
1616

1717
# Opens the given filename as a MachOFile or FatFile, depending on its magic.
1818
# @param filename [String] the file being opened

ruby-macho.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
88
s.authors = ["William Woodruff"]
99
s.email = "[email protected]"
1010
s.files = Dir["LICENSE", "README.md", ".yardopts", "lib/**/*"]
11+
s.required_ruby_version = ">= 2.0.0"
1112
s.homepage = "https://github.com/Homebrew/ruby-macho"
1213
s.license = "MIT"
1314
end

0 commit comments

Comments
 (0)