sqldroid 0.0.5-android → 0.2.1-android

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 (2) hide show
  1. data/lib/sqldroid/version.rb +1 -1
  2. metadata +4 -4
@@ -1,3 +1,3 @@
1
1
  module Sqldroid
2
- VERSION = "0.0.5"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 0
9
- - 5
10
- version: 0.0.5
8
+ - 2
9
+ - 1
10
+ version: 0.2.1
11
11
  platform: android
12
12
  authors:
13
13
  - donv
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-08-19 00:00:00 Z
18
+ date: 2011-08-26 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: SQLDroid is a JDBC driver for Android's sqlite database (android.database.sqlite.SQLiteDatabase).