Skip to content

Commit 457f862

Browse files
committed
Update for v0.1.4
1 parent f9c0357 commit 457f862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maxmind-db-rust (0.1.3)
4+
maxmind-db-rust (0.1.4)
55
rb_sys (~> 0.9)
66

77
GEM

maxmind-db-rust.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55
s.files = Dir['lib/**/*.rb', 'ext/**/*.{rs,toml,rb}', 'README.md', 'LICENSE', 'CHANGELOG.md', 'CONTRIBUTING.md']
66
s.name = 'maxmind-db-rust'
77
s.summary = 'Unofficial high-performance Rust-based MaxMind DB reader for Ruby'
8-
s.version = '0.1.3'
8+
s.version = '0.1.4'
99

1010
s.description = 'An unofficial high-performance Rust-based gem for reading MaxMind DB files. ' \
1111
'Provides API compatibility with the official maxmind-db gem while leveraging Rust ' \

0 commit comments

Comments
 (0)