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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42b6791018fcaf0f3e04a3eb8301393bcdaf2f64
4
- data.tar.gz: a7508267b64062649af744f47abf319c1a3a2357
3
+ metadata.gz: 0babc50be7e6fc6d719a465d60c54312d4aedba6
4
+ data.tar.gz: 23530908b731adbd210602a7e8850106bea91bd9
5
5
  SHA512:
6
- metadata.gz: 69ffd8e05652c09a35d8bb4a9fabbdfb0a625081114890a5c42db2bd3f285fd2ad8d51faf3bbd142e41371d3711fbc30737927b9030d0807944ec310d88a336f
7
- data.tar.gz: 290ee5f1b7ee025af1c72fe1d0ed99dbf0737249f9bbbc7bbfdc2fb7bedf8f123935d53ba5fb746d9ed4a273df29584e2cc6f22163a3770fcf9ae645904fb592
6
+ metadata.gz: 980901eba3c81b3adcfaa4f975a786a972ee1eb0cb944a5f3be79f1d516b9400159965535545e5e96ff921ca3f73dda43190035789a2ee172b043a2c02715358
7
+ data.tar.gz: f228cadcd0dc8349083d98821be8fcf9211f62ed24514b7ca020d45a047dfbde5fa0e993b21b854524ff82fbc7157a8c53a496d244a20876e25d03e3c66bf214
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.18
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.18 ruby lib
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.18"
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-16"
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.4.0"
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
@@ -12,7 +12,7 @@ class Baza::Driver::Sqlite3::Result < Baza::ResultBase
12
12
  read_results
13
13
  @index = -1
14
14
  ensure
15
- @statement.try(:close)
15
+ @statement.close
16
16
  end
17
17
  end
18
18
 
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.18
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-16 00:00:00.000000000 Z
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.4.0
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.