kansas 0.9.0 → 0.9.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 63cde5e095dfff7d050db228382340f5e55e58f4
4
- data.tar.gz: 98282e840a73eeddad1968cbb661aa0ae4459640
3
+ metadata.gz: a1e2d83f648c898b373b3dfa44fbdc776c682127
4
+ data.tar.gz: 8aff2684504affa194099540507598baf12045bf
5
5
  SHA512:
6
- metadata.gz: 8b198c707bca9ff84f8a4b8fbb576f7a55f94031c2fd10695e5def07192dd66623df6a7afc171fc3fbbc6460457e9d344e1c01a30c0bcfdc7c0882275e2559b8
7
- data.tar.gz: ca59bd739d3d4b8fb98e89b8a837486f223155b71211ef33b2fd9a612575a124324001bdae6abd124e7890c4828a7a6b974cab689d8c372950af2f79054b9bee
6
+ metadata.gz: 9b3b0c1464b24e66aa1a496f9bd0aafbabab95506cff2b82b64093460b07b07c30157a07a9b69eb506cf3557bb59af5105904e5618f7239ce81fc5c2e1ea0006
7
+ data.tar.gz: 103fc5459d74221cf95caf4bfd508596720f60c23dda5eb29360405fc0495ccbc21667f4692224a68478207059f9c22f7004c812a9276323ff8e52565f620a3a
data/TODO.md ADDED
@@ -0,0 +1,9 @@
1
+ # TODO
2
+
3
+ ## Short Term
4
+
5
+ * Ditch DBI. It's ancient. There are better maintained options. Adopt one of
6
+ them.
7
+
8
+ * Improve tests. The codebase still needs proper unit tests of the moving
9
+ parts.
@@ -409,7 +409,8 @@ class KSDatabase
409
409
  end
410
410
  end
411
411
 
412
- rowdata.each do |k,v|
412
+
413
+ rowdata.dup.each do |k,v|
413
414
  if k.is_a?(Symbol)
414
415
  rowdata.delete(k)
415
416
  rowdata[k.to_s] = v
@@ -1,3 +1,3 @@
1
1
  module Kansas
2
- VERSION = "0.9.0"
2
+ VERSION = "0.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kansas
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirk Haines
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-02 00:00:00.000000000 Z
11
+ date: 2017-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -92,6 +92,7 @@ files:
92
92
  - LICENSE.txt
93
93
  - README.md
94
94
  - Rakefile
95
+ - TODO.md
95
96
  - bin/console
96
97
  - bin/setup
97
98
  - kansas.gemspec
@@ -131,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
131
132
  version: '0'
132
133
  requirements: []
133
134
  rubyforge_project:
134
- rubygems_version: 2.4.8
135
+ rubygems_version: 2.6.4
135
136
  signing_key:
136
137
  specification_version: 4
137
138
  summary: Object/Relational mapper with a Ruby based query syntax