Skip to content

chore: Ruby modernization and CI cleanup#15

Merged
monora merged 1 commit into
masterfrom
chore/13-ruby-modernization
May 10, 2026
Merged

chore: Ruby modernization and CI cleanup#15
monora merged 1 commit into
masterfrom
chore/13-ruby-modernization

Conversation

@monora
Copy link
Copy Markdown
Owner

@monora monora commented May 10, 2026

Summary

  • Add # frozen_string_literal: true to lib/stream.rb
  • Remove deprecated gemspec fields: autorequire, require_pathrequire_paths
  • Remove obsolete require 'rubygems' from Rakefile and test/test_helper.rb
  • Remove manual $LOAD_PATH manipulation from Rakefile (Bundler handles it)
  • Delete .travis.yml (CI runs on GitHub Actions)

Closes #13

🤖 Generated with Claude Code

- Add frozen_string_literal: true to lib/stream.rb
- Remove deprecated gemspec fields: autorequire, require_path → require_paths
- Remove obsolete require 'rubygems' from Rakefile and test_helper.rb
- Remove manual $LOAD_PATH manipulation from Rakefile (Bundler handles it)
- Delete .travis.yml (CI runs on GitHub Actions)

Closes #13
@monora monora merged commit fed6bdf into master May 10, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: Ruby modernization and CI cleanup

1 participant