Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update schema gem, bump patch version to 0.34.2 #103

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rsmp (0.34.1)
rsmp (0.34.2)
async (~> 2.21)
async-io (~> 1.43)
colorize (~> 1.1)
Expand Down Expand Up @@ -77,7 +77,7 @@ GEM
ostruct (0.6.1)
rake (13.2.1)
regexp_parser (2.9.3)
rsmp_schema (0.8.4)
rsmp_schema (0.8.5)
json_schemer (~> 2.3.0)
thor (~> 1.3.1)
rspec (3.13.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rsmp/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RSMP
VERSION = "0.34.1"
VERSION = "0.34.2"
end
2 changes: 1 addition & 1 deletion spec/proxy_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@

describe 'version_meets_requirement?' do
# the version_meets_requirement? helper is just a wrapper for the Gem class helper
# so we donøt do a lot of testing, just enough, to verify that our wrapping is as expected
# so we don't do a lot of testing, just enough, to verify that our wrapping is as expected

it 'is equal to' do
expect(RSMP::Proxy.version_meets_requirement?('1.0.9','1.0.10')).to be(false)
Expand Down
Loading