Skip to content

Commit

Permalink
Bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Souravgoswami authored and Sergyenko committed Sep 27, 2024
1 parent 8c13dc4 commit c036428
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PATH
remote: .
specs:
libmagic_rb (0.1.2)
libmagic_rb (0.2.0)

GEM
remote: https://rubygems.org/
specs:
diff-lcs (1.4.4)
rake (13.0.6)
rake-compiler (1.1.1)
diff-lcs (1.5.1)
rake (13.2.1)
rake-compiler (1.2.7)
rake
rspec (3.10.0)
rspec-core (~> 3.10.0)
rspec-expectations (~> 3.10.0)
rspec-mocks (~> 3.10.0)
rspec-core (3.10.1)
rspec-support (~> 3.10.0)
rspec-expectations (3.10.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.1)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.2)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.2)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)

PLATFORMS
x86_64-linux
Expand Down
2 changes: 1 addition & 1 deletion lib/libmagic_rb/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class LibmagicRb
VERSION = "0.1.2"
VERSION = "0.2.0"
end

0 comments on commit c036428

Please sign in to comment.