sql_wrangler 0.0.2 → 0.0.3
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.
- data/README +2 -1
- metadata +4 -2
data/README
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
Makes it easier to deal with SQL queries and handle their results.
|
|
1
|
+
Makes it easier to deal with SQL queries and handle their results. You can see
|
|
2
|
+
how it works by looking at the unit tests.
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: sql_wrangler
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.0.
|
|
5
|
+
version: 0.0.3
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Graeme Hill
|
|
@@ -14,7 +14,9 @@ date: 2011-03-01 00:00:00 -08:00
|
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies: []
|
|
16
16
|
|
|
17
|
-
description:
|
|
17
|
+
description: |-
|
|
18
|
+
Makes it easier to deal with SQL queries and handle their results. You can see
|
|
19
|
+
how it works by looking at the unit tests.
|
|
18
20
|
email: graemekh@gmail.com
|
|
19
21
|
executables: []
|
|
20
22
|
|