Skip to content

Commit

Permalink
Merge pull request #851 from evemonk/ruby-3.3.0
Browse files Browse the repository at this point in the history
Ruby 3.3.0
  • Loading branch information
biow0lf authored Dec 25, 2023
2 parents 4626060 + d69632e commit 282ace5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0", "3.1", "3.2", "head"]
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
activesupport: ["6.1", "7.0", "7.1", "main"]
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/activesupport_${{ matrix.activesupport }}.gemfile
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## main

* Rails 7.1
* Ruby 3.3.0

## v0.44.0

Expand Down
6 changes: 1 addition & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ GEM
nokogiri (1.15.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
parallel (1.24.0)
parser (3.2.2.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -157,4 +153,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
2.4.21
2.5.3
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2023 Igor Zubkov
Copyright (c) 2015-2023 Ihor Zubkov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,7 @@ Issue reports and pull requests are welcome on GitHub at <https://github.com/eve

## Author

* Igor Zubkov (@biow0lf)
* Ihor Zubkov (@biow0lf)

## Contributors

Expand Down
2 changes: 1 addition & 1 deletion eve_online.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require_relative "lib/eve_online/version"
Gem::Specification.new do |spec|
spec.name = "eve_online"
spec.version = EveOnline::VERSION
spec.authors = ["Igor Zubkov"]
spec.authors = ["Ihor Zubkov"]
spec.email = ["[email protected]"]

spec.summary = "EveOnline ESI API"
Expand Down

0 comments on commit 282ace5

Please sign in to comment.