Skip to content

Commit

Permalink
update schema gem, bump patch version to 0.34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emiltin committed Dec 18, 2024
1 parent 8135263 commit 9774f8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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

0 comments on commit 9774f8a

Please sign in to comment.