dbf 3.0.7 → 3.0.8

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 41935c53aee72a8e3dc2ba3588e79b1309ef87dd
4
- data.tar.gz: c2c3cf1f2c5caa077167c5c00b5e378991456235
3
+ metadata.gz: 08d6418f40c542f1578ea41fbc1fc8aa5715ed2b
4
+ data.tar.gz: 6d20853aa0254eb08179fb5dc8441960c51f264d
5
5
  SHA512:
6
- metadata.gz: 0e2d4a3f554f7a993813b4e0c91134831d625e7af2e151d2e4ac27f591fe1b74e15f98afa52d5681ade8b2478c073874f9e838a0c8c43f9893bc8d4870478913
7
- data.tar.gz: cdf64f0cc6615ce1e2aa428c74e5c86cd124eeaa6d3bb53993f4434e91f9e7bcd1e3a92e6130352ff073b036b314befeecb00c7dc961b42a6ef7bbf393b6d201
6
+ metadata.gz: e36af450c002735e628b512d23e86627f31922f45d3943506c17566594e1ed2d5f95be0b4dc2672a33441bc5dc89b2a1a56379c7f85dced38bb03e50a49f61fd
7
+ data.tar.gz: d4b459e1ca43427975b2c83d0469fccaed2b4476fe91b4c76c2ba01124d859ed21f89a61ac15d09c645f7f24f1e88aeaaefad350934ec284e0ee5ea0c274a541
@@ -1,3 +1,6 @@
1
+ # 3.0.8
2
+ - Fix uninitialized constant error under Rails 5
3
+
1
4
  # 3.0.7
2
5
  - Ignore non-existent records if header record count is incorrect
3
6
 
@@ -6,7 +6,7 @@ module DBF
6
6
  # methods for enumerating and searching the records.
7
7
  class Table
8
8
  include Enumerable
9
- include Schema
9
+ include ::DBF::Schema
10
10
 
11
11
  DBF_HEADER_SIZE = 32
12
12
 
@@ -1,3 +1,3 @@
1
1
  module DBF
2
- VERSION = '3.0.7'
2
+ VERSION = '3.0.8'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dbf
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.7
4
+ version: 3.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Keith Morrison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-08-25 00:00:00.000000000 Z
11
+ date: 2016-10-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A small fast library for reading dBase, xBase, Clipper and FoxPro database
14
14
  files.