sqlite3-static 3.13.0 → 3.14.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/ext/sqlite3/sqlite3.h +184 -30
  3. data/ext/sqlite3/sqlite3_core.c +3130 -2102
  4. metadata +5 -4
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3-static
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.13.0
4
+ version: 3.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2016-05-19 00:00:00.000000000 Z
14
+ date: 2016-08-16 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: SQLite3 bindings with embedded SQLite library.
17
17
  email:
@@ -53,7 +53,7 @@ files:
53
53
  - lib/sqlite3/version.rb
54
54
  homepage: https://github.com/Instabridge/sqlite3-ruby-static
55
55
  licenses:
56
- - BSD-3
56
+ - BSD-3-Clause
57
57
  metadata: {}
58
58
  post_install_message:
59
59
  rdoc_options:
@@ -73,8 +73,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  version: '0'
74
74
  requirements: []
75
75
  rubyforge_project:
76
- rubygems_version: 2.4.5
76
+ rubygems_version: 2.5.1
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: SQLite3 bindings with embedded SQLite library, requiring no external dependencies.
80
80
  test_files: []
81
+ has_rdoc: