kbam 0.4.0 → 0.4.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 (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/kbam/version.rb +1 -1
  3. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ea869e5036272b2a91dc0dc516416c8a5e5d133d
4
- data.tar.gz: 50f19ffa22d505861f6528b7a7eb1ecb1210003d
3
+ metadata.gz: 395a5a5f6f132a89a3cd3db04bebcdfda450b719
4
+ data.tar.gz: 1f461bb7e8311aa0ae97a1b987460c65e98000e4
5
5
  SHA512:
6
- metadata.gz: 41fd624fc0700add3890681ce641b0eff53c81eeb240462f252a65260d00605fd40dea4b50f1e75c921c903245240f8d070eab6377e051307cdec5377f4d7406
7
- data.tar.gz: 63c8645b1f7e54081c39a83a8e7526fb43170b950c58a8885ba4e4f5ca06091252c20e924408dc84e57e3eb9f035b536ecf54afa2f4d274e00caa0d1c721e231
6
+ metadata.gz: 18049726d8952ec0d2541c883f9371998a2c52d819a60d1a283f77e0ea9f25a025f6eef988f7c08a93e76cd1617869091cd55b24c5f48a6a64ce9881e1b64c32
7
+ data.tar.gz: 7e034f07660900bbc19c9ca5d61a517ad99b12b9d25f82b8bc698a229e093c119c05a123bc0982d7578bec74bc9d79c14e6adbcd0ce97062b5f8d0a3c47b1ccb
@@ -1,3 +1,3 @@
1
1
  class Kbam
2
- VERSION = "0.4.0"
2
+ VERSION = "0.4.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kbam
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leopold Burdyl
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-09-21 00:00:00.000000000 Z
11
+ date: 2013-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: mysql2
@@ -40,7 +40,7 @@ dependencies:
40
40
  version: 0.5.8
41
41
  description: Simple gem that makes working with raw MySQL in Ruby efficient and fun!
42
42
  It's basically a query string builder (not an ORM!) that takes care of sanatization
43
- and sql chaining. UNSTABLE - only for testing!
43
+ and sql chaining.
44
44
  email: nerd@whiteslash.eu
45
45
  executables: []
46
46
  extensions: []