pg 0.19.0.pre20160904200247-x86-mingw32 → 0.19.0-x86-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: 4c2a71a84cc004f19f556f445fdbf32bd1c5bceb
4
- data.tar.gz: 931ffbd97be1320f58547c39cea5a84921451d8c
3
+ metadata.gz: 6a5e2bdb350a71525070a308d30e934ed79bfa8a
4
+ data.tar.gz: e969c29328de9707d7465505b74f64ba21eb5c5c
5
5
  SHA512:
6
- metadata.gz: 95d5e1f8c2fbbf7d0c64513e92a675c18bac21d62610240286e3f28e20c0aae8dff53e4d73df5ebd8067f6b56ef65e1c3b1b3e4c7cce60fe1489b82b7f04299b
7
- data.tar.gz: 03c2f4eea223ab197ccb548527baa80c92de58ca2dbe627728ad898ce3722f33ccce401870d0a1be1aad664d16962c975b4d0dd70e65a4c7381828d544d84b96
6
+ metadata.gz: 9cb69a5a22d5bc48d49d6db9545a0e3ebd0c03fec24bf5a9ef7b1ef2aac4ae4d4384b4428ea3f849cb388e521183bc93e56b42de757c05c0f5c9ff707cdf8f34
7
+ data.tar.gz: 38291b26b83e23f760bacd4e01dd0011fb0aede262977d9768e386a50365c2faa92e2989501f9349acc71c928261d196bf5303931bf4ecd5047c55754762fd60
Binary file
data.tar.gz.sig CHANGED
Binary file
data/ChangeLog CHANGED
@@ -40,22 +40,6 @@
40
40
  Merged with upstream
41
41
  [cf9ac513102e]
42
42
 
43
- * BSDL, README.rdoc, ext/pg.c:
44
- Update copyright year, license files
45
- [c77d0997b4e4]
46
-
47
- * README.rdoc, certs/ged.pem:
48
- Update/upgrade my signing cert
49
-
50
- Fixes #241.
51
- [741c94c3bada]
52
-
53
- 2016-08-17 Michael Granger <ged@FaerieMUD.org>
54
-
55
- * pg.gemspec:
56
- Bump prerelease version in the gemspec
57
- [f7472e7a7902]
58
-
59
43
  2016-08-20 Lars Kanis <lars@greiz-reinsdorf.de>
60
44
 
61
45
  * History.rdoc, lib/pg/connection.rb:
@@ -129,26 +113,28 @@
129
113
  Update History.rdoc
130
114
  [9c3699255853]
131
115
 
132
- * Merge git master
133
- [9b7987626074]
116
+ 2016-08-20 Michael Granger <ged@FaerieMUD.org>
134
117
 
135
- 2016-06-27 Michael Granger <ged@FaerieMUD.org>
118
+ * BSDL, README.rdoc, ext/pg.c:
119
+ Update copyright year, license files
120
+ [c77d0997b4e4]
136
121
 
137
- * ext/extconf.rb:
138
- Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x
122
+ * README.rdoc, certs/ged.pem:
123
+ Update/upgrade my signing cert
139
124
 
140
- Fixes #236.
141
- [5979b3cba237]
125
+ Fixes #241.
126
+ [741c94c3bada]
142
127
 
143
- 2016-04-09 Michael Granger <ged@FaerieMUD.org>
128
+ 2016-08-17 Michael Granger <ged@FaerieMUD.org>
144
129
 
145
- * .hgignore, Rakefile, pg.gemspec:
146
- Deprecate Ruby 1.9, fix license name
147
- [fc5828a71f2a]
130
+ * pg.gemspec:
131
+ Bump prerelease version in the gemspec
132
+ [f7472e7a7902]
148
133
 
149
- * ext/extconf.rb:
150
- Add mechanism for trying to build without pg_config
151
- [22a3a8ef3244]
134
+ 2016-08-14 Lars Kanis <lars@greiz-reinsdorf.de>
135
+
136
+ * Merge git master
137
+ [9b7987626074]
152
138
 
153
139
  2016-08-13 Lars Kanis <lars@greiz-reinsdorf.de>
154
140
 
@@ -169,6 +155,24 @@
169
155
  This fixes bitbucket issue #245 .
170
156
  [41f81b72476f]
171
157
 
158
+ 2016-06-27 Michael Granger <ged@FaerieMUD.org>
159
+
160
+ * ext/extconf.rb:
161
+ Add __EXTENSIONS__ to Solaris/SmartOS for Ruby >= 2.3.x
162
+
163
+ Fixes #236.
164
+ [5979b3cba237]
165
+
166
+ 2016-04-09 Michael Granger <ged@FaerieMUD.org>
167
+
168
+ * .hgignore, Rakefile, pg.gemspec:
169
+ Deprecate Ruby 1.9, fix license name
170
+ [fc5828a71f2a]
171
+
172
+ * ext/extconf.rb:
173
+ Add mechanism for trying to build without pg_config
174
+ [22a3a8ef3244]
175
+
172
176
  2015-12-25 Lars Kanis <lars@greiz-reinsdorf.de>
