Skip to content

Commit

Permalink
Maintenance updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Oct 22, 2024
1 parent 52d15c2 commit b7b312e
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 79 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2']
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.3.5
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 0.3.0 (2024-10-22)

* Added 'official' support for Ruby 3.3 via test matrix.
* Updated development dependencies.

## 0.2.0 (2023-01-16)

* Added 'official' support for Ruby 3.2.0 via test matrix.
* Added 'official' support for Ruby 3.2 via test matrix.

## 0.1.0 (2022-08-08)

Expand Down
143 changes: 74 additions & 69 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,77 +9,80 @@ GIT
PATH
remote: .
specs:
ooxml_encryption (0.2.0)
ooxml_encryption (0.3.0)
nokogiri (~> 1.13)
openssl (~> 3.0)
simple_cfb (~> 0.1)

GEM
remote: https://rubygems.org/
specs:
actionpack (7.1.2)
actionview (= 7.1.2)
activesupport (= 7.1.2)
actionpack (7.2.1.1)
actionview (= 7.2.1.1)
activesupport (= 7.2.1.1)
nokogiri (>= 1.8.5)
racc
rack (>= 2.2.4)
rack (>= 2.2.4, < 3.2)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionview (7.1.2)
activesupport (= 7.1.2)
useragent (~> 0.16)
actionview (7.2.1.1)
activesupport (= 7.2.1.1)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activesupport (7.1.2)
activesupport (7.2.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
base64 (0.2.0)
bigdecimal (3.1.5)
builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2)
bigdecimal (3.1.8)
builder (3.3.0)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
diff-lcs (1.5.0)
docile (1.4.0)
doggo (1.3.0)
rspec-core (~> 3.10)
drb (2.2.0)
ruby2_keywords
erubi (1.12.0)
i18n (1.14.1)
debug (1.9.2)
irb (~> 1.10)
reline (>= 0.3.8)
diff-lcs (1.5.1)
docile (1.4.1)
doggo (1.4.0)
rspec-core (~> 3.13)
drb (2.2.1)
erubi (1.13.0)
i18n (1.14.6)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
irb (1.11.1)
rdoc
io-console (0.7.2)
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5-x86_64-darwin)
minitest (5.25.1)
nokogiri (1.16.7-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.5-x86_64-linux)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
openssl (3.1.0)
psych (5.0.1)
openssl (3.2.0)
psych (5.1.2)
stringio
racc (1.7.3)
rack (3.0.8)
racc (1.8.1)
rack (3.1.8)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.0.2)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
rack (>= 3)
Expand All @@ -91,67 +94,69 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.2)
actionpack (= 7.1.2)
activesupport (= 7.1.2)
irb
railties (7.2.1.1)
actionpack (= 7.2.1.1)
activesupport (= 7.2.1.1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rake (13.0.6)
rdoc (6.5.0)
rake (13.2.1)
rdoc (6.7.0)
psych (>= 4.0.0)
reline (0.4.2)
reline (0.5.10)
io-console (~> 0.5)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.2)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
ruby2_keywords (0.0.5)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
securerandom (0.3.1)
simple_cfb (0.1.0)
activesupport (> 5, < 8)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov-rcov (0.3.1)
simplecov-html (0.13.1)
simplecov-rcov (0.3.7)
simplecov (>= 0.4.1)
simplecov_json_formatter (0.1.4)
stringio (3.0.4)
thor (1.3.0)
stringio (3.1.1)
thor (1.3.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
webrick (1.8.1)
zeitwerk (2.6.6)
useragent (0.16.10)
webrick (1.8.2)
zeitwerk (2.7.1)

PLATFORMS
x86_64-darwin-21
x86_64-darwin-22
x86_64-darwin-24
x86_64-linux

DEPENDENCIES
byebug (~> 11.1)
doggo (~> 1.2)
debug (~> 1.9)
doggo (~> 1.4)
ooxml_encryption!
rdoc (~> 6.4)
rspec-rails (~> 5.0)
rdoc (~> 6.7)
rspec-rails (~> 7.0)
sdoc!
simplecov-rcov (~> 0.2)
simplecov-rcov (~> 0.3)

BUNDLED WITH
2.4.3
4 changes: 2 additions & 2 deletions lib/ooxml_encryption/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ class OoxmlEncryption
# Gem version. If this changes, be sure to re-run "bundle install" or
# "bundle update".
#
VERSION = '0.2.0'
VERSION = '0.3.0'

# Date for VERSION. If this changes, be sure to re-run "bundle install"
# or "bundle update".
#
DATE = '2023-01-16'
DATE = '2024-10-22'

end
10 changes: 5 additions & 5 deletions ooxml_encryption.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Gem::Specification.new do | s |
s.add_dependency 'openssl', '~> 3.0'
s.add_dependency 'nokogiri', '~> 1.13'

s.add_development_dependency 'simplecov-rcov', '~> 0.2'
s.add_development_dependency 'rdoc', '~> 6.4'
s.add_development_dependency 'rspec-rails', '~> 5.0'
s.add_development_dependency 'byebug', '~> 11.1'
s.add_development_dependency 'doggo', '~> 1.2'
s.add_development_dependency 'simplecov-rcov', '~> 0.3'
s.add_development_dependency 'rdoc', '~> 6.7'
s.add_development_dependency 'rspec-rails', '~> 7.0'
s.add_development_dependency 'debug', '~> 1.9'
s.add_development_dependency 'doggo', '~> 1.4'
end
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'simplecov'
SimpleCov.start()

require 'byebug'
require 'debug'
require 'ooxml_encryption'

# ============================================================================
Expand Down

0 comments on commit b7b312e

Please sign in to comment.