appsignal 3.0.3 → 3.0.4.alpha.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.semaphore/semaphore.yml +64 -199
- data/CHANGELOG.md +6 -0
- data/appsignal.gemspec +15 -2
- data/build_matrix.yml +16 -24
- data/ext/agent.yml +24 -17
- data/gemfiles/capistrano2.gemfile +0 -1
- data/gemfiles/capistrano3.gemfile +0 -1
- data/gemfiles/grape.gemfile +0 -1
- data/gemfiles/no_dependencies.gemfile +4 -1
- data/gemfiles/rails-3.2.gemfile +2 -0
- data/gemfiles/rails-4.2.gemfile +6 -0
- data/gemfiles/resque-2.gemfile +0 -4
- data/gemfiles/sequel-435.gemfile +0 -1
- data/gemfiles/sequel.gemfile +0 -1
- data/gemfiles/sinatra.gemfile +0 -1
- data/lib/appsignal/version.rb +1 -1
- data/support/install_deps +9 -8
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4fb2a7967347a5b01972dde8dc65530970012a7d90e6cba6b8dfb517c1c5e506
|
4
|
+
data.tar.gz: 3ff05977c1e08ee51f930ac28230cef79a0f55c84efcaf51d8ac467d8bf50f3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 141687545d68db974fdf0a1fa761960fbba611c1faa2ea6a522ee85c2dca998a1e05680cccc2919d7cf7cd9de4be72b6656c4dfd011868c2ac095432917eb7a2
|
7
|
+
data.tar.gz: 4c195dd60db1ecd9ed6335d59ba53d511f041959ff2dfa020107cd60bf9e3e494cff5fa3bfa73bb137aebdc8452807712a40b0e76fada01d5085a4388f58009e
|
data/.semaphore/semaphore.yml
CHANGED
@@ -110,66 +110,6 @@ blocks:
|
|
110
110
|
commands:
|
111
111
|
- "./support/bundler_wrapper exec rake extension:install"
|
112
112
|
jobs:
|
113
|
-
- name: Ruby 2.0.0-p648 for capistrano2
|
114
|
-
env_vars:
|
115
|
-
- name: RUBY_VERSION
|
116
|
-
value: 2.0.0-p648
|
117
|
-
- name: GEMSET
|
118
|
-
value: capistrano2
|
119
|
-
- name: BUNDLE_GEMFILE
|
120
|
-
value: gemfiles/capistrano2.gemfile
|
121
|
-
- name: _RUBYGEMS_VERSION
|
122
|
-
value: 2.7.8
|
123
|
-
- name: _BUNDLER_VERSION
|
124
|
-
value: 1.17.3
|
125
|
-
commands:
|
126
|
-
- "./support/bundler_wrapper exec rake test"
|
127
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
128
|
-
- name: Ruby 2.0.0-p648 for capistrano3
|
129
|
-
env_vars:
|
130
|
-
- name: RUBY_VERSION
|
131
|
-
value: 2.0.0-p648
|
132
|
-
- name: GEMSET
|
133
|
-
value: capistrano3
|
134
|
-
- name: BUNDLE_GEMFILE
|
135
|
-
value: gemfiles/capistrano3.gemfile
|
136
|
-
- name: _RUBYGEMS_VERSION
|
137
|
-
value: 2.7.8
|
138
|
-
- name: _BUNDLER_VERSION
|
139
|
-
value: 1.17.3
|
140
|
-
commands:
|
141
|
-
- "./support/bundler_wrapper exec rake test"
|
142
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
143
|
-
- name: Ruby 2.0.0-p648 for grape
|
144
|
-
env_vars:
|
145
|
-
- name: RUBY_VERSION
|
146
|
-
value: 2.0.0-p648
|
147
|
-
- name: GEMSET
|
148
|
-
value: grape
|
149
|
-
- name: BUNDLE_GEMFILE
|
150
|
-
value: gemfiles/grape.gemfile
|
151
|
-
- name: _RUBYGEMS_VERSION
|
152
|
-
value: 2.7.8
|
153
|
-
- name: _BUNDLER_VERSION
|
154
|
-
value: 1.17.3
|
155
|
-
commands:
|
156
|
-
- "./support/bundler_wrapper exec rake test"
|
157
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
158
|
-
- name: Ruby 2.0.0-p648 for que
|
159
|
-
env_vars:
|
160
|
-
- name: RUBY_VERSION
|
161
|
-
value: 2.0.0-p648
|
162
|
-
- name: GEMSET
|
163
|
-
value: que
|
164
|
-
- name: BUNDLE_GEMFILE
|
165
|
-
value: gemfiles/que.gemfile
|
166
|
-
- name: _RUBYGEMS_VERSION
|
167
|
-
value: 2.7.8
|
168
|
-
- name: _BUNDLER_VERSION
|
169
|
-
value: 1.17.3
|
170
|
-
commands:
|
171
|
-
- "./support/bundler_wrapper exec rake test"
|
172
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
173
113
|
- name: Ruby 2.0.0-p648 for rails-3.2
|
174
114
|
env_vars:
|
175
115
|
- name: RUBY_VERSION
|
@@ -200,81 +140,6 @@ blocks:
|
|
200
140
|
commands:
|
201
141
|
- "./support/bundler_wrapper exec rake test"
|
202
142
|
- "./support/bundler_wrapper exec rake test:failure"
|
203
|
-
- name: Ruby 2.0.0-p648 for resque-1
|
204
|
-
env_vars:
|
205
|
-
- name: RUBY_VERSION
|
206
|
-
value: 2.0.0-p648
|
207
|
-
- name: GEMSET
|
208
|
-
value: resque-1
|
209
|
-
- name: BUNDLE_GEMFILE
|
210
|
-
value: gemfiles/resque-1.gemfile
|
211
|
-
- name: _RUBYGEMS_VERSION
|
212
|
-
value: 2.7.8
|
213
|
-
- name: _BUNDLER_VERSION
|
214
|
-
value: 1.17.3
|
215
|
-
commands:
|
216
|
-
- "./support/bundler_wrapper exec rake test"
|
217
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
218
|
-
- name: Ruby 2.0.0-p648 for sequel
|
219
|
-
env_vars:
|
220
|
-
- name: RUBY_VERSION
|
221
|
-
value: 2.0.0-p648
|
222
|
-
- name: GEMSET
|
223
|
-
value: sequel
|
224
|
-
- name: BUNDLE_GEMFILE
|
225
|
-
value: gemfiles/sequel.gemfile
|
226
|
-
- name: _RUBYGEMS_VERSION
|
227
|
-
value: 2.7.8
|
228
|
-
- name: _BUNDLER_VERSION
|
229
|
-
value: 1.17.3
|
230
|
-
commands:
|
231
|
-
- "./support/bundler_wrapper exec rake test"
|
232
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
233
|
-
- name: Ruby 2.0.0-p648 for sequel-435
|
234
|
-
env_vars:
|
235
|
-
- name: RUBY_VERSION
|
236
|
-
value: 2.0.0-p648
|
237
|
-
- name: GEMSET
|
238
|
-
value: sequel-435
|
239
|
-
- name: BUNDLE_GEMFILE
|
240
|
-
value: gemfiles/sequel-435.gemfile
|
241
|
-
- name: _RUBYGEMS_VERSION
|
242
|
-
value: 2.7.8
|
243
|
-
- name: _BUNDLER_VERSION
|
244
|
-
value: 1.17.3
|
245
|
-
commands:
|
246
|
-
- "./support/bundler_wrapper exec rake test"
|
247
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
248
|
-
- name: Ruby 2.0.0-p648 for sinatra
|
249
|
-
env_vars:
|
250
|
-
- name: RUBY_VERSION
|
251
|
-
value: 2.0.0-p648
|
252
|
-
- name: GEMSET
|
253
|
-
value: sinatra
|
254
|
-
- name: BUNDLE_GEMFILE
|
255
|
-
value: gemfiles/sinatra.gemfile
|
256
|
-
- name: _RUBYGEMS_VERSION
|
257
|
-
value: 2.7.8
|
258
|
-
- name: _BUNDLER_VERSION
|
259
|
-
value: 1.17.3
|
260
|
-
commands:
|
261
|
-
- "./support/bundler_wrapper exec rake test"
|
262
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
263
|
-
- name: Ruby 2.0.0-p648 for webmachine
|
264
|
-
env_vars:
|
265
|
-
- name: RUBY_VERSION
|
266
|
-
value: 2.0.0-p648
|
267
|
-
- name: GEMSET
|
268
|
-
value: webmachine
|
269
|
-
- name: BUNDLE_GEMFILE
|
270
|
-
value: gemfiles/webmachine.gemfile
|
271
|
-
- name: _RUBYGEMS_VERSION
|
272
|
-
value: 2.7.8
|
273
|
-
- name: _BUNDLER_VERSION
|
274
|
-
value: 1.17.3
|
275
|
-
commands:
|
276
|
-
- "./support/bundler_wrapper exec rake test"
|
277
|
-
- "./support/bundler_wrapper exec rake test:failure"
|
278
143
|
- name: Ruby 2.1.10
|
279
144
|
dependencies:
|
280
145
|
- Validation
|
@@ -699,7 +564,7 @@ blocks:
|
|
699
564
|
commands:
|
700
565
|
- "./support/bundler_wrapper exec rake test"
|
701
566
|
- "./support/bundler_wrapper exec rake test:failure"
|
702
|
-
- name: Ruby 2.7.
|
567
|
+
- name: Ruby 2.7.3
|
703
568
|
dependencies:
|
704
569
|
- Validation
|
705
570
|
task:
|
@@ -707,10 +572,10 @@ blocks:
|
|
707
572
|
commands:
|
708
573
|
- "./support/bundler_wrapper exec rake extension:install"
|
709
574
|
jobs:
|
710
|
-
- name: Ruby 2.7.
|
575
|
+
- name: Ruby 2.7.3 for no_dependencies
|
711
576
|
env_vars:
|
712
577
|
- name: RUBY_VERSION
|
713
|
-
value: 2.7.
|
578
|
+
value: 2.7.3
|
714
579
|
- name: GEMSET
|
715
580
|
value: no_dependencies
|
716
581
|
- name: BUNDLE_GEMFILE
|
@@ -722,18 +587,18 @@ blocks:
|
|
722
587
|
commands:
|
723
588
|
- "./support/bundler_wrapper exec rake test"
|
724
589
|
- "./support/bundler_wrapper exec rake test:failure"
|
725
|
-
- name: Ruby 2.7.
|
590
|
+
- name: Ruby 2.7.3 - Gems
|
726
591
|
dependencies:
|
727
|
-
- Ruby 2.7.
|
592
|
+
- Ruby 2.7.3
|
728
593
|
task:
|
729
594
|
prologue:
|
730
595
|
commands:
|
731
596
|
- "./support/bundler_wrapper exec rake extension:install"
|
732
597
|
jobs:
|
733
|
-
- name: Ruby 2.7.
|
598
|
+
- name: Ruby 2.7.3 for capistrano2
|
734
599
|
env_vars:
|
735
600
|
- name: RUBY_VERSION
|
736
|
-
value: 2.7.
|
601
|
+
value: 2.7.3
|
737
602
|
- name: GEMSET
|
738
603
|
value: capistrano2
|
739
604
|
- name: BUNDLE_GEMFILE
|
@@ -745,10 +610,10 @@ blocks:
|
|
745
610
|
commands:
|
746
611
|
- "./support/bundler_wrapper exec rake test"
|
747
612
|
- "./support/bundler_wrapper exec rake test:failure"
|
748
|
-
- name: Ruby 2.7.
|
613
|
+
- name: Ruby 2.7.3 for capistrano3
|
749
614
|
env_vars:
|
750
615
|
- name: RUBY_VERSION
|
751
|
-
value: 2.7.
|
616
|
+
value: 2.7.3
|
752
617
|
- name: GEMSET
|
753
618
|
value: capistrano3
|
754
619
|
- name: BUNDLE_GEMFILE
|
@@ -760,10 +625,10 @@ blocks:
|
|
760
625
|
commands:
|
761
626
|
- "./support/bundler_wrapper exec rake test"
|
762
627
|
- "./support/bundler_wrapper exec rake test:failure"
|
763
|
-
- name: Ruby 2.7.
|
628
|
+
- name: Ruby 2.7.3 for grape
|
764
629
|
env_vars:
|
765
630
|
- name: RUBY_VERSION
|
766
|
-
value: 2.7.
|
631
|
+
value: 2.7.3
|
767
632
|
- name: GEMSET
|
768
633
|
value: grape
|
769
634
|
- name: BUNDLE_GEMFILE
|
@@ -775,10 +640,10 @@ blocks:
|
|
775
640
|
commands:
|
776
641
|
- "./support/bundler_wrapper exec rake test"
|
777
642
|
- "./support/bundler_wrapper exec rake test:failure"
|
778
|
-
- name: Ruby 2.7.
|
643
|
+
- name: Ruby 2.7.3 for padrino
|
779
644
|
env_vars:
|
780
645
|
- name: RUBY_VERSION
|
781
|
-
value: 2.7.
|
646
|
+
value: 2.7.3
|
782
647
|
- name: GEMSET
|
783
648
|
value: padrino
|
784
649
|
- name: BUNDLE_GEMFILE
|
@@ -790,10 +655,10 @@ blocks:
|
|
790
655
|
commands:
|
791
656
|
- "./support/bundler_wrapper exec rake test"
|
792
657
|
- "./support/bundler_wrapper exec rake test:failure"
|
793
|
-
- name: Ruby 2.7.
|
658
|
+
- name: Ruby 2.7.3 for que
|
794
659
|
env_vars:
|
795
660
|
- name: RUBY_VERSION
|
796
|
-
value: 2.7.
|
661
|
+
value: 2.7.3
|
797
662
|
- name: GEMSET
|
798
663
|
value: que
|
799
664
|
- name: BUNDLE_GEMFILE
|
@@ -805,10 +670,10 @@ blocks:
|
|
805
670
|
commands:
|
806
671
|
- "./support/bundler_wrapper exec rake test"
|
807
672
|
- "./support/bundler_wrapper exec rake test:failure"
|
808
|
-
- name: Ruby 2.7.
|
673
|
+
- name: Ruby 2.7.3 for que_beta
|
809
674
|
env_vars:
|
810
675
|
- name: RUBY_VERSION
|
811
|
-
value: 2.7.
|
676
|
+
value: 2.7.3
|
812
677
|
- name: GEMSET
|
813
678
|
value: que_beta
|
814
679
|
- name: BUNDLE_GEMFILE
|
@@ -820,10 +685,10 @@ blocks:
|
|
820
685
|
commands:
|
821
686
|
- "./support/bundler_wrapper exec rake test"
|
822
687
|
- "./support/bundler_wrapper exec rake test:failure"
|
823
|
-
- name: Ruby 2.7.
|
688
|
+
- name: Ruby 2.7.3 for rails-5.0
|
824
689
|
env_vars:
|
825
690
|
- name: RUBY_VERSION
|
826
|
-
value: 2.7.
|
691
|
+
value: 2.7.3
|
827
692
|
- name: GEMSET
|
828
693
|
value: rails-5.0
|
829
694
|
- name: BUNDLE_GEMFILE
|
@@ -835,10 +700,10 @@ blocks:
|
|
835
700
|
commands:
|
836
701
|
- "./support/bundler_wrapper exec rake test"
|
837
702
|
- "./support/bundler_wrapper exec rake test:failure"
|
838
|
-
- name: Ruby 2.7.
|
703
|
+
- name: Ruby 2.7.3 for rails-5.1
|
839
704
|
env_vars:
|
840
705
|
- name: RUBY_VERSION
|
841
|
-
value: 2.7.
|
706
|
+
value: 2.7.3
|
842
707
|
- name: GEMSET
|
843
708
|
value: rails-5.1
|
844
709
|
- name: BUNDLE_GEMFILE
|
@@ -850,10 +715,10 @@ blocks:
|
|
850
715
|
commands:
|
851
716
|
- "./support/bundler_wrapper exec rake test"
|
852
717
|
- "./support/bundler_wrapper exec rake test:failure"
|
853
|
-
- name: Ruby 2.7.
|
718
|
+
- name: Ruby 2.7.3 for rails-5.2
|
854
719
|
env_vars:
|
855
720
|
- name: RUBY_VERSION
|
856
|
-
value: 2.7.
|
721
|
+
value: 2.7.3
|
857
722
|
- name: GEMSET
|
858
723
|
value: rails-5.2
|
859
724
|
- name: BUNDLE_GEMFILE
|
@@ -865,10 +730,10 @@ blocks:
|
|
865
730
|
commands:
|
866
731
|
- "./support/bundler_wrapper exec rake test"
|
867
732
|
- "./support/bundler_wrapper exec rake test:failure"
|
868
|
-
- name: Ruby 2.7.
|
733
|
+
- name: Ruby 2.7.3 for rails-6.0
|
869
734
|
env_vars:
|
870
735
|
- name: RUBY_VERSION
|
871
|
-
value: 2.7.
|
736
|
+
value: 2.7.3
|
872
737
|
- name: GEMSET
|
873
738
|
value: rails-6.0
|
874
739
|
- name: BUNDLE_GEMFILE
|
@@ -880,10 +745,10 @@ blocks:
|
|
880
745
|
commands:
|
881
746
|
- "./support/bundler_wrapper exec rake test"
|
882
747
|
- "./support/bundler_wrapper exec rake test:failure"
|
883
|
-
- name: Ruby 2.7.
|
748
|
+
- name: Ruby 2.7.3 for resque-1
|
884
749
|
env_vars:
|
885
750
|
- name: RUBY_VERSION
|
886
|
-
value: 2.7.
|
751
|
+
value: 2.7.3
|
887
752
|
- name: GEMSET
|
888
753
|
value: resque-1
|
889
754
|
- name: BUNDLE_GEMFILE
|
@@ -895,10 +760,10 @@ blocks:
|
|
895
760
|
commands:
|
896
761
|
- "./support/bundler_wrapper exec rake test"
|
897
762
|
- "./support/bundler_wrapper exec rake test:failure"
|
898
|
-
- name: Ruby 2.7.
|
763
|
+
- name: Ruby 2.7.3 for resque-2
|
899
764
|
env_vars:
|
900
765
|
- name: RUBY_VERSION
|
901
|
-
value: 2.7.
|
766
|
+
value: 2.7.3
|
902
767
|
- name: GEMSET
|
903
768
|
value: resque-2
|
904
769
|
- name: BUNDLE_GEMFILE
|
@@ -910,10 +775,10 @@ blocks:
|
|
910
775
|
commands:
|
911
776
|
- "./support/bundler_wrapper exec rake test"
|
912
777
|
- "./support/bundler_wrapper exec rake test:failure"
|
913
|
-
- name: Ruby 2.7.
|
778
|
+
- name: Ruby 2.7.3 for sequel
|
914
779
|
env_vars:
|
915
780
|
- name: RUBY_VERSION
|
916
|
-
value: 2.7.
|
781
|
+
value: 2.7.3
|
917
782
|
- name: GEMSET
|
918
783
|
value: sequel
|
919
784
|
- name: BUNDLE_GEMFILE
|
@@ -925,10 +790,10 @@ blocks:
|
|
925
790
|
commands:
|
926
791
|
- "./support/bundler_wrapper exec rake test"
|
927
792
|
- "./support/bundler_wrapper exec rake test:failure"
|
928
|
-
- name: Ruby 2.7.
|
793
|
+
- name: Ruby 2.7.3 for sequel-435
|
929
794
|
env_vars:
|
930
795
|
- name: RUBY_VERSION
|
931
|
-
value: 2.7.
|
796
|
+
value: 2.7.3
|
932
797
|
- name: GEMSET
|
933
798
|
value: sequel-435
|
934
799
|
- name: BUNDLE_GEMFILE
|
@@ -940,10 +805,10 @@ blocks:
|
|
940
805
|
commands:
|
941
806
|
- "./support/bundler_wrapper exec rake test"
|
942
807
|
- "./support/bundler_wrapper exec rake test:failure"
|
943
|
-
- name: Ruby 2.7.
|
808
|
+
- name: Ruby 2.7.3 for sinatra
|
944
809
|
env_vars:
|
945
810
|
- name: RUBY_VERSION
|
946
|
-
value: 2.7.
|
811
|
+
value: 2.7.3
|
947
812
|
- name: GEMSET
|
948
813
|
value: sinatra
|
949
814
|
- name: BUNDLE_GEMFILE
|
@@ -955,10 +820,10 @@ blocks:
|
|
955
820
|
commands:
|
956
821
|
- "./support/bundler_wrapper exec rake test"
|
957
822
|
- "./support/bundler_wrapper exec rake test:failure"
|
958
|
-
- name: Ruby 2.7.
|
823
|
+
- name: Ruby 2.7.3 for webmachine
|
959
824
|
env_vars:
|
960
825
|
- name: RUBY_VERSION
|
961
|
-
value: 2.7.
|
826
|
+
value: 2.7.3
|
962
827
|
- name: GEMSET
|
963
828
|
value: webmachine
|
964
829
|
- name: BUNDLE_GEMFILE
|
@@ -970,7 +835,7 @@ blocks:
|
|
970
835
|
commands:
|
971
836
|
- "./support/bundler_wrapper exec rake test"
|
972
837
|
- "./support/bundler_wrapper exec rake test:failure"
|
973
|
-
- name: Ruby 3.0.
|
838
|
+
- name: Ruby 3.0.1
|
974
839
|
dependencies:
|
975
840
|
- Validation
|
976
841
|
task:
|
@@ -978,10 +843,10 @@ blocks:
|
|
978
843
|
commands:
|
979
844
|
- "./support/bundler_wrapper exec rake extension:install"
|
980
845
|
jobs:
|
981
|
-
- name: Ruby 3.0.
|
846
|
+
- name: Ruby 3.0.1 for no_dependencies
|
982
847
|
env_vars:
|
983
848
|
- name: RUBY_VERSION
|
984
|
-
value: 3.0.
|
849
|
+
value: 3.0.1
|
985
850
|
- name: GEMSET
|
986
851
|
value: no_dependencies
|
987
852
|
- name: BUNDLE_GEMFILE
|
@@ -993,18 +858,18 @@ blocks:
|
|
993
858
|
commands:
|
994
859
|
- "./support/bundler_wrapper exec rake test"
|
995
860
|
- "./support/bundler_wrapper exec rake test:failure"
|
996
|
-
- name: Ruby 3.0.
|
861
|
+
- name: Ruby 3.0.1 - Gems
|
997
862
|
dependencies:
|
998
|
-
- Ruby 3.0.
|
863
|
+
- Ruby 3.0.1
|
999
864
|
task:
|
1000
865
|
prologue:
|
1001
866
|
commands:
|
1002
867
|
- "./support/bundler_wrapper exec rake extension:install"
|
1003
868
|
jobs:
|
1004
|
-
- name: Ruby 3.0.
|
869
|
+
- name: Ruby 3.0.1 for capistrano2
|
1005
870
|
env_vars:
|
1006
871
|
- name: RUBY_VERSION
|
1007
|
-
value: 3.0.
|
872
|
+
value: 3.0.1
|
1008
873
|
- name: GEMSET
|
1009
874
|
value: capistrano2
|
1010
875
|
- name: BUNDLE_GEMFILE
|
@@ -1016,10 +881,10 @@ blocks:
|
|
1016
881
|
commands:
|
1017
882
|
- "./support/bundler_wrapper exec rake test"
|
1018
883
|
- "./support/bundler_wrapper exec rake test:failure"
|
1019
|
-
- name: Ruby 3.0.
|
884
|
+
- name: Ruby 3.0.1 for capistrano3
|
1020
885
|
env_vars:
|
1021
886
|
- name: RUBY_VERSION
|
1022
|
-
value: 3.0.
|
887
|
+
value: 3.0.1
|
1023
888
|
- name: GEMSET
|
1024
889
|
value: capistrano3
|
1025
890
|
- name: BUNDLE_GEMFILE
|
@@ -1031,10 +896,10 @@ blocks:
|
|
1031
896
|
commands:
|
1032
897
|
- "./support/bundler_wrapper exec rake test"
|
1033
898
|
- "./support/bundler_wrapper exec rake test:failure"
|
1034
|
-
- name: Ruby 3.0.
|
899
|
+
- name: Ruby 3.0.1 for grape
|
1035
900
|
env_vars:
|
1036
901
|
- name: RUBY_VERSION
|
1037
|
-
value: 3.0.
|
902
|
+
value: 3.0.1
|
1038
903
|
- name: GEMSET
|
1039
904
|
value: grape
|
1040
905
|
- name: BUNDLE_GEMFILE
|
@@ -1046,10 +911,10 @@ blocks:
|
|
1046
911
|
commands:
|
1047
912
|
- "./support/bundler_wrapper exec rake test"
|
1048
913
|
- "./support/bundler_wrapper exec rake test:failure"
|
1049
|
-
- name: Ruby 3.0.
|
914
|
+
- name: Ruby 3.0.1 for padrino
|
1050
915
|
env_vars:
|
1051
916
|
- name: RUBY_VERSION
|
1052
|
-
value: 3.0.
|
917
|
+
value: 3.0.1
|
1053
918
|
- name: GEMSET
|
1054
919
|
value: padrino
|
1055
920
|
- name: BUNDLE_GEMFILE
|
@@ -1061,10 +926,10 @@ blocks:
|
|
1061
926
|
commands:
|
1062
927
|
- "./support/bundler_wrapper exec rake test"
|
1063
928
|
- "./support/bundler_wrapper exec rake test:failure"
|
1064
|
-
- name: Ruby 3.0.
|
929
|
+
- name: Ruby 3.0.1 for que
|
1065
930
|
env_vars:
|
1066
931
|
- name: RUBY_VERSION
|
1067
|
-
value: 3.0.
|
932
|
+
value: 3.0.1
|
1068
933
|
- name: GEMSET
|
1069
934
|
value: que
|
1070
935
|
- name: BUNDLE_GEMFILE
|
@@ -1076,10 +941,10 @@ blocks:
|
|
1076
941
|
commands:
|
1077
942
|
- "./support/bundler_wrapper exec rake test"
|
1078
943
|
- "./support/bundler_wrapper exec rake test:failure"
|
1079
|
-
- name: Ruby 3.0.
|
944
|
+
- name: Ruby 3.0.1 for que_beta
|
1080
945
|
env_vars:
|
1081
946
|
- name: RUBY_VERSION
|
1082
|
-
value: 3.0.
|
947
|
+
value: 3.0.1
|
1083
948
|
- name: GEMSET
|
1084
949
|
value: que_beta
|
1085
950
|
- name: BUNDLE_GEMFILE
|
@@ -1091,10 +956,10 @@ blocks:
|
|
1091
956
|
commands:
|
1092
957
|
- "./support/bundler_wrapper exec rake test"
|
1093
958
|
- "./support/bundler_wrapper exec rake test:failure"
|
1094
|
-
- name: Ruby 3.0.
|
959
|
+
- name: Ruby 3.0.1 for rails-6.0
|
1095
960
|
env_vars:
|
1096
961
|
- name: RUBY_VERSION
|
1097
|
-
value: 3.0.
|
962
|
+
value: 3.0.1
|
1098
963
|
- name: GEMSET
|
1099
964
|
value: rails-6.0
|
1100
965
|
- name: BUNDLE_GEMFILE
|
@@ -1106,10 +971,10 @@ blocks:
|
|
1106
971
|
commands:
|
1107
972
|
- "./support/bundler_wrapper exec rake test"
|
1108
973
|
- "./support/bundler_wrapper exec rake test:failure"
|
1109
|
-
- name: Ruby 3.0.
|
974
|
+
- name: Ruby 3.0.1 for resque-2
|
1110
975
|
env_vars:
|
1111
976
|
- name: RUBY_VERSION
|
1112
|
-
value: 3.0.
|
977
|
+
value: 3.0.1
|
1113
978
|
- name: GEMSET
|
1114
979
|
value: resque-2
|
1115
980
|
- name: BUNDLE_GEMFILE
|
@@ -1121,10 +986,10 @@ blocks:
|
|
1121
986
|
commands:
|
1122
987
|
- "./support/bundler_wrapper exec rake test"
|
1123
988
|
- "./support/bundler_wrapper exec rake test:failure"
|
1124
|
-
- name: Ruby 3.0.
|
989
|
+
- name: Ruby 3.0.1 for sequel
|
1125
990
|
env_vars:
|
1126
991
|
- name: RUBY_VERSION
|
1127
|
-
value: 3.0.
|
992
|
+
value: 3.0.1
|
1128
993
|
- name: GEMSET
|
1129
994
|
value: sequel
|
1130
995
|
- name: BUNDLE_GEMFILE
|
@@ -1136,10 +1001,10 @@ blocks:
|
|
1136
1001
|
commands:
|
1137
1002
|
- "./support/bundler_wrapper exec rake test"
|
1138
1003
|
- "./support/bundler_wrapper exec rake test:failure"
|
1139
|
-
- name: Ruby 3.0.
|
1004
|
+
- name: Ruby 3.0.1 for sinatra
|
1140
1005
|
env_vars:
|
1141
1006
|
- name: RUBY_VERSION
|
1142
|
-
value: 3.0.
|
1007
|
+
value: 3.0.1
|
1143
1008
|
- name: GEMSET
|
1144
1009
|
value: sinatra
|
1145
1010
|
- name: BUNDLE_GEMFILE
|
@@ -1151,10 +1016,10 @@ blocks:
|
|
1151
1016
|
commands:
|
1152
1017
|
- "./support/bundler_wrapper exec rake test"
|
1153
1018
|
- "./support/bundler_wrapper exec rake test:failure"
|
1154
|
-
- name: Ruby 3.0.
|
1019
|
+
- name: Ruby 3.0.1 for webmachine
|
1155
1020
|
env_vars:
|
1156
1021
|
- name: RUBY_VERSION
|
1157
|
-
value: 3.0.
|
1022
|
+
value: 3.0.1
|
1158
1023
|
- name: GEMSET
|
1159
1024
|
value: webmachine
|
1160
1025
|
- name: BUNDLE_GEMFILE
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
# 3.0.4 beta 1
|
4
|
+
- Bump agent to 6caf6d0
|
5
|
+
- Add aarch64 (ARM 64-bit Linux) build.
|
6
|
+
- Replace curl HTTP client.
|
7
|
+
- Various other maintenance updates.
|
8
|
+
|
3
9
|
# 3.0.3
|
4
10
|
- Fix deprecation message for set_error namespace argument. PR #712
|
5
11
|
- Fix example code for Transaction#set_namespace method. PR #713
|
data/appsignal.gemspec
CHANGED
@@ -43,10 +43,23 @@ Gem::Specification.new do |gem| # rubocop:disable Metrics/BlockLength
|
|
43
43
|
gem.add_development_dependency "webmock"
|
44
44
|
gem.add_development_dependency "yard", ">= 0.9.20"
|
45
45
|
gem.add_development_dependency "pry"
|
46
|
-
|
47
|
-
|
46
|
+
|
47
|
+
# Dependencies that need to be locked to a specific version in developement
|
48
|
+
ruby_version = Gem::Version.new(RUBY_VERSION)
|
49
|
+
if ruby_version > Gem::Version.new("2.5.0")
|
50
|
+
# RuboCop dependency parallel depends on Ruby > 2.4
|
51
|
+
gem.add_development_dependency "rubocop", "0.50.0"
|
52
|
+
end
|
53
|
+
if ruby_version < Gem::Version.new("2.1.0")
|
48
54
|
# Newer versions of rexml use keyword arguments with optional arguments which
|
49
55
|
# work in Ruby 2.1 and newer.
|
50
56
|
gem.add_development_dependency "rexml", "3.2.4"
|
51
57
|
end
|
58
|
+
if ruby_version < Gem::Version.new("2.1.0")
|
59
|
+
# public_suffix 3.0 and newer don't support Ruby < 2.1
|
60
|
+
gem.add_development_dependency "public_suffix", "~> 2.0.5"
|
61
|
+
elsif ruby_version < Gem::Version.new("2.3.0")
|
62
|
+
# public_suffix 4.0 and newer don't support Ruby < 2.3
|
63
|
+
gem.add_development_dependency "public_suffix", "~> 3.1.1"
|
64
|
+
end
|
52
65
|
end
|
data/build_matrix.yml
CHANGED
@@ -88,6 +88,10 @@ matrix:
|
|
88
88
|
gemsets: # By default all gems are tested
|
89
89
|
none:
|
90
90
|
- "no_dependencies"
|
91
|
+
old_rails:
|
92
|
+
- "no_dependencies"
|
93
|
+
- "rails-3.2"
|
94
|
+
- "rails-4.2"
|
91
95
|
minimal:
|
92
96
|
- "no_dependencies"
|
93
97
|
- "rails-5.2"
|
@@ -97,6 +101,7 @@ matrix:
|
|
97
101
|
- ruby: "2.0.0-p648"
|
98
102
|
rubygems: "2.7.8"
|
99
103
|
bundler: "1.17.3"
|
104
|
+
gems: "old_rails"
|
100
105
|
- ruby: "2.1.10"
|
101
106
|
rubygems: "2.7.8"
|
102
107
|
bundler: "1.17.3"
|
@@ -112,8 +117,8 @@ matrix:
|
|
112
117
|
- ruby: "2.5.8"
|
113
118
|
gems: "minimal"
|
114
119
|
- ruby: "2.6.6"
|
115
|
-
- ruby: "2.7.
|
116
|
-
- ruby: "3.0.
|
120
|
+
- ruby: "2.7.3"
|
121
|
+
- ruby: "3.0.1"
|
117
122
|
- ruby: "jruby-9.1.17.0"
|
118
123
|
gems: "minimal"
|
119
124
|
gems:
|
@@ -122,47 +127,37 @@ matrix:
|
|
122
127
|
- gem: "capistrano3"
|
123
128
|
- gem: "grape"
|
124
129
|
- gem: "padrino"
|
125
|
-
exclude:
|
126
|
-
ruby:
|
127
|
-
- "2.0.0-p648"
|
128
130
|
- gem: "que"
|
129
131
|
- gem: "que_beta"
|
130
|
-
exclude:
|
131
|
-
ruby:
|
132
|
-
- "2.0.0-p648"
|
133
132
|
- gem: "rails-3.2"
|
134
133
|
bundler: "1.17.3"
|
135
134
|
exclude:
|
136
135
|
ruby:
|
137
136
|
- "2.6.6"
|
138
|
-
- "2.7.
|
139
|
-
- "3.0.
|
137
|
+
- "2.7.3"
|
138
|
+
- "3.0.1"
|
140
139
|
- gem: "rails-4.2"
|
141
140
|
bundler: "1.17.3"
|
142
141
|
exclude:
|
143
142
|
ruby:
|
144
143
|
- "2.6.6"
|
145
|
-
- "2.7.
|
146
|
-
- "3.0.
|
144
|
+
- "2.7.3"
|
145
|
+
- "3.0.1"
|
147
146
|
- gem: "rails-5.0"
|
148
147
|
exclude:
|
149
148
|
ruby:
|
150
|
-
- "
|
151
|
-
- "3.0.0"
|
149
|
+
- "3.0.1"
|
152
150
|
- gem: "rails-5.1"
|
153
151
|
exclude:
|
154
152
|
ruby:
|
155
|
-
- "
|
156
|
-
- "3.0.0"
|
153
|
+
- "3.0.1"
|
157
154
|
- gem: "rails-5.2"
|
158
155
|
exclude:
|
159
156
|
ruby:
|
160
|
-
- "
|
161
|
-
- "3.0.0"
|
157
|
+
- "3.0.1"
|
162
158
|
- gem: "rails-6.0"
|
163
159
|
exclude:
|
164
160
|
ruby:
|
165
|
-
- "2.0.0-p648"
|
166
161
|
- "2.1.10"
|
167
162
|
- "2.2.10"
|
168
163
|
- "2.3.8"
|
@@ -172,15 +167,12 @@ matrix:
|
|
172
167
|
bundler: "1.17.3"
|
173
168
|
exclude:
|
174
169
|
ruby:
|
175
|
-
- "3.0.
|
170
|
+
- "3.0.1"
|
176
171
|
- gem: "resque-2"
|
177
|
-
exclude:
|
178
|
-
ruby:
|
179
|
-
- "2.0.0-p648"
|
180
172
|
- gem: "sequel"
|
181
173
|
- gem: "sequel-435"
|
182
174
|
exclude:
|
183
175
|
ruby:
|
184
|
-
- "3.0.
|
176
|
+
- "3.0.1"
|
185
177
|
- gem: "sinatra"
|
186
178
|
- gem: "webmachine"
|
data/ext/agent.yml
CHANGED
@@ -1,62 +1,69 @@
|
|
1
1
|
---
|
2
|
-
version:
|
2
|
+
version: 6caf6d0
|
3
3
|
mirrors:
|
4
4
|
- https://appsignal-agent-releases.global.ssl.fastly.net
|
5
5
|
- https://d135dj0rjqvssy.cloudfront.net
|
6
6
|
triples:
|
7
7
|
x86_64-darwin:
|
8
8
|
static:
|
9
|
-
checksum:
|
9
|
+
checksum: 94b6fb3ba7c68041c0e31867221acccc7d82702a027e5ffc2376bc09c04728f2
|
10
10
|
filename: appsignal-x86_64-darwin-all-static.tar.gz
|
11
11
|
dynamic:
|
12
|
-
checksum:
|
12
|
+
checksum: dffb70cd2c2fce05df798591d93cc67ccce66237fbaaee18c368b174656cace8
|
13
13
|
filename: appsignal-x86_64-darwin-all-dynamic.tar.gz
|
14
14
|
universal-darwin:
|
15
15
|
static:
|
16
|
-
checksum:
|
16
|
+
checksum: 94b6fb3ba7c68041c0e31867221acccc7d82702a027e5ffc2376bc09c04728f2
|
17
17
|
filename: appsignal-x86_64-darwin-all-static.tar.gz
|
18
18
|
dynamic:
|
19
|
-
checksum:
|
19
|
+
checksum: dffb70cd2c2fce05df798591d93cc67ccce66237fbaaee18c368b174656cace8
|
20
20
|
filename: appsignal-x86_64-darwin-all-dynamic.tar.gz
|
21
|
+
aarch64-linux:
|
22
|
+
static:
|
23
|
+
checksum: 4fa48dba3ce6c2d03105ccdb8ff74908ec1eed40c3bb35357fd197bc70d98fb4
|
24
|
+
filename: appsignal-aarch64-linux-all-static.tar.gz
|
25
|
+
dynamic:
|
26
|
+
checksum: 5d04ed04e89ede3946b411d920875346e1dac42665f0f61ddbe7becbd7a7cba3
|
27
|
+
filename: appsignal-aarch64-linux-all-dynamic.tar.gz
|
21
28
|
i686-linux:
|
22
29
|
static:
|
23
|
-
checksum:
|
30
|
+
checksum: 849db8eb40ac23bb9c0b0aacadf4a6210f428e5b95e92f93311240bbaf0150d2
|
24
31
|
filename: appsignal-i686-linux-all-static.tar.gz
|
25
32
|
dynamic:
|
26
|
-
checksum:
|
33
|
+
checksum: 251a078aecc6f8e44e4f2a1e09b9bbc481636e324d1dcc3e99d3f13ee3ae8a66
|
27
34
|
filename: appsignal-i686-linux-all-dynamic.tar.gz
|
28
35
|
x86-linux:
|
29
36
|
static:
|
30
|
-
checksum:
|
37
|
+
checksum: 849db8eb40ac23bb9c0b0aacadf4a6210f428e5b95e92f93311240bbaf0150d2
|
31
38
|
filename: appsignal-i686-linux-all-static.tar.gz
|
32
39
|
dynamic:
|
33
|
-
checksum:
|
40
|
+
checksum: 251a078aecc6f8e44e4f2a1e09b9bbc481636e324d1dcc3e99d3f13ee3ae8a66
|
34
41
|
filename: appsignal-i686-linux-all-dynamic.tar.gz
|
35
42
|
x86_64-linux:
|
36
43
|
static:
|
37
|
-
checksum:
|
44
|
+
checksum: 9d09faa4a778040774d02688ce12d1b59af526cc0f25f2a23b3a4fb594972fa0
|
38
45
|
filename: appsignal-x86_64-linux-all-static.tar.gz
|
39
46
|
dynamic:
|
40
|
-
checksum:
|
47
|
+
checksum: 13bd67e2a1ae718390c5ba61e03ab7d39f9203de6caa8f3be798e104de49a33a
|
41
48
|
filename: appsignal-x86_64-linux-all-dynamic.tar.gz
|
42
49
|
x86_64-linux-musl:
|
43
50
|
static:
|
44
|
-
checksum:
|
51
|
+
checksum: 2dcbbf8306f29cc0b32e9665509af43f272dabac632a7d66cfab68f84eb82e63
|
45
52
|
filename: appsignal-x86_64-linux-musl-all-static.tar.gz
|
46
53
|
dynamic:
|
47
|
-
checksum:
|
54
|
+
checksum: aa71dd709e47114950a1dbfa8eb9ab02c989efd69c8dde50adabfac035f40a7b
|
48
55
|
filename: appsignal-x86_64-linux-musl-all-dynamic.tar.gz
|
49
56
|
x86_64-freebsd:
|
50
57
|
static:
|
51
|
-
checksum:
|
58
|
+
checksum: e439baee1a4445c0eb8028638bbcc19fe6387457c41f9fad93d9fc142d904518
|
52
59
|
filename: appsignal-x86_64-freebsd-all-static.tar.gz
|
53
60
|
dynamic:
|
54
|
-
checksum:
|
61
|
+
checksum: '08e0f625e22dea0d5121dbacff417ab1c929cae7610e8aac3cf04b862d61d934'
|
55
62
|
filename: appsignal-x86_64-freebsd-all-dynamic.tar.gz
|
56
63
|
amd64-freebsd:
|
57
64
|
static:
|
58
|
-
checksum:
|
65
|
+
checksum: e439baee1a4445c0eb8028638bbcc19fe6387457c41f9fad93d9fc142d904518
|
59
66
|
filename: appsignal-x86_64-freebsd-all-static.tar.gz
|
60
67
|
dynamic:
|
61
|
-
checksum:
|
68
|
+
checksum: '08e0f625e22dea0d5121dbacff417ab1c929cae7610e8aac3cf04b862d61d934'
|
62
69
|
filename: appsignal-x86_64-freebsd-all-dynamic.tar.gz
|
data/gemfiles/grape.gemfile
CHANGED
data/gemfiles/rails-3.2.gemfile
CHANGED
data/gemfiles/rails-4.2.gemfile
CHANGED
@@ -13,5 +13,11 @@ end
|
|
13
13
|
if ruby_version < Gem::Version.new("2.1.0")
|
14
14
|
gem 'nokogiri', '~> 1.6.0'
|
15
15
|
end
|
16
|
+
if ruby_version < Gem::Version.new("2.5.0")
|
17
|
+
gem 'sprockets', '~> 3.7.2'
|
18
|
+
end
|
19
|
+
|
20
|
+
gem "minitest", "5.12.0"
|
21
|
+
gem "connection_pool", "2.2.3"
|
16
22
|
|
17
23
|
gemspec :path => '../'
|
data/gemfiles/resque-2.gemfile
CHANGED
data/gemfiles/sequel-435.gemfile
CHANGED
data/gemfiles/sequel.gemfile
CHANGED
data/gemfiles/sinatra.gemfile
CHANGED
data/lib/appsignal/version.rb
CHANGED
data/support/install_deps
CHANGED
@@ -2,25 +2,26 @@
|
|
2
2
|
|
3
3
|
set -eu
|
4
4
|
|
5
|
-
gem_args="--no-verbose"
|
6
|
-
if [[ $(ruby --version) != "ruby 1.9.3"* ]]; then
|
7
|
-
gem_args+=" --no-document"
|
8
|
-
fi
|
5
|
+
gem_args="--no-verbose --no-document"
|
9
6
|
|
10
7
|
case "${_RUBYGEMS_VERSION-"latest"}" in
|
11
8
|
"latest")
|
12
|
-
|
9
|
+
echo "Updating rubygems"
|
10
|
+
retry --times 5 --sleep 5 gem update $gem_args --system
|
13
11
|
;;
|
14
12
|
*)
|
15
|
-
|
13
|
+
echo "Updating rubygems to $_RUBYGEMS_VERSION}"
|
14
|
+
retry --times 5 --sleep 5 gem update $gem_args --system $_RUBYGEMS_VERSION
|
16
15
|
;;
|
17
16
|
esac
|
18
17
|
|
19
18
|
case "${_BUNDLER_VERSION-"latest"}" in
|
20
19
|
"latest")
|
21
|
-
|
20
|
+
echo "Updating bundler"
|
21
|
+
retry --times 5 --sleep 5 gem update bundler $gem_args
|
22
22
|
;;
|
23
23
|
*)
|
24
|
-
|
24
|
+
echo "Updating bundler to $_BUNDLER_VERSION"
|
25
|
+
retry --times 5 --sleep 5 gem install bundler $gem_args --version $_BUNDLER_VERSION
|
25
26
|
;;
|
26
27
|
esac
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: appsignal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.4.alpha.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Robert Beekman
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2021-04-
|
13
|
+
date: 2021-04-23 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rack
|
@@ -407,9 +407,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
407
407
|
version: '2.0'
|
408
408
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
409
409
|
requirements:
|
410
|
-
- - "
|
410
|
+
- - ">"
|
411
411
|
- !ruby/object:Gem::Version
|
412
|
-
version:
|
412
|
+
version: 1.3.1
|
413
413
|
requirements: []
|
414
414
|
rubygems_version: 3.2.16
|
415
415
|
signing_key:
|