173
177
 
174
178
  * ext/pg.h, ext/pg_binary_encoder.c, ext/pg_coder.c,
@@ -427,6 +431,12 @@
427
431
  Merge branch 'master@1' of ../ruby-pg.git.bare
428
432
  [b324f3f65a0c]
429
433
 
434
+ * README.rdoc, ext/pg_copy_coder.c, lib/pg/basic_type_mapping.rb,
435
+ lib/pg/connection.rb:
436
+ Add a lot more of documentation, how COPY can be used with type
437
+ coders and type maps.
438
+ [256c059e4802]
439
+
430
440
  2015-11-13 Michael Granger <ged@FaerieMUD.org>
431
441
 
432
442
  * .hgtags:
@@ -465,14 +475,6 @@
465
475
  Only use fivefish formatter when building from repo
466
476
  [6161d8eeb3f1]
467
477
 
468
- 2015-12-26 Lars Kanis <lars@greiz-reinsdorf.de>
469
-
470
- * README.rdoc, ext/pg_copy_coder.c, lib/pg/basic_type_mapping.rb,
471
- lib/pg/connection.rb:
472
- Add a lot more of documentation, how COPY can be used with type
473
- coders and type maps.
474
- [256c059e4802]
475
-
476
478
  2015-11-13 Lars Kanis <lars@greiz-reinsdorf.de>
477
479
 
478
480
  * History.rdoc:
@@ -611,20 +613,6 @@
611
613
  * Merge branch 'master' of github.com:larskanis/ruby-pg
612
614
  [d27d6d5a6545]
613
615
 
614
- 2015-06-29 Lars Kanis <kanis@comcard.de>
615
-
616
- * History.rdoc:
617
- Merge branch 'master' of https://github.com/larskanis/ruby-pg
618
-
619
- Conflicts: History.rdoc
620
- [affb47533d82]
621
-
622
- * History.rdoc, ext/util.c, spec/pg/type_spec.rb:
623
- Fix data type resulting in wrong base64 encoding.
624
- [5fb9170f6a7d]
625
-
626
- 2015-08-20 Lars Kanis <lars@greiz-reinsdorf.de>
627
-
628
616
  * README.rdoc:
629
617
  Add Appveyor status badge to the README.
630
618
  [c9637c6efcfb]
@@ -655,6 +643,18 @@
655
643
  Add CI-tests on appveyor.
656
644
  [c2dc9e491853]
657
645
 
646
+ 2015-06-29 Lars Kanis <kanis@comcard.de>
647
+
648
+ * History.rdoc:
649
+ Merge branch 'master' of https://github.com/larskanis/ruby-pg
650
+
651
+ Conflicts: History.rdoc
652
+ [affb47533d82]
653
+
654
+ * History.rdoc, ext/util.c, spec/pg/type_spec.rb:
655
+ Fix data type resulting in wrong base64 encoding.
656
+ [5fb9170f6a7d]
657
+
658
658
  2015-06-17 Lars Kanis <lars@greiz-reinsdorf.de>
659
659
 
660
660
  * Gemfile, Rakefile, Rakefile.cross:
@@ -732,18 +732,6 @@
732
732
  * Merged
733
733
  [3d56a65c78c5]
734
734
 
