sql_wrangler 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README +2 -1
  2. 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.2
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: Makes it easier to deal with SQL queries and handle their results.
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