pg 0.14.0.pre.353-x86-mingw32 → 0.14.0-x86-mingw32

Sign up to get free protection for your applications and to get access to all the features.
data/ChangeLog CHANGED
@@ -1,10 +1,20 @@
1
+ 2012-06-23 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * .hgtags:
4
+ Added tag v0.14.0 for changeset 634e0a42a101
5
+ [35eecb26bd34] [tip]
6
+
7
+ * .hgsigs:
8
+ Added signature for changeset a45710f8db30
9
+ [634e0a42a101] [v0.14.0]
10
+
1
11
  2012-06-17 Lars Kanis <kanis@comcard.de>
2
12
 
3
13
  * Rakefile.cross, ext/extconf.rb,
4
14
  misc/postgresql-9.1.4.mingw-w64-support.patch:
5
15
  Update windows cross compilation tasks to the latest
6
16
  Openssl+Postgresql versions and the latest mingw-w64 compiler
7
- [a45710f8db30] [tip]
17
+ [a45710f8db30]
8
18
 
9
19
  * Rakefile:
10
20
  Use RbConfig instead of obsolete and deprecated Config.
Binary file
Binary file
data/lib/pg.rb CHANGED
@@ -19,7 +19,7 @@ end
19
19
  module PG
20
20
 
21
21
  # Library version
22
- VERSION = '0.14.0.pre.353'
22
+ VERSION = '0.14.0'
23
23
 
24
24
  # VCS revision
25
25
  REVISION = %q$Revision$
metadata CHANGED
@@ -1,15 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1923832459
5
- prerelease: 7
4
+ hash: 39
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
9
  - 0
10
- - pre
11
- - 353
12
- version: 0.14.0.pre.353
10
+ version: 0.14.0
13
11
  platform: x86-mingw32
14
12
  authors:
15
13
  - Michael Granger
@@ -17,7 +15,7 @@ autorequire:
17
15
  bindir: bin
18
16
  cert_chain: []
19
17
 
20
- date: 2012-06-18 00:00:00 Z
18
+ date: 2012-06-25 00:00:00 Z
21
19
  dependencies:
22
20
  - !ruby/object:Gem::Dependency
23
21
  name: hoe-mercurial
@@ -216,14 +214,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
216
214
  required_rubygems_version: !ruby/object:Gem::Requirement
217
215
  none: false
218
216
  requirements:
219
- - - ">"
217
+ - - ">="
220
218
  - !ruby/object:Gem::Version
221
- hash: 25
219
+ hash: 3
222
220
  segments:
223
- - 1
224
- - 3
225
- - 1
226
- version: 1.3.1
221
+ - 0
222
+ version: "0"
227
223
  requirements: []
228
224
 
229
225
  rubyforge_project: pg