maxmind-db-rust 0.5.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maxmind-db-rust
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gregory Oschwald
@@ -37,6 +37,20 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '6.0'
40
+ - !ruby/object:Gem::Dependency
41
+ name: parallel
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: '2.0'
47
+ type: :development
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "<"
52
+ - !ruby/object:Gem::Version
53
+ version: '2.0'
40
54
  - !ruby/object:Gem::Dependency
41
55
  name: rake
42
56
  requirement: !ruby/object:Gem::Requirement
@@ -165,7 +179,12 @@ files:
165
179
  - ext/maxmind_db_rust/Cargo.toml
166
180
  - ext/maxmind_db_rust/extconf.rb
167
181
  - ext/maxmind_db_rust/lib/maxmind/db/rust.rb
182
+ - ext/maxmind_db_rust/src/decoder.rs
183
+ - ext/maxmind_db_rust/src/initialization.rs
168
184
  - ext/maxmind_db_rust/src/lib.rs
185
+ - ext/maxmind_db_rust/src/metadata.rs
186
+ - ext/maxmind_db_rust/src/path.rs
187
+ - ext/maxmind_db_rust/src/reader.rs
169
188
  - lib/maxmind/db/rust.rb
170
189
  homepage: https://github.com/oschwald/maxmind-db-rust-ruby
171
190
  licenses: