-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #120 from fatkodima/remove-eol-rubies
Remove EOL Rubies
- Loading branch information
Showing
6 changed files
with
17 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,13 +10,13 @@ Gem::Specification.new do |spec| | |
spec.version = MemoryProfiler::VERSION | ||
spec.authors = ["Sam Saffron"] | ||
spec.email = ["[email protected]"] | ||
spec.description = %q{Memory profiling routines for Ruby 2.5+} | ||
spec.summary = %q{Memory profiling routines for Ruby 2.5+} | ||
spec.description = %q{Memory profiling routines for Ruby 3.1+} | ||
spec.summary = %q{Memory profiling routines for Ruby 3.1+} | ||
spec.homepage = "https://github.com/SamSaffron/memory_profiler" | ||
spec.license = "MIT" | ||
|
||
spec.executables = ["ruby-memory-profiler"] | ||
spec.files = Dir["README.md", "CHANGELOG.md", "LICENSE.txt", "lib/**/*", "bin/ruby-memory-profiler"] | ||
|
||
spec.required_ruby_version = ">= 2.5.0" | ||
spec.required_ruby_version = ">= 3.1.0" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters