baza 0.0.18 → 0.0.19
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.
- checksums.yaml +4 -4
- data/VERSION +1 -1
- data/baza.gemspec +4 -4
- data/lib/baza/drivers/sqlite3/result.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 0babc50be7e6fc6d719a465d60c54312d4aedba6
|
|
4
|
+
data.tar.gz: 23530908b731adbd210602a7e8850106bea91bd9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 980901eba3c81b3adcfaa4f975a786a972ee1eb0cb944a5f3be79f1d516b9400159965535545e5e96ff921ca3f73dda43190035789a2ee172b043a2c02715358
|
|
7
|
+
data.tar.gz: f228cadcd0dc8349083d98821be8fcf9211f62ed24514b7ca020d45a047dfbde5fa0e993b21b854524ff82fbc7157a8c53a496d244a20876e25d03e3c66bf214
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.19
|
data/baza.gemspec
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
# DO NOT EDIT THIS FILE DIRECTLY
|
|
3
3
|
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
|
|
4
4
|
# -*- encoding: utf-8 -*-
|
|
5
|
-
# stub: baza 0.0.
|
|
5
|
+
# stub: baza 0.0.19 ruby lib
|
|
6
6
|
|
|
7
7
|
Gem::Specification.new do |s|
|
|
8
8
|
s.name = "baza"
|
|
9
|
-
s.version = "0.0.
|
|
9
|
+
s.version = "0.0.19"
|
|
10
10
|
|
|
11
11
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
12
12
|
s.require_paths = ["lib"]
|
|
13
13
|
s.authors = ["Kasper Johansen"]
|
|
14
|
-
s.date = "2015-07-
|
|
14
|
+
s.date = "2015-07-31"
|
|
15
15
|
s.description = "A database abstraction layer, model framework and database framework."
|
|
16
16
|
s.email = "kj@gfish.com"
|
|
17
17
|
s.extra_rdoc_files = [
|
|
@@ -128,7 +128,7 @@ Gem::Specification.new do |s|
|
|
|
128
128
|
]
|
|
129
129
|
s.homepage = "http://github.com/kaspernj/baza"
|
|
130
130
|
s.licenses = ["MIT"]
|
|
131
|
-
s.rubygems_version = "2.
|
|
131
|
+
s.rubygems_version = "2.2.2"
|
|
132
132
|
s.summary = "A database abstraction layer, model framework and database framework."
|
|
133
133
|
|
|
134
134
|
if s.respond_to? :specification_version then
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: baza
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.19
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Kasper Johansen
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-07-
|
|
11
|
+
date: 2015-07-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: datet
|
|
@@ -382,7 +382,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
382
382
|
version: '0'
|
|
383
383
|
requirements: []
|
|
384
384
|
rubyforge_project:
|
|
385
|
-
rubygems_version: 2.
|
|
385
|
+
rubygems_version: 2.2.2
|
|
386
386
|
signing_key:
|
|
387
387
|
specification_version: 4
|
|
388
388
|
summary: A database abstraction layer, model framework and database framework.
|