pg 0.19.1.pre20170124220800-x64-mingw32 → 0.20.0-x64-mingw32

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00ad3e00f6108c7b52a87149179cf9d3ae0075d7
4
- data.tar.gz: c988fc73776423138645d922e585018aa4933b97
3
+ metadata.gz: ed02d9309e6d284a497294f19c79ad508d670725
4
+ data.tar.gz: 3d352907af42369b4d16000ec87ae59bffa716b7
5
5
  SHA512:
6
- metadata.gz: 7c0520a2524a1db813736f08b299b2f38b2fffff9c0e5345f3b4578680bfbef9a8b8b1eeef3705f9712736e6777edf761a603e4c600b5fb64d046034e8ad4c53
7
- data.tar.gz: 6564fa853a77d8f51df65c7a8d19a231d3cdc9f0c679517de202502dac2b896840060708d25c928a6af5c33c528a8a02ff8c7439883e74967e30a07298ee0159
6
+ metadata.gz: e8f8e03b1bc83ce29cabaec4d14f84d6a8abf763988c1817014da6a86c4ed14088e6947a42206c789b9afece40940f6d76aae760d3f35d48d8467422254d8ce0
7
+ data.tar.gz: 4ba9a346676265d1c5deb2b10da8446608d4eba6929000ce5ceb0f136ba29662df3a49e206b881c39e85a35d78e7cf34ec1a4b5275618c9a0c2e5e936f5d9f41
Binary file
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -1,8 +1,22 @@
1
+ 2017-03-10 Michael Granger <ged@FaerieMUD.org>
2
+
3
+ * .hgignore:
4
+ Ignore .lock files
5
+ [379c198c7185] [tip]
6
+
7
+ 2017-02-16 Lars Kanis <lars@greiz-reinsdorf.de>
8
+
9
+ * lib/pg.rb:
10
+ Use block.call instead of yield in proc context
11
+
12
+ yield in a proc context requires Ruby-2.2.
13
+ [aa91b4b14b5c]
14
+
1
15
  2017-01-24 Lars Kanis <lars@greiz-reinsdorf.de>
2
16
 
3
17
  * History.rdoc:
4
18
  Update History file regarding RI2 support.
5
- [d52339653fe3] [tip]
19
+ [d52339653fe3]
6
20
 
7
21
  * lib/pg.rb:
8
22
  Add support for RubyInstaller2 to Windows binary gem.
@@ -94,6 +108,18 @@
94
108
  Merged with d62b04efb055
95
109
  [cefe252948ed]
96
110
 
111
+ 2016-10-21 Lars Kanis <lars@greiz-reinsdorf.de>
112
+
113
+ * lib/pg/text_encoder.rb:
114
+ Fix typo in JSON#encode
115
+ [d62b04efb055]
116
+
117
+ * History.rdoc, lib/pg/text_decoder.rb, lib/pg/text_encoder.rb:
118
+ Use secure JSON methods for JSON (de)serialisation.
119
+
120
+ This fixes issue #248 : https://bitbucket.org/ged/ruby-pg/issues/248
121
+ [fe3e883bead2]
122
+
97
123
  2016-09-21 Michael Granger <ged@FaerieMUD.org>
98
124
 
99
125
  * .hgtags:
@@ -108,18 +134,6 @@
108
134
  Bump the minor version, update history.
109
135
  [8beaa5d72670]
110
136
 
111
- 2016-10-21 Lars Kanis <lars@greiz-reinsdorf.de>
112
-
113
- * lib/pg/text_encoder.rb:
114
- Fix typo in JSON#encode
115
- [d62b04efb055]
116
-
117
- * History.rdoc, lib/pg/text_decoder.rb, lib/pg/text_encoder.rb:
118
- Use secure JSON methods for JSON (de)serialisation.
119
-
120
- This fixes issue #248 : https://bitbucket.org/ged/ruby-pg/issues/248
121
- [fe3e883bead2]
122
-
123
137
  2016-09-04 Lars Kanis <lars@greiz-reinsdorf.de>
124
138
 
125
139
  * ext/pg_connection.c:
@@ -162,22 +176,6 @@
162
176
  Merged with upstream
163
177
  [cf9ac513102e]
164
178
 
165
- * BSDL, README.rdoc, ext/pg.c:
166
- Update copyright year, license files
167
- [c77d0997b4e4]
168
-
169
- * README.rdoc, certs/ged.pem:
170
- Update/upgrade my signing cert
171
-
172
- Fixes #241.
173
- [741c94c3bada]
174
-
175
- 2016-08-17 Michael Granger <ged@FaerieMUD.org>
176
-
177
- * pg.gemspec:
178
- Bump prerelease version in the gemspec
179
- [f7472e7a7902]
180
-
181
179
  2016-08-20 Lars Kanis <lars@greiz-reinsdorf.de>
182
180
 
183
181
  * History.rdoc, lib/pg/connection.rb:
@@ -251,26 +249,28 @@
251
249
  Update History.rdoc
252
250
  [9c3699255853]
253
251
 
254
- * Merge git master
255
- [9b7987626074]
252
+ 2016-08-20 Michael Granger <ged@FaerieMUD.org>
256
253
 
257
- 2016-06-27 Michael Granger <ged@FaerieMUD.org>
254
+ * BSDL, README.rdoc, ext/pg.c:
255
+ Update copyright year, license files
256
+ [c77d0997b4e4]
258
257
 
259
- * ext/extconf.rb:
260
- Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x
258
+ * README.rdoc, certs/ged.pem:
259
+ Update/upgrade my signing cert
261
260
 
262
- Fixes #236.
263
- [5979b3cba237]
261
+ Fixes #241.
262
+ [741c94c3bada]
264
263
 
265
- 2016-04-09 Michael Granger <ged@FaerieMUD.org>
264
+ 2016-08-17 Michael Granger <ged@FaerieMUD.org>
266
265
 
267
- * .hgignore, Rakefile, pg.gemspec:
268
- Deprecate Ruby 1.9, fix license name
269
- [fc5828a71f2a]
266
+ * pg.gemspec:
267
+ Bump prerelease version in the gemspec
268
+ [f7472e7a7902]
270
269
 
271
- * ext/extconf.rb:
272
- Add mechanism for trying to build without pg_config
273
- [22a3a8ef3244]
270
+ 2016-08-14 Lars Kanis <lars@greiz-reinsdorf.de>
271
+
272
+ * Merge git master
273
+ [9b7987626074]
274
274
 
275
275
  2016-08-13 Lars Kanis <lars@greiz-reinsdorf.de>
276
276
 
@@ -291,6 +291,24 @@
291
291
  This fixes bitbucket issue #245 .
292
292
  [41f81b72476f]
293
293
 
