pg 0.19.0.pre20160904200247-x64-mingw32 → 0.19.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/ChangeLog +203 -330
- data/History.rdoc +1 -1
- data/ext/pg.c +1 -1
- data/ext/pg_binary_decoder.c +1 -1
- data/ext/pg_binary_encoder.c +1 -1
- data/ext/pg_connection.c +1 -1
- data/ext/pg_result.c +1 -1
- data/ext/pg_text_decoder.c +1 -1
- data/ext/pg_text_encoder.c +1 -1
- data/ext/pg_type_map.c +1 -1
- data/ext/pg_type_map_all_strings.c +1 -1
- data/ext/pg_type_map_by_class.c +1 -1
- data/ext/pg_type_map_by_column.c +1 -1
- data/ext/pg_type_map_by_mri_type.c +1 -1
- data/ext/pg_type_map_by_oid.c +1 -1
- data/ext/pg_type_map_in_ruby.c +1 -1
- data/ext/util.c +1 -1
- data/lib/2.0/pg_ext.so +0 -0
- data/lib/2.1/pg_ext.so +0 -0
- data/lib/2.2/pg_ext.so +0 -0
- data/lib/2.3/pg_ext.so +0 -0
- data/lib/libpq.dll +0 -0
- data/lib/pg.rb +2 -2
- data/sample/disk_usage_report.rb +1 -1
- data/sample/pg_statistics.rb +1 -1
- data/sample/replication_monitor.rb +1 -1
- metadata +28 -22
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: def631e666b4ea2b0060877fa00d593ae7b30319
|
4
|
+
data.tar.gz: 491df8ba09f8a5a6131a745087b6d2702f343ee2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f37eeb35132d2502c2a773a0aa01d3ba479d95cc407479323fe23e8c2453b3eded536797a829a4c3782c0143634cdb7441349b7c327d027de3aa2a629ed3cead
|
7
|
+
data.tar.gz: c880994037c92b731fe7b8b9a7aa9f0d912d00e95dcdcb87885837a23a9df3189781f524999cf99314b03cc99b38a3a45786e7657263068b6f2de74cd65980c4
|
checksums.yaml.gz.sig
CHANGED
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
|
-
|
133
|
-
[9b7987626074]
|
116
|
+
2016-08-20 Michael Granger <ged@FaerieMUD.org>
|
134
117
|
|
135
|
-
|
118
|
+
* BSDL, README.rdoc, ext/pg.c:
|
119
|
+
Update copyright year, license files
|
120
|
+
[c77d0997b4e4]
|
136
121
|
|
137
|
-
*
|
138
|
-
|
122
|
+
* README.rdoc, certs/ged.pem:
|
123
|
+
Update/upgrade my signing cert
|
139
124
|
|
140
|
-
Fixes #
|
141
|
-
[
|
125
|
+
Fixes #241.
|
126
|
+
[741c94c3bada]
|
142
127
|
|
143
|
-
2016-
|
128
|
+
2016-08-17 Michael Granger <ged@FaerieMUD.org>
|
144
129
|
|
145
|
-
*
|
146
|
-
|
147
|
-
[
|
130
|
+
* pg.gemspec:
|
131
|
+
Bump prerelease version in the gemspec
|
132
|
+
[f7472e7a7902]
|
148
133
|
|
149
|
-
|
150
|
-
|
151
|
-
|
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
|
-
[
|
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
|
-
[
|
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-
|
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/
|
3947
|
-
|
3948
|
-
Add
|
3949
|
-
|
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,
|
data/History.rdoc
CHANGED
data/ext/pg.c
CHANGED
data/ext/pg_binary_decoder.c
CHANGED
data/ext/pg_binary_encoder.c
CHANGED
data/ext/pg_connection.c
CHANGED
data/ext/pg_result.c
CHANGED
data/ext/pg_text_decoder.c
CHANGED
data/ext/pg_text_encoder.c
CHANGED
data/ext/pg_type_map.c
CHANGED
data/ext/pg_type_map_by_class.c
CHANGED
data/ext/pg_type_map_by_column.c
CHANGED
data/ext/pg_type_map_by_oid.c
CHANGED
data/ext/pg_type_map_in_ruby.c
CHANGED
data/ext/util.c
CHANGED
data/lib/2.0/pg_ext.so
CHANGED
Binary file
|
data/lib/2.1/pg_ext.so
CHANGED
Binary file
|
data/lib/2.2/pg_ext.so
CHANGED
Binary file
|
data/lib/2.3/pg_ext.so
CHANGED
Binary file
|
data/lib/libpq.dll
CHANGED
Binary file
|
data/lib/pg.rb
CHANGED
data/sample/disk_usage_report.rb
CHANGED
data/sample/pg_statistics.rb
CHANGED
@@ -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
|
4
|
+
version: 0.19.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
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
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-
|
39
|
+
date: 2016-09-22 00:00:00.000000000 Z
|
34
40
|
dependencies:
|
35
41
|
- !ruby/object:Gem::Dependency
|
36
42
|
name: hoe-mercurial
|
@@ -321,9 +327,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
321
327
|
version: 2.0.0
|
322
328
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
323
329
|
requirements:
|
324
|
-
- - "
|
330
|
+
- - ">="
|
325
331
|
- !ruby/object:Gem::Version
|
326
|
-
version:
|
332
|
+
version: '0'
|
327
333
|
requirements: []
|
328
334
|
rubyforge_project:
|
329
335
|
rubygems_version: 2.5.1
|
metadata.gz.sig
CHANGED
Binary file
|