735
- 2015-05-25 Michael Granger <ged@FaerieMUD.org>
736
-
737
- * ext/pg_connection.c:
738
- Change instance_of checks to kind_of for subclassing [#220]
739
- [eb4d3c003bd6]
740
-
741
- * lib/pg/basic_type_mapping.rb:
742
- Whitespace fixes
743
- [4a4368e30bcf]
744
-
745
- 2015-06-08 Lars Kanis <lars@greiz-reinsdorf.de>
746
-
747
735
  * Gemfile, Rakefile, Rakefile.cross:
748
736
  Add rake task 'gem:windows' which makes use of the new rake-
749
737
  compiler-dock.
@@ -756,6 +744,16 @@
756
744
  PostgreSQL-9.4.0
757
745
  [630a22437026]
758
746
 
747
+ 2015-05-25 Michael Granger <ged@FaerieMUD.org>
748
+
749
+ * ext/pg_connection.c:
750
+ Change instance_of checks to kind_of for subclassing [#220]
751
+ [eb4d3c003bd6]
752
+
753
+ * lib/pg/basic_type_mapping.rb:
754
+ Whitespace fixes
755
+ [4a4368e30bcf]
756
+
759
757
  2015-05-14 Michael Granger <ged@FaerieMUD.org>
760
758
 
761
759
  * .hgtags:
@@ -853,26 +851,6 @@
853
851
  Merge from git branch.
854
852
  [b60c89ee93c8]
855
853
 
856
- 2015-02-03 Michael Granger <ged@FaerieMUD.org>
857
-
858
- * README.rdoc, ext/pg.c:
859
- Update copyright notices
860
- [447962e0dcba]
861
-
862
- * spec/pg/connection_spec.rb:
863
- Whitespace fixes
864
- [f4a85f78807d]
865
-
866
- 2014-08-22 Chris Bandy <bandy.chris@gmail.com>
867
-
868
- * lib/pg/connection.rb, spec/pg/connection_spec.rb:
869
- Allow URI connection string
870
-
871
- (Imported from https://github.com/ged/ruby-pg/pull/3)
872
- [d4579ef9eae4]
873
-
874
- 2015-02-11 Lars Kanis <lars@greiz-reinsdorf.de>
875
-
876
854
  * ext/pg.h, ext/pg_text_decoder.c:
877
855
  Merge branch 'non-c99-compiler'
878
856
  [b111c84b8445]
@@ -915,6 +893,24 @@
915
893
  implementation.
916
894
  [df67241d1a4f]
917
895
 
896
+ 2015-02-03 Michael Granger <ged@FaerieMUD.org>
897
+
898
+ * README.rdoc, ext/pg.c:
899
+ Update copyright notices
900
+ [447962e0dcba]
901
+
902
+ * spec/pg/connection_spec.rb:
903
+ Whitespace fixes
904
+ [f4a85f78807d]
905
+
906
+ 2014-08-22 Chris Bandy <bandy.chris@gmail.com>
907
+
908
+ * lib/pg/connection.rb, spec/pg/connection_spec.rb:
909
+ Allow URI connection string
910
+
911
+ (Imported from https://github.com/ged/ruby-pg/pull/3)
912
+ [d4579ef9eae4]
913
+
918
914
  2015-01-27 Lars Kanis <lars@greiz-reinsdorf.de>
919
915
 
920
916
  * lib/pg/text_decoder.rb, spec/pg/type_spec.rb:
@@ -1002,13 +998,6 @@
1002
998
  Add a Rake task for generating the gemspec
1003
999
  [ec6d6ce61a15]
1004
1000
 
1005
- 2014-12-31 Lars Kanis <lars@greiz-reinsdorf.de>
1006
-
1007
- * Rakefile.cross, lib/pg.rb, misc/postgresql-9.4.0.with-buggy-
1008
- mingw-w64.patch:
1009
- Add workaround for buggy mingw-w64 toolchain on Ubuntu-14.10
1010
- [f5c7f9158ee2]
1011
-
1012
1001
  2014-12-26 Lars Kanis <lars@greiz-reinsdorf.de>
1013
1002
 
1014
1003
  * lib/pg/basic_type_mapping.rb:
@@ -1347,16 +1336,6 @@
1347
1336
  Add type mapping and performance improvements
1348
1337
  [0da90c2b2812]
1349
1338
 
1350
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1351
- Merged with 4cc778c5ead7
1352
- [67bb0f34ca05]
1353
-
1354
- 2014-08-20 Michael Granger <ged@FaerieMUD.org>
1355
-
1356
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1357
- Check connection status with a matcher in specs
1358
- [b32840b98e4b]
1359
-
1360
1339
  2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
1361
1340
 
1362
1341
  * Rakefile, Rakefile.cross, ext/extconf.rb:
@@ -1449,35 +1428,6 @@
1449
1428
  alloc_query_params1() and avoids code duplication within type maps.
1450
1429
  [2afa6cc41d55]
1451
1430
 
1452
- 2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
1453
-
1454
- * Rakefile, Rakefile.cross, ext/extconf.rb:
1455
- gcc option -static-libgcc is required for i386-mingw32 build.
1456
-
1457
- Don't use native pg_config for cross build. The paths were
1458
- overwritten anyways until now.
1459
-
1460
- Remove code that was only needed for static build to libpq.
1461
- [4cc778c5ead7]
1462
-
1463
- 2014-10-09 Lars Kanis <kanis@comcard.de>
1464
-
1465
- * Rakefile, Rakefile.cross, lib/pg.rb:
1466
- Bundle libpq.dll into gem, because PostgreSQL-9.3 does no longer
1467
- support static linking.
1468
- [a37e27d356e5]
1469
-
1470
- 2014-10-04 Lars Kanis <lars@greiz-reinsdorf.de>
1471
-
1472
- * spec/helpers.rb, spec/pg/connection_spec.rb:
1473
- Add missing spec for hash form parameters to #exec_params .
1474
- [04a6a0136a12]
1475
-
1476
- * spec/pg/type_map_by_column_spec.rb:
1477
- Fix handling of query parameters in hash form in conjunction with
1478
- type map.
1479
- [a5f028117537]
1480
-
1481
1431
  * spec/pg/connection_spec.rb:
1482
1432
  Add missing spec for hash form parameters to #exec_params .
1483
1433
  [23ad5d676b53]
@@ -2784,6 +2734,36 @@
2784
2734
  integer and float values to proper ruby types.
2785
2735
  [71ddc0446d26]
2786
2736
 
2737
+ 2014-10-11 Michael Granger <ged@FaerieMUD.org>
2738
+
2739
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2740
+ Merged with 4cc778c5ead7
2741
+ [67bb0f34ca05]
2742
+
2743
+ 2014-10-09 Lars Kanis <lars@greiz-reinsdorf.de>
2744
+
2745
+ * Rakefile, Rakefile.cross, ext/extconf.rb:
2746
+ gcc option -static-libgcc is required for i386-mingw32 build.
2747
+
2748
+ Don't use native pg_config for cross build. The paths were
2749
+ overwritten anyways until now.
2750
+
2751
+ Remove code that was only needed for static build to libpq.
2752
+ [4cc778c5ead7]
2753
+
2754
+ 2014-10-09 Lars Kanis <kanis@comcard.de>
2755
+
2756
+ * Rakefile, Rakefile.cross, lib/pg.rb:
2757
+ Bundle libpq.dll into gem, because PostgreSQL-9.3 does no longer
2758
+ support static linking.
2759
+ [a37e27d356e5]
2760
+
2761
+ 2014-10-04 Lars Kanis <lars@greiz-reinsdorf.de>
2762
+
2763
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2764
+ Add missing spec for hash form parameters to #exec_params .
2765
+ [04a6a0136a12]
2766
+
2787
2767
  2014-08-24 Lars Kanis <lars@greiz-reinsdorf.de>
2788
2768
 
2789
2769
  * ext/pg_connection.c:
@@ -2835,6 +2815,10 @@
2835
2815
 
2836
2816
  2014-08-20 Michael Granger <ged@FaerieMUD.org>
2837
2817
 
2818
+ * spec/helpers.rb, spec/pg/connection_spec.rb:
2819
+ Check connection status with a matcher in specs
2820
+ [b32840b98e4b]
2821
+
2838
2822
  * ext/pg_connection.c, lib/pg/connection.rb,
2839
2823
  spec/pg/connection_spec.rb:
2840
2824
  Implement PG::Connection#conninfo and use it to test #188
@@ -2859,17 +2843,19 @@
2859
2843
  * Merge with 6c2444dc63e1
2860
2844
  [d7160a9fb5dc]
2861
2845
 
2862
- * .rvm.gems, Rakefile, spec/helpers.rb, spec/lib/helpers.rb,
2863
- spec/pg/connection_spec.rb, spec/pg/result_spec.rb, spec/pg_spec.rb:
2864
- Convert specs to expect syntax for RSpec 3
2865
- [c9108c846ab2]
2866
-
2867
2846
  2013-12-30 Lars Kanis <lars@greiz-reinsdorf.de>
2868
2847
 
2869
2848
  * ext/pg_connection.c:
2870
2849
  Fix typo in documentation.
2871
2850
  [6c2444dc63e1]
2872
2851
 
2852
+ 2014-06-05 Michael Granger <ged@FaerieMUD.org>
2853
+
2854
+ * .rvm.gems, Rakefile, spec/helpers.rb, spec/lib/helpers.rb,
2855
+ spec/pg/connection_spec.rb, spec/pg/result_spec.rb, spec/pg_spec.rb:
2856
+ Convert specs to expect syntax for RSpec 3
2857
+ [c9108c846ab2]
2858
+
2873
2859
  2013-12-18 Michael Granger <ged@FaerieMUD.org>
2874
2860
 
2875
2861
  * .hgtags:
@@ -3024,17 +3010,6 @@
3024
3010
  * merge tip
3025
3011
  [90252df3c5c8]
3026
3012
 
3027
- 2013-08-15 Lars Kanis <lars@greiz-reinsdorf.de>
3028
-
3029
- * Rakefile.cross:
3030
- Use RbConfig::CONFIG['CC'] instead of ['host'] for determining cross
3031
- compilation platform.
3032
-
3033
- This is 'i586-mingw32msvc-gcc' versus 'i586-pc-mingw32msvc'.
3034
- [fbee9586e8f7]
3035
-
3036
- 2013-08-18 Lars Kanis <lars@greiz-reinsdorf.de>
3037
-
3038
3013
  * lib/pg/connection.rb, spec/pg/connection_spec.rb:
3039
3014
  Add PG::Connection#copy_data as a convenience method.
3040
3015
  [5096385267ab]
@@ -3044,6 +3019,15 @@
3044
3019
  stack method calls.
3045
3020
  [8255d4f73334]
3046
3021
 
3022
+ 2013-08-15 Lars Kanis <lars@greiz-reinsdorf.de>
3023
+
3024
+ * Rakefile.cross:
3025
+ Use RbConfig::CONFIG['CC'] instead of ['host'] for determining cross
3026
+ compilation platform.
3027
+
3028
+ This is 'i586-mingw32msvc-gcc' versus 'i586-pc-mingw32msvc'.
3029
+ [fbee9586e8f7]
3030
+
3047
3031
  2013-08-14 Lars Kanis <lars@greiz-reinsdorf.de>
3048
3032
 
3049
3033
  * Gemfile, Rakefile:
@@ -3085,10 +3069,6 @@
3085
3069
  Travis: Allow failures on rbx.
3086
3070
  [7be3b156c8fb]
3087
3071
 
3088
- * spec/pg/column_mapping_spec.rb:
3089
- Too less quoting. Should fix compat with PostgreSQL 8.4.
3090
- [45fc78971757]
3091
-
3092
3072
  2013-07-18 Lars Kanis <kanis@comcard.de>
3093
3073
 
3094
3074
  * spec/pg/connection_spec.rb:
@@ -3124,92 +3104,6 @@
3124
3104
  This test failed on Windows x64.
3125
3105
  [6894f73d7039]
3126
3106
 
3127
- * Manifest.txt:
3128
- Add missing files to Manifest.txt.
3129
- [3b4bc9524bb3]
3130
-
3131
- * Manifest.txt, ext/pg_column_mapping.c, ext/util.c, ext/util.h:
3132
- Add compat with Windows platform.
3133
- [3ac02d0ccf19]
3134
-
3135
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3136
- Add compat with Ruby-1.8.7.
3137
- [7bcb3040fe34]
3138
-
3139
- * spec/pg/column_mapping_spec.rb:
3140
- Use old BYTEA escaping for compat with PostgreSQL 8.4
3141
- [2fad9e274ad3]
3142
-
3143
- 2013-07-04 Lars Kanis <lars@greiz-reinsdorf.de>
3144
-
3145
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3146
- Add BinaryBolean converter.
3147
-
3148
- Refactor converter tests.
3149
- [06c99b04f572]
3150
-
3151
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3152
- Add BinaryFloat converter.
3153
- [493b0354c678]
3154
-
3155
- 2013-07-03 Lars Kanis <lars@greiz-reinsdorf.de>
3156
-
3157
- * ext/pg_column_mapping.c, lib/pg/result.rb,
3158
- spec/pg/column_mapping_spec.rb, spec/pg/result_spec.rb:
3159
- Change ColumnMapping#initialize to take one Array arg rather than a
3160
- parameter list.
3161
-
3162
- Suggested by Aaron: https://groups.google.com/d/msg/ruby-
3163
- pg/PE5K6q9RzBs/M5prOno39DEJ
3164
- [c2ca10bf93c5]
3165
-
3166
- * spec/pg/result_spec.rb:
3167
- Add test case for all value retrieving methods of PG::Result .
3168
- [e1055f877c58]
3169
-
3170
- * spec/pg/column_mapping_spec.rb:
3171
- Add test case for default_mapping in Result#map_types!
3172
- [489220119795]
3173
-
3174
- * lib/pg/result.rb, spec/pg/column_mapping_spec.rb:
3175
- Add convenience method PG::Result#map_types!
3176
- [de02df7fb198]
3177
-
3178
- * spec/pg/column_mapping_spec.rb:
3179
- Add Boolean ColumnMapping spec and do Integer a bit more compact.
3180
- [4256841e088f]
3181
-
3182
- 2013-07-01 Lars Kanis <kanis@comcard.de>
3183
-
3184
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb:
3185
- Add converter BinaryInteger.
3186
- [6f0c8f72962f]
3187
-
3188
- * ext/pg_column_mapping.c, spec/pg/column_mapping_spec.rb,
3189
- spec/pg/result_spec.rb:
3190
- Use instances of PG::ColumnMapping::CConverter as representation of
3191
- the buildin converters instead of plain symbols. Symbol arguments
3192
- are converted to these instances, for convenience.
3193
-
3194
- This allows to store and retrieve additional informations to the
3195
- conversion and also which conversions are supported.
3196
- [e4f6c37b5449]
3197
-
3198
- * ext/pg_column_mapping.c:
3199
- Don't depend on TYPE(obj)==T_DATA of a proc object for compat with
3200
- rubinius.
3201
- [c33c4ac01aaf]
3202
-
3203
- 2013-06-29 Lars Kanis <lars@greiz-reinsdorf.de>
3204
-
3205
- * ext/pg.c, ext/pg.h, ext/pg_column_mapping.c, ext/pg_result.c,
3206
- spec/pg/result_spec.rb:
3207
- Add column based type mapping.
3208
-
3209
- This allowes to speed up result retrieval by directly converting
3210
- integer and float values to proper ruby types.
3211
- [160c71c0b584]
3212
-
3213
3107
  2013-07-06 Lars Kanis <lars@greiz-reinsdorf.de>
3214
3108
 
3215
3109
  * ext/pg_connection.c, spec/pg/connection_spec.rb:
@@ -3495,14 +3389,14 @@
3495
3389
  avoid warnings about truncated identifier.
3496
3390
 
3497
3391
  Thanks to Svoop for this report.
3498
- [9a6791fe9409]
3392
+ [134e067259ee] <v0.15-stable>
3499
3393
 
3500
3394
  * lib/pg/connection.rb, spec/pg/connection_spec.rb:
3501
3395
  Send a shortened $0 as application_name to the server in order to
3502
3396
  avoid warnings about truncated identifier.
3503
3397
 
3504
3398
  Thanks to Svoop for this report.
3505
- [134e067259ee] <v0.15-stable>
3399
+ [9a6791fe9409]
3506
3400
 
3507
3401
  2013-03-26 Michael Granger <ged@FaerieMUD.org>
3508
3402
 
@@ -3590,6 +3484,17 @@
3590
3484
  Merge with https://bitbucket.org/ged/ruby-pg
3591
3485
  [3230e6c245e0]
3592
3486
 
3487
+ * Rakefile, Rakefile.cross:
3488
+ Add support for cross build for multiple platforms (i386-mingw32 and
3489
+ x64-mingw32).
3490
+
3491
+ Update OpenSSL for cross build to 1.0.1e Update PostgreSQL for cross
3492
+ build to 9.2.3
3493
+
3494
+ Remove -lws2_32 for PostgreSQL build. It fails to compile for
3495
+ x64-mingw32 elsewise.
3496
+ [6a2a1a53dedc]
3497
+
3593
3498
  2013-03-12 Michael Granger <ged@FaerieMUD.org>
3594
3499
 
3595
3500
  * Rakefile.cross:
@@ -3604,19 +3509,6 @@
3604
3509
  Bump versions of dev dependencies
3605
3510
  [cba92fb4b89e]
3606
3511
 
3607
- 2013-03-13 Lars Kanis <kanis@comcard.de>
3608
-
3609
- * Rakefile, Rakefile.cross:
3610
- Add support for cross build for multiple platforms (i386-mingw32 and
3611
- x64-mingw32).
3612
-
3613
- Update OpenSSL for cross build to 1.0.1e Update PostgreSQL for cross
3614
- build to 9.2.3
3615
-
3616
- Remove -lws2_32 for PostgreSQL build. It fails to compile for
3617
- x64-mingw32 elsewise.
3618
- [6a2a1a53dedc]
3619
-
3620
3512
  2013-03-06 Michael Granger <ged@FaerieMUD.org>
3621
3513
 
3622
3514
  * README.rdoc:
@@ -3868,6 +3760,61 @@
3868
3760
  Make source settings override TM2 defaults
3869
3761
  [c5706b3f73af]
3870
3762
 
3763
+ 2012-12-26 Lars Kanis <kanis@comcard.de>
3764
+
3765
+ * ext/extconf.rb, ext/pg_connection.c, spec/pg/connection_spec.rb:
3766
+ merge in default branch
3767
+ [ca39e311d1eb] <use_gvl_for_blocking_functions>
3768
+
3769
+ * ext/gvl_wrappers.h:
3770
+ Add some documentation to gvl_wrappers
3771
+ [ffeb6a0afd1f] <use_gvl_for_blocking_functions>
3772
+
3773
+ * spec/pg/connection_spec.rb:
3774
+ Add test case for threading with Connection#exec in ruby 1.9
3775
+ [73b9aa38e8c0] <use_gvl_for_blocking_functions>
3776
+
3777
+ * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
3778
+ ext/pg_connection.c:
3779
+ Add wrappers to blocking functions and callbacks in order to release
3780
+ the GVL of ruby 1.9 as long as not in ruby code
3781
+ [2f2c681424ed] <use_gvl_for_blocking_functions>
3782
+
3783
+ 2012-07-02 Lars Kanis <kanis@comcard.de>
3784
+
3785
+ * ext/pg_connection.c, spec/pg/connection_spec.rb:
3786
+ Fix encoding of values delivered to the row processor and add specs
3787
+ for binary and text data.
3788
+ [bb9c6625fbc9] <row_processor>
3789
+
3790
+ * ext/pg_connection.c:
3791
+ Polish the documentation a little bit
3792
+ [b7633be3c941] <row_processor>
3793
+
3794
+ 2012-07-01 Lars Kanis <kanis@comcard.de>
3795
+
3796
+ * ext/pg_connection.c:
3797
+ Get rid of gcc warning about (non-)const PGresult to
3798
+ pg_new_result_for_callback()
3799
+ [1a25786ed8f3] <row_processor>
3800
+
3801
+ * ext/pg_connection.c, spec/pg/connection_spec.rb:
3802
+ Fix wrong encoding for Result object passed to a notice-receiver
3803
+ block. Add proper specs for #set_notice_receiver.
3804
+ [4280826bb9b9] <row_processor>
3805
+
3806
+ * ext/extconf.rb, ext/pg.h, ext/pg_connection.c, ext/pg_result.c,
3807
+ spec/lib/helpers.rb, spec/pg/connection_spec.rb:
3808
+ Implement PostgreSQL-9.2 functions PG::Connection#set_row_processor,
3809
+ get_row_processor, skip_result
3810
+ [b7ce4843f4d1] <row_processor>
3811
+
3812
+ 2012-06-28 Lars Kanis <kanis@comcard.de>
3813
+
3814
+ * ext/pg_result.c:
3815
+ Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
3816
+ [63998b47da6e] <copy_both_docu>
3817
+
3871
3818
  2013-01-29 Aaron Patterson <aaron.patterson@gmail.com>
3872
3819
 
3873
3820
  * ext/pg_result.c, lib/pg/result.rb, spec/pg/result_spec.rb:
@@ -3896,22 +3843,8 @@
3896
3843
  Fix encoding of messages delivered by notice callbacks
3897
3844
  [048d07d14867]
3898
3845
 
3899
- 2012-12-29 Lars Kanis <kanis@comcard.de>
3900
-
3901
- * ext/gvl_wrappers.h:
3902
- Simplify function declaration for gvl_wrappers a bit more
3903
- [39ba7e52207e] <use_gvl_for_blocking_functions>
3904
-
3905
3846
  2012-12-26 Lars Kanis <kanis@comcard.de>
3906
3847
 
3907
- * ext/extconf.rb, ext/pg_connection.c, spec/pg/connection_spec.rb:
3908
- merge in default branch
3909
- [ca39e311d1eb] <use_gvl_for_blocking_functions>
3910
-
3911
- * ext/gvl_wrappers.h:
3912
- Add some documentation to gvl_wrappers
3913
- [ffeb6a0afd1f] <use_gvl_for_blocking_functions>
3914
-
3915
3848
  * ext/pg.c:
3916
3849
  Use proper const check instead of implicit relation
3917
3850
  [d0c5d5f7f1e8]
@@ -3931,23 +3864,12 @@
3931
3864
  single row mode of PostgreSQL 9.2)
3932
3865
  [49e3fe1dafdf]
3933
3866
 
3934
- 2012-12-26 Lars Kanis <kanis@comcard.de>
3935
-
3936
- * spec/pg/connection_spec.rb:
3937
- Add test case for threading with Connection#exec in ruby 1.9
3938
- [73b9aa38e8c0] <use_gvl_for_blocking_functions>
3939
-
3940
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
3941
- ext/pg_connection.c:
3942
- Add wrappers to blocking functions and callbacks in order to release
3943
- the GVL of ruby 1.9 as long as not in ruby code
3944
- [2f2c681424ed] <use_gvl_for_blocking_functions>
3867
+ 2012-12-19 Lars Kanis <kanis@comcard.de>
3945
3868
 
3946
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
3947
- ext/pg_connection.c:
3948
- Add wrappers to blocking functions and callbacks in order to release
3949
- the GVL of ruby 1.9 as long as not in ruby code
3950
- [6ad8aa8e10a5] <use_gvl_for_blocking_functions>
3869
+ * ext/extconf.rb, ext/pg.c, ext/pg_connection.c,
3870
+ spec/pg/connection_spec.rb:
3871
+ Add single row mode of PostgreSQL 9.2
3872
+ [5cf348b75c1c] <single_row_mode>
3951
3873
 
3952
3874
  2012-12-19 Michael Granger <ged@FaerieMUD.org>
3953
3875
 
@@ -3971,14 +3893,6 @@
3971
3893
  fix spacing on README.rdoc:21 to improve display on Github
3972
3894
  [807f040166da]
3973
3895
 
3974
- 2012-12-26 Lars Kanis <kanis@comcard.de>
3975
-
3976
- * ext/extconf.rb, ext/gvl_wrappers.c, ext/gvl_wrappers.h, ext/pg.h,
3977
- ext/pg_connection.c:
3978
- Add wrappers to blocking functions and callbacks in order to release
3979
- the GVL of ruby 1.9 while not in ruby code
3980
- [c31ea26b15e9] <use_gvl_for_blocking_functions>
3981
-
3982
3896
  2012-12-19 Lars Kanis <kanis@comcard.de>
3983
3897
 
3984
3898
  * spec/pg/connection_spec.rb:
@@ -3995,11 +3909,6 @@
3995
3909
  Add spec for PG::Result#field_values
3996
3910
  [3618eb238aba]
3997
3911
 
3998
- * ext/extconf.rb, ext/pg.c, ext/pg_connection.c,
3999
- spec/pg/connection_spec.rb:
4000
- Add single row mode of PostgreSQL 9.2
4001
- [5cf348b75c1c] <single_row_mode>
4002
-
4003
3912
  * lib/pg/connection.rb, spec/lib/helpers.rb:
4004
3913
  Restore compatibility with PostgreSQL down to 8.3
4005
3914
  [e4900f62e56d]
@@ -4121,15 +4030,6 @@
4121
4030
  Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
4122
4031
  [5e0e06440b1a]
4123
4032
 
4124
- * ext/pg_connection.c, spec/pg/connection_spec.rb:
4125
- Fix encoding of values delivered to the row processor and add specs
4126
- for binary and text data.
4127
- [bb9c6625fbc9] <row_processor>
4128
-
4129
- * ext/pg_connection.c:
4130
- Polish the documentation a little bit
4131
- [b7633be3c941] <row_processor>
4132
-
4133
4033
  2012-06-23 Michael Granger <ged@FaerieMUD.org>
4134
4034
 
4135
4035
  * .hgtags:
@@ -4140,33 +4040,6 @@
4140
4040
  Added signature for changeset a45710f8db30
4141
4041
  [634e0a42a101] [v0.14.0]
4142
4042
 
4143
- 2012-07-01 Lars Kanis <kanis@comcard.de>
4144
-
4145
- * merge copy_both_docu
4146
- [6e8ef5d4d216]
4147
-
4148
- * ext/pg_connection.c:
4149
- Get rid of gcc warning about (non-)const PGresult to
4150
- pg_new_result_for_callback()
4151
- [1a25786ed8f3] <row_processor>
4152
-
4153
- * ext/pg_connection.c, spec/pg/connection_spec.rb:
4154
- Fix wrong encoding for Result object passed to a notice-receiver
4155
- block. Add proper specs for #set_notice_receiver.
4156
- [4280826bb9b9] <row_processor>
4157
-
4158
- * ext/extconf.rb, ext/pg.h, ext/pg_connection.c, ext/pg_result.c,
4159
- spec/lib/helpers.rb, spec/pg/connection_spec.rb:
4160
- Implement PostgreSQL-9.2 functions PG::Connection#set_row_processor,
4161
- get_row_processor, skip_result
4162
- [b7ce4843f4d1] <row_processor>
4163
-
4164
- 2012-06-28 Lars Kanis <kanis@comcard.de>
4165
-
4166
- * ext/pg_result.c:
4167
- Add PGRES_COPY_BOTH to documentation of PG::Result#result_status
4168
- [63998b47da6e] <copy_both_docu>
4169
-
4170
4043
  2012-06-17 Lars Kanis <kanis@comcard.de>
4171
4044
 
4172
4045
  * Rakefile.cross, ext/extconf.rb,
@@ -1,4 +1,4 @@
1
- == v0.19.0 [YYYY-MM-DD] Michael Granger <ged@FaerieMUD.org>
1
+ == v0.19.0 [2016-09-21] Michael Granger <ged@FaerieMUD.org>
2
2
 
3
3
  - Deprecate Ruby 1.9
4
4
 
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 4d9c4ee44d11 2016/09/04 17:32:03 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 982082c0d77b 2016/01/31 19:28:55 ged $
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 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_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
@@ -24,10 +24,10 @@ end
24
24
  module PG
25
25
 
26
26
  # Library version
27
- VERSION = '0.19.0.pre20160904200247'
27
+ VERSION = '0.19.0'
28
28
 
29
29
  # VCS revision
30
- REVISION = %q$Revision$
30
+ REVISION = %q$Revision: 8beaa5d72670 $
31
31
 
32
32
  class NotAllCopyDataRetrieved < PG::Error
33
33
  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.0.pre20160904200247
4
+ version: 0.19.0
5
5
  platform: x86-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: 2016-09-04 00:00:00.000000000 Z
39
+ date: 2016-09-22 00:00:00.000000000 Z
34
40
  dependencies:
35
41
  - !ruby/object:Gem::Dependency
36
42
  name: hoe-mercurial
@@ -322,9 +328,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
322
328
  version: 2.0.0
323
329
  required_rubygems_version: !ruby/object:Gem::Requirement
324
330
  requirements:
325
- - - ">"
331
+ - - ">="
326
332
  - !ruby/object:Gem::Version
327
- version: 1.3.1
333
+ version: '0'
328
334
  requirements: []
329
335
  rubyforge_project:
330
336
  rubygems_version: 2.5.1
metadata.gz.sig CHANGED
Binary file