294
+ 2016-06-27 Michael Granger <ged@FaerieMUD.org>
295
+
296
+ * ext/extconf.rb:
297
+ Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x
298
+
299
+ Fixes #236.
300
+ [5979b3cba237]
301
+
302
+ 2016-04-09 Michael Granger <ged@FaerieMUD.org>
303
+
304
+ * .hgignore, Rakefile, pg.gemspec:
305
+ Deprecate Ruby 1.9, fix license name
306
+ [fc5828a71f2a]
307
+
308
+ * ext/extconf.rb:
309
+ Add mechanism for trying to build without pg_config
310
+ [22a3a8ef3244]
311
+
294
312
  2015-12-25 Lars Kanis <lars@greiz-reinsdorf.de>
295
313
 
296
314
  * ext/pg.h, ext/pg_binary_encoder.c, ext/pg_coder.c,
@@ -549,6 +567,12 @@
549
567
  Merge branch 'master@1' of ../ruby-pg.git.bare
550
568
  [b324f3f65a0c]
551
569
 
570
+ * README.rdoc, ext/pg_copy_coder.c, lib/pg/basic_type_mapping.rb,
571
+ lib/pg/connection.rb:
572
+ Add a lot more of documentation, how COPY can be used with type
573
+ coders and type maps.
574
+ [256c059e4802]
575
+
552
576
  2015-11-13 Michael Granger <ged@FaerieMUD.org>
553
577
 
554
578
  * .hgtags:
@@ -587,14 +611,6 @@
587
611
  Only use fivefish formatter when building from repo
588
612
  [6161d8eeb3f1]
589
613
 
590
- 2015-12-26 Lars Kanis <lars@greiz-reinsdorf.de>
591
-
592
- * README.rdoc, ext/pg_copy_coder.c, lib/pg/basic_type_mapping.rb,
593
- lib/pg/connection.rb:
594
- Add a lot more of documentation, how COPY can be used with type
595
- coders and type maps.
596
- [256c059e4802]
597
-
598
614
  2015-11-13 Lars Kanis <lars@greiz-reinsdorf.de>
599
615
 
600
616
  * History.rdoc:
@@ -733,20 +749,6 @@
733
749
  * Merge branch 'master' of github.com:larskanis/ruby-pg
734
750
  [d27d6d5a6545]
735
751
 
736
- 2015-06-29 Lars Kanis <kanis@comcard.de>
737
-
738
- * History.rdoc:
739
- Merge branch 'master' of https://github.com/larskanis/ruby-pg
740
-
741
- Conflicts: History.rdoc
742
- [affb47533d82]
743
-
744
- * History.rdoc, ext/util.c, spec/pg/type_spec.rb:
745
- Fix data type resulting in wrong base64 encoding.
746
- [5fb9170f6a7d]
747
-
748
- 2015-08-20 Lars Kanis <lars@greiz-reinsdorf.de>
749
-
750
752
  * README.rdoc:
751
753
  Add Appveyor status badge to the README.
752
754
  [c9637c6efcfb]
@@ -777,6 +779,18 @@
777
779
  Add CI-tests on appveyor.
778
780
  [c2dc9e491853]
779
781
 
782
+ 2015-06-29 Lars Kanis <kanis@comcard.de>
783
+
784
+ * History.rdoc:
785
+ Merge branch 'master' of https://github.com/larskanis/ruby-pg
786
+
787
+ Conflicts: History.rdoc
788
+ [affb47533d82]
789
+
790
+ * History.rdoc, ext/util.c, spec/pg/type_spec.rb:
791
+ Fix data type resulting in wrong base64 encoding.
792
+ [5fb9170f6a7d]
793
+
780
794
  2015-06-17 Lars Kanis <lars@greiz-reinsdorf.de>
781
795
 
782
796
  * Gemfile, Rakefile, Rakefile.cross:
@@ -854,18 +868,6 @@
854
868
  * Merged
855
869
  [3d56a65c78c5]
856
870
 
857
- 2015-05-25 Michael Granger <ged@FaerieMUD.org>
858
-
859
- * ext/pg_connection.c:
860
- Change instance_of checks to kind_of for subclassing [#220]
861
- [eb4d3c003bd6]
862
-
863
- * lib/pg/basic_type_mapping.rb:
864
- Whitespace fixes
865
- [4a4368e30bcf]
866
-
867
- 2015-06-08 Lars Kanis <lars@greiz-reinsdorf.de>
868
-
869
871
  * Gemfile, Rakefile, Rakefile.cross:
870
872
  Add rake task 'gem:windows' which makes use of the new rake-
871
873
  compiler-dock.
@@ -878,6 +880,16 @@
878
880
  PostgreSQL-9.4.0
879
881
  [630a22437026]
880
882
 
883
+ 2015-05-25 Michael Granger <ged@FaerieMUD.org>
884
+
885
+ * ext/pg_connection.c:
886
+ Change instance_of checks to kind_of for subclassing [#220]
887
+ [eb4d3c003bd6]
888
+
889
+ * lib/pg/basic_type_mapping.rb:
890
+ Whitespace fixes
891
+ [4a4368e30bcf]
892
+
881
893
  2015-05-14 Michael Granger <ged@FaerieMUD.org>
882
894
 
883
895
  * .hgtags:
@@ -975,26 +987,6 @@
975
987
  Merge from git branch.
976
988
  [b60c89ee93c8]
977
989
 
978
- 2015-02-03 Michael Granger <ged@FaerieMUD.org>
979
-
980
- * README.rdoc, ext/pg.c:
981
- Update copyright notices
982
- [447962e0dcba]
983
-
984
- * spec/pg/connection_spec.rb:
985
- Whitespace fixes
986
- [f4a85f78807d]
987
-
988
- 2014-08-22 Chris Bandy <bandy.chris@gmail.com>
989
-
990
- * lib/pg/connection.rb, spec/pg/connection_spec.rb:
991
- Allow URI connection string
992
-
993
- (Imported from https://github.com/ged/ruby-pg/pull/3)
994
- [d4579ef9eae4]
995
-
996
- 2015-02-11 Lars Kanis <lars@greiz-reinsdorf.de>
997
-
998
990
  * ext/pg.h, ext/pg_text_decoder.c:
999
991
  Merge branch 'non-c99-compiler'
1000
992
  [b111c84b8445]
@@ -1037,6 +1029,24 @@
1037
1029
  implementation.
1038
1030
  [df67241d1a4f]
1039
1031
 
1032
+ 2015-02-03 Michael Granger <ged@FaerieMUD.org>
1033
+
1034
+ * README.rdoc, ext/pg.c:
1035
+ Update copyright notices
1036
+ [447962e0dcba]
1037
+
1038
+ * spec/pg/connection_spec.rb:
1039
+ Whitespace fixes
1040
+ [f4a85f78807d]
1041
+
1042
+ 2014-08-22 Chris Bandy <bandy.chris@gmail.com>
1043
+
1044
+ * lib/pg/connection.rb, spec/pg/connection_spec.rb:
1045
+ Allow URI connection string
1046
+
1047
+ (Imported from https://github.com/ged/ruby-pg/pull/3)
1048
+ [d4579ef9eae4]
1049
+
1040
1050
  2015-01-27 Lars Kanis <lars@greiz-reinsdorf.de>
1041
1051
 
1042
1052
  * lib/pg/text_decoder.rb, spec/pg/type_spec.rb:
@@ -1124,13 +1134,6 @@
1124
1134
  Add a Rake task for generating the gemspec
1125
1135
  [ec6d6ce61a15]
1126
1136
 
1127
- 2014-12-31 Lars Kanis <lars@greiz-reinsdorf.de>
1128
-
1129
- * Rakefile.cross, lib/pg.rb, misc/postgresql-9.4.0.with-buggy-
1130
- mingw-w64.patch:
1131
- Add workaround for buggy mingw-w64 toolchain on Ubuntu-14.10
1132
- [f5c7f9158ee2]
1133
-
1134
1137
  2014-12-26 Lars Kanis <lars@greiz-reinsdorf.de>
1135
1138
 
1136
1139
  * lib/pg/basic_type_mapping.rb:
@@ -1469,16 +1472,6 @@
1469
1472
  Add type mapping and performance improvements
1470
1473
  [0da90c2b2812]
1471
1474
 
1472
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1473
- Merged with 4cc778c5ead7
1474
- [67bb0f34ca05]
1475
-
1476
- 2014-08-20 Michael Granger <ged@FaerieMUD.org>
1477
-
1478
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1479
- Check connection status with a matcher in specs
1480
- [b32840b98e4b]
1481
-
1482
1475
  2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
1483
1476
 
1484
1477
  * Rakefile, Rakefile.cross, ext/extconf.rb:
@@ -1571,35 +1564,6 @@
1571
1564
  alloc_query_params1() and avoids code duplication within type maps.
1572
1565
  [2afa6cc41d55]
1573
1566
 
1574
- 2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
1575
-
1576
- * Rakefile, Rakefile.cross, ext/extconf.rb:
1577
- gcc option -static-libgcc is required for i386-mingw32 build.
1578
-
1579
- Don't use native pg_config for cross build. The paths were
1580
- overwritten anyways until now.
1581
-
1582
- Remove code that was only needed for static build to libpq.
1583
- [4cc778c5ead7]
1584
-
1585
- 2014-10-09 Lars Kanis <kanis@comcard.de>
1586
-
1587
- * Rakefile, Rakefile.cross, lib/pg.rb:
1588
- Bundle libpq.dll into gem, because PostgreSQL-9.3 does no longer
1589
- support static linking.
1590
- [a37e27d356e5]
1591
-
1592
- 2014-10-04 Lars Kanis <lars@greiz-reinsdorf.de>
1593
-
1594
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1595
- Add missing spec for hash form parameters to #exec_params .
1596
- [04a6a0136a12]
1597
-
1598
- * spec/pg/type_map_by_column_spec.rb:
1599
- Fix handling of query parameters in hash form in conjunction with
1600
- type map.
1601
- [a5f028117537]
1602
-
1603
1567
  * spec/pg/connection_spec.rb:
1604
1568
  Add missing spec for hash form parameters to #exec_params .
1605
1569
  [23ad5d676b53]
@@ -2906,24 +2870,54 @@
2906
2870
  integer and float values to proper ruby types.
2907
2871
  [71ddc0446d26]
2908
2872
 
2909
- 2014-08-24 Lars Kanis <lars@greiz-reinsdorf.de>
2873
+ 2014-10-11 Michael Granger <ged@FaerieMUD.org>
2910
2874
 
2911
- * ext/pg_connection.c:
2912
- Change all remaining Oid <-> VALUE conversions to UINT.
2913
- [bae3928a7b09]
2875
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2876
+ Merged with 4cc778c5ead7
2877
+ [67bb0f34ca05]
2914
2878
 
2915
- * .travis.yml:
2916
- 'gem install rake-compiler' is still needed for cross build.
2917
- [591c4b0f2d69]
2879
+ 2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
2918
2880
 
2919
- * lib/pg/connection.rb, spec/pg/connection_spec.rb:
2920
- Add Connection.conndefaults_hash and add specs for conndefault
2921
- variants.
2922
- [2221655210da]
2881
+ * Rakefile, Rakefile.cross, ext/extconf.rb:
2882
+ gcc option -static-libgcc is required for i386-mingw32 build.
2923
2883
 
2924
- * .travis.yml:
2925
- Travis uses the Gemfile, so 'gem install' is obsolete.
2926
- [4feb9bc05f2f]
2884
+ Don't use native pg_config for cross build. The paths were
2885
+ overwritten anyways until now.
2886
+
2887
+ Remove code that was only needed for static build to libpq.
2888
+ [4cc778c5ead7]
2889
+
2890
+ 2014-10-09 Lars Kanis <kanis@comcard.de>
2891
+
2892
+ * Rakefile, Rakefile.cross, lib/pg.rb:
2893
+ Bundle libpq.dll into gem, because PostgreSQL-9.3 does no longer
2894
+ support static linking.
2895
+ [a37e27d356e5]
2896
+
2897
+ 2014-10-04 Lars Kanis <lars@greiz-reinsdorf.de>
2898
+
2899
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2900
+ Add missing spec for hash form parameters to #exec_params .
2901
+ [04a6a0136a12]
2902
+
2903
+ 2014-08-24 Lars Kanis <lars@greiz-reinsdorf.de>
2904
+
2905
+ * ext/pg_connection.c:
2906
+ Change all remaining Oid <-> VALUE conversions to UINT.
2907
+ [bae3928a7b09]
2908
+
2909
+ * .travis.yml:
2910
+ 'gem install rake-compiler' is still needed for cross build.
2911
+ [591c4b0f2d69]
2912
+
2913
+ * lib/pg/connection.rb, spec/pg/connection_spec.rb:
2914
+ Add Connection.conndefaults_hash and add specs for conndefault
2915
+ variants.
2916
+ [2221655210da]
2917
+
2918
+ * .travis.yml:
2919
+ Travis uses the Gemfile, so 'gem install' is obsolete.
2920
+ [4feb9bc05f2f]
2927
2921
 
2928
2922
  2014-08-23 Lars Kanis <lars@greiz-reinsdorf.de>
2929
2923
 
@@ -2957,6 +2951,10 @@
2957
2951
 
2958
2952
  2014-08-20 Michael Granger <ged@FaerieMUD.org>
2959
2953
 
2954
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2955
+ Check connection status with a matcher in specs
2956
+ [b32840b98e4b]
2957
+
2960
2958
  * ext/pg_connection.c, lib/pg/connection.rb,
2961
2959
  spec/pg/connection_spec.rb:
2962
2960
  Implement PG::Connection#conninfo and use it to test #188
@@ -2981,17 +2979,19 @@
2981
2979
  * Merge with 6c2444dc63e1
2982
2980
  [d7160a9fb5dc]
2983
2981
 
2984
- * .rvm.gems, Rakefile, spec/helpers.rb, spec/lib/helpers.rb,
2985
- spec/pg/connection_spec.rb, spec/pg/result_spec.rb, spec/pg_spec.rb:
2986
- Convert specs to expect syntax for RSpec 3
2987
- [c9108c846ab2]
2988
-
2989
2982
  2013-12-30 Lars Kanis <lars@greiz-reinsdorf.de>
2990
2983
 
2991
2984
  * ext/pg_connection.c:
2992
2985
  Fix typo in documentation.
2993
2986
  [6c2444dc63e1]
2994
2987
 
2988
+ 2014-06-05 Michael Granger <ged@FaerieMUD.org>
2989
+
2990
+ * .rvm.gems, Rakefile, spec/helpers.rb, spec/lib/helpers.rb,
2991
+ spec/pg/connection_spec.rb, spec/pg/result_spec.rb, spec/pg_spec.rb:
2992
+ Convert specs to expect syntax for RSpec 3
2993
+ [c9108c846ab2]
2994
+
2995
2995
  2013-12-18 Michael Granger <ged@FaerieMUD.org>
2996
2996
 
2997
2997
  * .hgtags:
@@ -3146,17 +3146,6 @@
3146
3146
  * merge tip
3147
3147
  [90252df3c5c8]
3148
3148
 
3149
- 2013-08-15 Lars Kanis <lars@greiz-reinsdorf.de>
3150
-
3151
- * Rakefile.cross:
3152
- Use RbConfig::CONFIG['CC'] instead of ['host'] for determining cross
3153
- compilation platform.
3154
-
3155
- This is 'i586-mingw32msvc-gcc' versus 'i586-pc-mingw32msvc'.
3156
- [fbee9586e8f7]
3157
-
3158
- 2013-08-18 Lars Kanis <lars@greiz-reinsdorf.de>
3159
-
3160
3149
  * lib/pg/connection.rb, spec/pg/connection_spec.rb:
3161
3150
  Add PG::Connection#copy_data as a convenience method.
3162
3151
  [5096385267ab]
@@ -3166,6 +3155,15 @@
3166
3155
  stack method calls.
3167
3156
  [8255d4f73334]
3168
3157
 
3158
+ 2013-08-15 Lars Kanis <lars@greiz-reinsdorf.de>
3159
+
3160
+ * Rakefile.cross:
3161
+ Use RbConfig::CONFIG['CC'] instead of ['host'] for determining cross
3162
+ compilation platform.
3163
+
3164
+ This is 'i586-mingw32msvc-gcc' versus 'i586-pc-mingw32msvc'.
3165
+ [fbee9586e8f7]
3166
+
3169
3167
  2013-08-14 Lars Kanis <lars@greiz-reinsdorf.de>
3170
3168
 
3171
3169
  * Gemfile, Rakefile:
@@ -3207,10 +3205,6 @@
3207
3205
  Travis: Allow failures on rbx.
3208
3206
  [7be3b156c8fb]
3209
3207
 
3210
- * spec/pg/column_mapping_spec.rb:
3211
- Too less quoting. Should fix compat with PostgreSQL 8.4.
3212
- [45fc78971757]
3213
-
3214
3208
  2013-07-18 Lars Kanis <kanis@comcard.de>
3215
3209
 
3216
3210
  * spec/pg/connection_spec.rb:
@@ -3246,92 +3240,6 @@
3246
3240
  This test failed on Windows x64.
3247
3241
  [6894f73d7039]
3248
3242
 
3249
- * Manifest.txt:
3250
- Add missing files to Manifest.txt.
3251
- [3b4bc9524bb3]
3252
-
3253
- * Manifest.txt, ext/pg_column_mapping.c, ext/util.c, ext/util.h:
3254
- Add compat with Windows platform.
3255
- [3ac02d0ccf19]
3256
-
3257
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3258
- Add compat with Ruby-1.8.7.
3259
- [7bcb3040fe34]
3260
-
3261
- * spec/pg/column_mapping_spec.rb:
3262
- Use old BYTEA escaping for compat with PostgreSQL 8.4
3263
- [2fad9e274ad3]
3264
-
3265
- 2013-07-04 Lars Kanis <lars@greiz-reinsdorf.de>
3266
-
3267
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3268
- Add BinaryBolean converter.
3269
-
3270
- Refactor converter tests.
3271
- [06c99b04f572]
3272
-
3273
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3274
- Add BinaryFloat converter.
3275
- [493b0354c678]
3276
-
3277
- 2013-07-03 Lars Kanis <lars@greiz-reinsdorf.de>
3278
-
3279
- * ext/pg_column_mapping.c, lib/pg/result.rb,
3280
- spec/pg/column_mapping_spec.rb, spec/pg/result_spec.rb:
3281
- Change ColumnMapping#initialize to take one Array arg rather than a
3282
- parameter list.
3283
-
3284
- Suggested by Aaron: https://groups.google.com/d/msg/ruby-
3285
- pg/PE5K6q9RzBs/M5prOno39DEJ
3286
- [c2ca10bf93c5]
3287
-
3288
- * spec/pg/result_spec.rb:
3289
- Add test case for all value retrieving methods of PG::Result .
3290
- [e1055f877c58]
3291
-
3292
- * spec/pg/column_mapping_spec.rb:
3293
- Add test case for default_mapping in Result#map_types!
3294
- [489220119795]
3295
-
3296
- * lib/pg/result.rb, spec/pg/column_mapping_spec.rb:
3297
- Add convenience method PG::Result#map_types!
3298
- [de02df7fb198]
3299
-
3300
- * spec/pg/column_mapping_spec.rb:
3301
- Add Boolean ColumnMapping spec and do Integer a bit more compact.
3302
- [4256841e088f]
3303
-
3304
- 2013-07-01 Lars Kanis <kanis@comcard.de>
3305
-
3306
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3307
- Add converter BinaryInteger.
3308
- [6f0c8f72962f]
3309
-
3310
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb,
3311
- spec/pg/result_spec.rb:
3312
- Use instances of PG::ColumnMapping::CConverter as representation of
3313
- the buildin converters instead of plain symbols. Symbol arguments
3314
- are converted to these instances, for convenience.
3315
-
3316
- This allows to store and retrieve additional informations to the
3317
- conversion and also which conversions are supported.
3318
- [e4f6c37b5449]
3319
-
3320
- * ext/pg_column_mapping.c:
3321
- Don't depend on TYPE(obj)==T_DATA of a proc object for compat with
3322
- rubinius.
3323
- [c33c4ac01aaf]
3324
-
3325
- 2013-06-29 Lars Kanis <lars@greiz-reinsdorf.de>
3326
-
3327
- * ext/pg.c, ext/pg.h, ext/pg_column_mapping.c, ext/pg_result.c,
3328
- spec/pg/result_spec.rb:
3329
- Add column based type mapping.
3330
-
3331
- This allowes to speed up result retrieval by directly converting
3332
- integer and float values to proper ruby types.
3333
- [160c71c0b584]
3334
-
3335
3243
  2013-07-06 Lars Kanis <lars@greiz-reinsdorf.de>
3336
3244
 
3337
3245
  * ext/pg_connection.c, spec/pg/connection_spec.rb:
@@ -3617,14 +3525,14 @@
3617
3525
  avoid warnings about truncated identifier.
3618
3526
 
3619
3527
  Thanks to Svoop for this report.
3620
- [9a6791fe9409]
3528
+ [134e067259ee] <v0.15-stable>
3621
3529
 
3622
3530
  * lib/pg/connection.rb, spec/pg/connection_spec.rb:
3623
3531
  Send a shortened $0 as application_name to the server in order to
3624
3532
  avoid warnings about truncated identifier.
3625
3533
 
3626
3534
  Thanks to Svoop for this report.
3627
- [134e067259ee] <v0.15-stable>
3535
+ [9a6791fe9409]
3628
3536
 
3629
3537
  2013-03-26 Michael Granger <ged@FaerieMUD.org>
3630
3538
 
@@ -3712,6 +3620,17 @@
3712
3620
  Merge with https://bitbucket.org/ged/ruby-pg
3713
3621
  [3230e6c245e0]
3714
3622
 
3623
+ * Rakefile, Rakefile.cross:
3624
+ Add support for cross build for multiple platforms (i386-mingw32 and
3625
+ x64-mingw32).
3626
+
3627
+ Update OpenSSL for cross build to 1.0.1e Update PostgreSQL for cross
3628
+ build to 9.2.3
3629
+
3630
+ Remove -lws2_32 for PostgreSQL build. It fails to compile for
3631
+ x64-mingw32 elsewise.
3632
+ [6a2a1a53dedc]
3633
+
3715
3634
  2013-03-12 Michael Granger <ged@FaerieMUD.org>
3716
3635
 
3717
3636
  * Rakefile.cross:
@@ -3726,19 +3645,6 @@
3726
3645
  Bump versions of dev dependencies
3727
3646
  [cba92fb4b89e]
3728
3647
 
3729
- 2013-03-13 Lars Kanis <kanis@comcard.de>
3730
-
3731
- * Rakefile, Rakefile.cross:
3732
- Add support for cross build for multiple platforms (i386-mingw32 and
3733
- x64-mingw32).
3734
-
3735
- Update OpenSSL for cross build to 1.0.1e Update PostgreSQL for cross
3736
- build to 9.2.3
3737
-
3738
- Remove -lws2_32 for PostgreSQL build. It fails to compile for
3739
- x64-mingw32 elsewise.
3740
- [6a2a1a53dedc]
3741
-
3742
3648
  2013-03-06 Michael Granger <ged@FaerieMUD.org>
3743
3649
 
3744
3650
  * README.rdoc:
@@ -3990,6 +3896,61 @@
3990
3896
  Make source settings override TM2 defaults
3991
3897
  [c5706b3f73af]
3992
3898
 
3899
+ 2012-12-26 Lars Kanis <kanis@comcard.de>
3900
+
3901
+ * ext/extconf.rb, ext/pg_connection.c, spec/pg/connection_spec.rb:
3902
+ merge in default branch
3903
+ [ca39e311d1eb] <use_gvl_for_blocking_functions>
3904
+
3905
+ * ext/gvl_wrappers.h:
3906
+ Add some documentation to gvl_wrappers
3907
+ [ffeb6a0afd1f] <use_gvl_for_blocking_functions>
3908
+
3909
+ * spec/pg/connection_spec.rb:
3910
+ Add test case for threading with Connection#exec in ruby 1.9
3911
+ [73b9aa38e8c0] <use_gvl_for_blocking_functions>
3912
+
3913
+ * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
3914
+ ext/pg_connection.c:
3915
+ Add wrappers to blocking functions and callbacks in order to release
3916
+ the GVL of ruby 1.9 as long as not in ruby code
3917
+ [2f2c681424ed] <use_gvl_for_blocking_functions>
3918
+
3919
+ 2012-07-02 Lars Kanis <kanis@comcard.de>
3920
+
3921
+ * ext/pg_connection.c, spec/pg/connection_spec.rb:
3922
+ Fix encoding of values delivered to the row processor and add specs
3923
+ for binary and text data.
3924
+ [bb9c6625fbc9] <row_processor>
3925
+
3926
+ * ext/pg_connection.c:
3927
+ Polish the documentation a little bit
3928
+ [b7633be3c941] <row_processor>
3929
+
3930
+ 2012-07-01 Lars Kanis <kanis@comcard.de>
3931
+
3932
+ * ext/pg_connection.c:
3933
+ Get rid of gcc warning about (non-)const PGresult to
3934
+ pg_new_result_for_callback()
3935
+ [1a25786ed8f3] <row_processor>
3936
+
3937
+ * ext/pg_connection.c, spec/pg/connection_spec.rb:
3938
+ Fix wrong encoding for Result object passed to a notice-receiver
3939
+ block. Add proper specs for #set_notice_receiver.
3940
+ [4280826bb9b9] <row_processor>
3941
+
3942
+ * ext/extconf.rb, ext/pg.h, ext/pg_connection.c, ext/pg_result.c,
3943
+ spec/lib/helpers.rb, spec/pg/connection_spec.rb:
3944
+ Implement PostgreSQL-9.2 functions PG::Connection#set_row_processor,
3945
+ get_row_processor, skip_result
3946
+ [b7ce4843f4d1] <row_processor>
3947
+
3948
+ 2012-06-28 Lars Kanis <kanis@comcard.de>
3949
+
3950
+ * ext/pg_result.c:
3951
+ Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
3952
+ [63998b47da6e] <copy_both_docu>
3953
+
3993
3954
  2013-01-29 Aaron Patterson <aaron.patterson@gmail.com>
3994
3955
 
3995
3956
  * ext/pg_result.c, lib/pg/result.rb, spec/pg/result_spec.rb:
@@ -4018,22 +3979,8 @@
4018
3979
  Fix encoding of messages delivered by notice callbacks
4019
3980
  [048d07d14867]
4020
3981
 
4021
- 2012-12-29 Lars Kanis <kanis@comcard.de>
4022
-
4023
- * ext/gvl_wrappers.h:
4024
- Simplify function declaration for gvl_wrappers a bit more
4025
- [39ba7e52207e] <use_gvl_for_blocking_functions>
4026
-
4027
3982
  2012-12-26 Lars Kanis <kanis@comcard.de>
4028
3983
 
4029
- * ext/extconf.rb, ext/pg_connection.c, spec/pg/connection_spec.rb:
4030
- merge in default branch
4031
- [ca39e311d1eb] <use_gvl_for_blocking_functions>
4032
-
4033
- * ext/gvl_wrappers.h:
4034
- Add some documentation to gvl_wrappers
4035
- [ffeb6a0afd1f] <use_gvl_for_blocking_functions>
4036
-
4037
3984
  * ext/pg.c:
4038
3985
  Use proper const check instead of implicit relation
4039
3986
  [d0c5d5f7f1e8]
@@ -4053,23 +4000,12 @@
4053
4000
  single row mode of PostgreSQL 9.2)
4054
4001
  [49e3fe1dafdf]
4055
4002
 
4056
- 2012-12-26 Lars Kanis <kanis@comcard.de>
4057
-
4058
- * spec/pg/connection_spec.rb:
4059
- Add test case for threading with Connection#exec in ruby 1.9
4060
- [73b9aa38e8c0] <use_gvl_for_blocking_functions>
4061
-
4062
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
4063
- ext/pg_connection.c:
4064
- Add wrappers to blocking functions and callbacks in order to release
4065
- the GVL of ruby 1.9 as long as not in ruby code
4066
- [2f2c681424ed] <use_gvl_for_blocking_functions>
4003
+ 2012-12-19 Lars Kanis <kanis@comcard.de>
4067
4004
 
4068
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
4069
- ext/pg_connection.c:
4070
- Add wrappers to blocking functions and callbacks in order to release
4071
- the GVL of ruby 1.9 as long as not in ruby code
4072
- [6ad8aa8e10a5] <use_gvl_for_blocking_functions>
4005
+ * ext/extconf.rb, ext/pg.c, ext/pg_connection.c,
4006
+ spec/pg/connection_spec.rb:
4007
+ Add single row mode of PostgreSQL 9.2
4008
+ [5cf348b75c1c] <single_row_mode>
4073
4009
 
4074
4010
  2012-12-19 Michael Granger <ged@FaerieMUD.org>
4075
4011
 
@@ -4093,14 +4029,6 @@
4093
4029
  fix spacing on README.rdoc:21 to improve display on Github
4094
4030
  [807f040166da]
4095
4031
 
4096
- 2012-12-26 Lars Kanis <kanis@comcard.de>
4097
-
4098
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
4099
- ext/pg_connection.c:
4100
- Add wrappers to blocking functions and callbacks in order to release
4101
- the GVL of ruby 1.9 while not in ruby code
4102
- [c31ea26b15e9] <use_gvl_for_blocking_functions>
4103
-
4104
4032
  2012-12-19 Lars Kanis <kanis@comcard.de>
4105
4033
 
4106
4034
  * spec/pg/connection_spec.rb:
@@ -4117,11 +4045,6 @@
4117
4045
  Add spec for PG::Result#field_values
4118
4046
  [3618eb238aba]
4119
4047
 
4120
- * ext/extconf.rb, ext/pg.c, ext/pg_connection.c,
4121
- spec/pg/connection_spec.rb:
4122
- Add single row mode of PostgreSQL 9.2
4123
- [5cf348b75c1c] <single_row_mode>
4124
-
4125
4048
  * lib/pg/connection.rb, spec/lib/helpers.rb:
4126
4049
  Restore compatibility with PostgreSQL down to 8.3
4127
4050
  [e4900f62e56d]
@@ -4243,15 +4166,6 @@
4243
4166
  Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
4244
4167
  [5e0e06440b1a]
4245
4168
 
4246
- * ext/pg_connection.c, spec/pg/connection_spec.rb:
4247
- Fix encoding of values delivered to the row processor and add specs
4248
- for binary and text data.
4249
- [bb9c6625fbc9] <row_processor>
4250
-
4251
- * ext/pg_connection.c:
4252
- Polish the documentation a little bit
4253
- [b7633be3c941] <row_processor>
4254
-
4255
4169
  2012-06-23 Michael Granger <ged@FaerieMUD.org>
4256
4170
 
4257
4171
  * .hgtags:
@@ -4262,33 +4176,6 @@
4262
4176
  Added signature for changeset a45710f8db30
4263
4177
  [634e0a42a101] [v0.14.0]
4264
4178
 
4265
- 2012-07-01 Lars Kanis <kanis@comcard.de>
4266
-
4267
- * merge copy_both_docu
4268
- [6e8ef5d4d216]
4269
-
4270
- * ext/pg_connection.c:
4271
- Get rid of gcc warning about (non-)const PGresult to
4272
- pg_new_result_for_callback()
4273
- [1a25786ed8f3] <row_processor>
4274
-
4275
- * ext/pg_connection.c, spec/pg/connection_spec.rb:
4276
- Fix wrong encoding for Result object passed to a notice-receiver
4277
- block. Add proper specs for #set_notice_receiver.
4278
- [4280826bb9b9] <row_processor>
4279
-
4280
- * ext/extconf.rb, ext/pg.h, ext/pg_connection.c, ext/pg_result.c,
4281
- spec/lib/helpers.rb, spec/pg/connection_spec.rb:
4282
- Implement PostgreSQL-9.2 functions PG::Connection#set_row_processor,
4283
- get_row_processor, skip_result
4284
- [b7ce4843f4d1] <row_processor>
4285
-
4286
- 2012-06-28 Lars Kanis <kanis@comcard.de>
4287
-
4288
- * ext/pg_result.c:
4289
- Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
4290
- [63998b47da6e] <copy_both_docu>
4291
-
4292
4179
  2012-06-17 Lars Kanis <kanis@comcard.de>
4293
4180
 
4294
4181
  * Rakefile.cross, ext/extconf.rb,
@@ -1,4 +1,4 @@
1
- == v0.19.1 [YYYY-MM-DD] Michael Granger <ged@FaerieMUD.org>
1
+ == v0.20.0 [2017-03-10] Michael Granger <ged@FaerieMUD.org>
2
2
 
3
3
  Enhancements:
4
4
  - Update error codes to PostgreSQL-9.6
@@ -15,6 +15,7 @@ Documentation fixes:
15
15
  - Talk about Integer instead of Fixnum.
16
16
  - Fix method signature of Coder#encode.
17
17
 
18
+
18
19
  == v0.19.0 [2016-09-21] Michael Granger <ged@FaerieMUD.org>
19
20
 
20
21
  - Deprecate Ruby 1.9
@@ -30,7 +30,7 @@ class CrossLibrary < OpenStruct
30
30
 
31
31
  # Cross-compilation constants
32
32
  self.openssl_version = ENV['OPENSSL_VERSION'] || '1.0.2j'
33
- self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '9.6.1'
33
+ self.postgresql_version = ENV['POSTGRESQL_VERSION'] || '9.6.2'
34
34
 
35
35
  # Check if symlinks work in the current working directory.
36
36
  # This fails, if rake-compiler-dock is running on a Windows box.
data/ext/pg.c CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg.c - Toplevel extension
3
- * $Id$
3
+ * $Id: pg.c,v c77d0997b4e4 2016/08/20 17:30:03 ged $
4
4
  *
5
5
  * Author/s:
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_column_map.c - PG::ColumnMap class extension
3
- * $Id$
3
+ * $Id: pg_binary_decoder.c,v fcf731d3dff7 2015/09/08 12:25:06 jfali $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_column_map.c - PG::ColumnMap class extension
3
- * $Id$
3
+ * $Id: pg_binary_encoder.c,v e61a06f1f5ed 2015/12/25 21:14:21 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_connection.c - PG::Connection class extension
3
- * $Id$
3
+ * $Id: pg_connection.c,v 2e17f315848e 2017/01/14 20:05:06 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_result.c - PG::Result class extension
3
- * $Id$
3
+ * $Id: pg_result.c,v 2e17f315848e 2017/01/14 20:05:06 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_text_decoder.c - PG::TextDecoder module
3
- * $Id$
3
+ * $Id: pg_text_decoder.c,v fcf731d3dff7 2015/09/08 12:25:06 jfali $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_text_encoder.c - PG::TextEncoder module
3
- * $Id$
3
+ * $Id: pg_text_encoder.c,v e61a06f1f5ed 2015/12/25 21:14:21 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_column_map.c - PG::ColumnMap class extension
3
- * $Id$
3
+ * $Id: pg_type_map.c,v 2af122820861 2017/01/14 19:56:36 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_type_map_all_strings.c - PG::TypeMapAllStrings class extension
3
- * $Id$
3
+ * $Id: pg_type_map_all_strings.c,v c53f993a4254 2014/12/12 21:57:29 lars $
4
4
  *
5
5
  * This is the default typemap.
6
6
  *
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_type_map_by_class.c - PG::TypeMapByClass class extension
3
- * $Id$
3
+ * $Id: pg_type_map_by_class.c,v eeb8a82c5328 2014/11/10 19:34:02 lars $
4
4
  *
5
5
  * This type map can be used to select value encoders based on the class
6
6
  * of the given value to be send.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_column_map.c - PG::ColumnMap class extension
3
- * $Id$
3
+ * $Id: pg_type_map_by_column.c,v fcf731d3dff7 2015/09/08 12:25:06 jfali $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_type_map_by_mri_type.c - PG::TypeMapByMriType class extension
3
- * $Id$
3
+ * $Id: pg_type_map_by_mri_type.c,v 1269b8ad77b8 2015/02/06 16:38:23 lars $
4
4
  *
5
5
  * This type map can be used to select value encoders based on the MRI-internal
6
6
  * value type code.
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_type_map_by_oid.c - PG::TypeMapByOid class extension
3
- * $Id$
3
+ * $Id: pg_type_map_by_oid.c,v c99d26015e3c 2014/12/12 20:58:25 lars $
4
4
  *
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * pg_type_map_in_ruby.c - PG::TypeMapInRuby class extension
3
- * $Id$
3
+ * $Id: pg_type_map_in_ruby.c,v 3d89d3aae4fd 2015/01/05 16:19:41 kanis $
4
4
  *
5
5
  */
6
6
 
data/ext/util.c CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * util.c - Utils for ruby-pg
3
- * $Id$
3
+ * $Id: util.c,v 5fb9170f6a7d 2015/06/29 11:15:12 kanis $
4
4
  *
5
5
  */
6
6
 
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
data/lib/pg.rb CHANGED
@@ -15,7 +15,7 @@ rescue LoadError
15
15
  rescue LoadError
16
16
  old_path = ENV['PATH']
17
17
  ENV['PATH'] = "#{path};#{old_path}"
18
- yield
18
+ block.call
19
19
  ENV['PATH'] = old_path
20
20
  end
21
21
  end
@@ -35,10 +35,10 @@ end
35
35
  module PG
36
36
 
37
37
  # Library version
38
- VERSION = '0.19.1.pre20170124220800'
38
+ VERSION = '0.20.0'
39
39
 
40
40
  # VCS revision
41
- REVISION = %q$Revision$
41
+ REVISION = %q$Revision: 838985377b48 $
42
42
 
43
43
  class NotAllCopyDataRetrieved < PG::Error
44
44
  end
@@ -24,7 +24,7 @@ rescue LoadError # 1.8 support
24
24
  raise
25
25
  end
26
26
 
27
- SCRIPT_VERSION = %q$Id$
27
+ SCRIPT_VERSION = %q$Id: disk_usage_report.rb,v 76ebae01c937 2013/03/26 17:50:02 ged $
28
28
 
29
29
 
30
30
  ### Gather data and output it to $stdout.
@@ -32,7 +32,7 @@ end
32
32
  ### Optionally run in a continuous loop, displaying deltas.
33
33
  ###
34
34
  class Stats
35
- VERSION = %q$Id$
35
+ VERSION = %q$Id: pg_statistics.rb,v 36ca5b412583 2012/04/17 23:32:25 mahlon $
36
36
 
37
37
  def initialize( opts )
38
38
  @opts = opts
@@ -36,7 +36,7 @@ end
36
36
  ###
37
37
  class PGMonitor
38
38
 
39
- VERSION = %q$Id$
39
+ VERSION = %q$Id: replication_monitor.rb,v 36ca5b412583 2012/04/17 23:32:25 mahlon $
40
40
 
41
41
  # When to consider a slave as 'behind', measured in WAL segments.
42
42
  # The default WAL segment size is 16, so we'll alert after
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pg
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.19.1.pre20170124220800
4
+ version: 0.20.0
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - Michael Granger
@@ -11,26 +11,32 @@ bindir: bin
11
11
  cert_chain:
12
12
  - |
13
13
  -----BEGIN CERTIFICATE-----
14
- MIIDPDCCAiSgAwIBAgIBAzANBgkqhkiG9w0BAQUFADBEMQ0wCwYDVQQDDARsYXJz
15
- MR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZImiZPyLGQB
16
- GRYCZGUwHhcNMTYwNjI1MTUyOTE0WhcNMTcwNjI1MTUyOTE0WjBEMQ0wCwYDVQQD
17
- DARsYXJzMR8wHQYKCZImiZPyLGQBGRYPZ3JlaXotcmVpbnNkb3JmMRIwEAYKCZIm
18
- iZPyLGQBGRYCZGUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZb4Uv
19
- RFJfRu/VEWiy3psh2jinETjiuBrL0NeRFGf8H7iU9+gx/DI/FFhfHGLrDeIskrJx
20
- YIWDMmEjVO10UUdj7wu4ZhmU++0Cd7Kq9/TyP/shIP3IjqHjVLCnJ3P6f1cl5rxZ
21
- gqo+d3BAoDrmPk0rtaf6QopwUw9RBiF8V4HqvpiY+ruJotP5UQDP4/lVOKvA8PI9
22
- P0GmVbFBrbc7Zt5h78N3UyOK0u+nvOC23BvyHXzCtcFsXCoEkt+Wwh0RFqVZdnjM
23
- LMO2vULHKKHDdX54K/sbVCj9pN9h1aotNzrEyo55zxn0G9PHg/G3P8nMvAXPkUTe
24
- brhXrfCwWRvOXA4TAgMBAAGjOTA3MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0G
25
- A1UdDgQWBBRAHK81igrXodaDj8a8/BIKsaZrETANBgkqhkiG9w0BAQUFAAOCAQEA
26
- q2VlqIpcq21tixYN4SvBjHbFlZ3Ji8ibEqAF5LnECFgTKHZHLC32Uz3rxrHQpuQm
27
- ZlzQY8fDCsGc0lh6YrHbUGg7BoDyTJnRMGBnXGHHsXSIYpmC7x+qAxp8xf1AvvEl
28
- kmcb7LJN+2QzrpgJmDpNIPJMejM5NOvg1e+qvpNWpOf1u/S0HMpw4u4I99wbiZSo
29
- ZQVoPQLB5AFRh5V3qOk6/qF1TxIAQl+OEqUGT7UWv2XYYaZS2FLbK8MqRyWzAYSc
30
- PizTJCem24R2bzZN5VGvA5tpqgwytgcFq1PZofgFxK2uKPCS+tmsA8wIjjGzFsnR
31
- WfgqWGyHn5K4wejsMic/uA==
14
+ MIIEbDCCAtSgAwIBAgIBATANBgkqhkiG9w0BAQsFADA+MQwwCgYDVQQDDANnZWQx
15
+ GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
16
+ HhcNMTYwODIwMTgxNzQyWhcNMTcwODIwMTgxNzQyWjA+MQwwCgYDVQQDDANnZWQx
17
+ GTAXBgoJkiaJk/IsZAEZFglGYWVyaWVNVUQxEzARBgoJkiaJk/IsZAEZFgNvcmcw
18
+ ggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQC/JWGRHO+USzR97vXjkFgt
19
+ 83qeNf2KHkcvrRTSnR64i6um/ziin0I0oX23H7VYrDJC9A/uoUa5nGRJS5Zw/+wW
20
+ ENcvWVZS4iUzi4dsYJGY6yEOsXh2CcF46+QevV8iE+UmbkU75V7Dy1JCaUOyizEt
21
+ TH5UHsOtUU7k9TYARt/TgYZKuaoAMZZd5qyVqhF1vV+7/Qzmp89NGflXf2xYP26a
22
+ 4MAX2qqKX/FKXqmFO+AGsbwYTEds1mksBF3fGsFgsQWxftG8GfZQ9+Cyu2+l1eOw
23
+ cZ+lPcg834G9DrqW2zhqUoLr1MTly4pqxYGb7XoDhoR7dd1kFE2a067+DzWC/ADt
24
+ +QkcqWUm5oh1fN0eqr7NsZlVJDulFgdiiYPQiIN7UNsii4Wc9aZqBoGcYfBeQNPZ
25
+ soo/6za/bWajOKUmDhpqvaiRv9EDpVLzuj53uDoukMMwxCMfgb04+ckQ0t2G7wqc
26
+ /D+K9JW9DDs3Yjgv9k4h7YMhW5gftosd+NkNC/+Y2CkCAwEAAaN1MHMwCQYDVR0T
27
+ BAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFHKN/nkRusdqCJEuq3lgB3fJvyTg
28
+ MBwGA1UdEQQVMBOBEWdlZEBGYWVyaWVNVUQub3JnMBwGA1UdEgQVMBOBEWdlZEBG
29
+ YWVyaWVNVUQub3JnMA0GCSqGSIb3DQEBCwUAA4IBgQAPJzKiT0zBU7kpqe0aS2qb
30
+ FI0PJ4y5I8buU4IZGUD5NEt/N7pZNfOyBxkrZkXhS44Fp+xwBH5ebLbq/WY78Bqd
31
+ db0z6ZgW4LMYMpWFfbXsRbd9TU2f52L8oMAhxOvF7Of5qJMVWuFQ8FPagk2iHrdH
32
+ inYLQagqAF6goWTXgAJCdPd6SNeeSNqA6vlY7CV1Jh5kfNJJ6xu/CVij1GzCLu/5
33
+ DMOr26DBv+qLJRRC/2h34uX71q5QgeOyxvMg+7V3u/Q06DXyQ2VgeeqiwDFFpEH0
34
+ PFkdPO6ZqbTRcLfNH7mFgCBJjsfSjJrn0sPBlYyOXgCoByfZnZyrIMH/UY+lgQqS
35
+ 6Von1VDsfQm0eJh5zYZD64ZF86phSR7mUX3mXItwH04HrZwkWpvgd871DZVR3i1n
36
+ w8aNA5re5+Rt/Vvjxj5AcEnZnZiz5x959NaddQocX32Z1unHw44pzRNUur1GInfW
37
+ p4vpx2kUSFSAGjtCbDGTNV2AH8w9OU4xEmNz8c5lyoA=
32
38
  -----END CERTIFICATE-----
33
- date: 2017-01-25 00:00:00.000000000 Z
39
+ date: 2017-03-10 00:00:00.000000000 Z
34
40
  dependencies:
35
41
  - !ruby/object:Gem::Dependency
36
42
  name: hoe-mercurial
@@ -319,12 +325,15 @@ required_ruby_version: !ruby/object:Gem::Requirement
319
325
  requirements:
320
326
  - - ">="
321
327
  - !ruby/object:Gem::Version
322
- version: 2.0.0
328
+ version: '2.0'
329
+ - - "<"
330
+ - !ruby/object:Gem::Version
331
+ version: '2.5'
323
332
  required_rubygems_version: !ruby/object:Gem::Requirement
324
333
  requirements:
325
- - - ">"
334
+ - - ">="
326
335
  - !ruby/object:Gem::Version
327
- version: 1.3.1
336
+ version: '0'
328
337
  requirements: []
329
338
  rubyforge_project:
330
339
  rubygems_version: 2.6.8
metadata.gz.sig CHANGED
Binary file