alchemrest 3.1.0 → 3.2.2
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
- data/Gemfile.lock +27 -27
- data/gemfiles/faraday_2.gemfile.lock +1 -1
- data/gemfiles/rails_7_2.gemfile.lock +1 -1
- data/gemfiles/rails_8_0.gemfile.lock +1 -1
- data/lib/alchemrest/version.rb +1 -1
- data/rbi/alchemrest.rbi +39 -2
- data/sorbet/rbi/gems/{actionpack@8.0.4.rbi → actionpack@8.0.4.1.rbi} +204 -204
- data/sorbet/rbi/gems/{actionview@8.0.4.rbi → actionview@8.0.4.1.rbi} +251 -251
- data/sorbet/rbi/gems/{activemodel@8.0.4.rbi → activemodel@8.0.4.1.rbi} +3 -3
- data/sorbet/rbi/gems/{activesupport@8.0.4.rbi → activesupport@8.0.4.1.rbi} +84 -84
- data/sorbet/rbi/gems/{addressable@2.8.7.rbi → addressable@2.9.0.rbi} +94 -97
- data/sorbet/rbi/gems/{bigdecimal@3.3.1.rbi → bigdecimal@4.0.1.rbi} +16 -5
- data/sorbet/rbi/gems/{concurrent-ruby@1.3.5.rbi → concurrent-ruby@1.3.6.rbi} +95 -81
- data/sorbet/rbi/gems/{i18n@1.14.7.rbi → i18n@1.14.8.rbi} +103 -103
- data/sorbet/rbi/gems/{minitest@5.26.0.rbi → minitest@5.27.0.rbi} +208 -205
- data/sorbet/rbi/gems/{rack-session@2.1.1.rbi → rack-session@2.1.2.rbi} +95 -34
- data/sorbet/rbi/gems/{rack@3.1.14.rbi → rack@3.1.21.rbi} +213 -177
- data/sorbet/rbi/gems/{railties@8.0.4.rbi → railties@8.0.4.1.rbi} +59 -59
- data/sorbet/rbi/gems/{uri@1.1.0.rbi → uri@1.1.1.rbi} +13 -13
- metadata +17 -17
- /data/sorbet/rbi/gems/{connection_pool@2.5.4.rbi → connection_pool@3.0.2.rbi} +0 -0
- /data/sorbet/rbi/gems/{public_suffix@6.0.1.rbi → public_suffix@7.0.5.rbi} +0 -0
|
@@ -740,7 +740,7 @@ class Rails::Application::RoutesReloader
|
|
|
740
740
|
# source://railties//lib/rails/application/routes_reloader.rb#15
|
|
741
741
|
def initialize; end
|
|
742
742
|
|
|
743
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
743
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
744
744
|
def __callbacks; end
|
|
745
745
|
|
|
746
746
|
# source://railties//lib/rails/application/routes_reloader.rb#11
|
|
@@ -803,18 +803,18 @@ class Rails::Application::RoutesReloader
|
|
|
803
803
|
def updater; end
|
|
804
804
|
|
|
805
805
|
class << self
|
|
806
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
806
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
807
807
|
def __callbacks; end
|
|
808
808
|
|
|
809
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
809
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
810
810
|
def __callbacks=(value); end
|
|
811
811
|
|
|
812
812
|
private
|
|
813
813
|
|
|
814
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
814
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
815
815
|
def __class_attr___callbacks; end
|
|
816
816
|
|
|
817
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
817
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
818
818
|
def __class_attr___callbacks=(new_value); end
|
|
819
819
|
end
|
|
820
820
|
end
|
|
@@ -823,7 +823,7 @@ end
|
|
|
823
823
|
class Rails::ApplicationController < ::ActionController::Base
|
|
824
824
|
private
|
|
825
825
|
|
|
826
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
826
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
827
827
|
def _layout(lookup_context, formats, keys); end
|
|
828
828
|
|
|
829
829
|
# source://railties//lib/rails/application_controller.rb#27
|
|
@@ -838,28 +838,28 @@ class Rails::ApplicationController < ::ActionController::Base
|
|
|
838
838
|
class << self
|
|
839
839
|
private
|
|
840
840
|
|
|
841
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
841
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
842
842
|
def __class_attr___callbacks; end
|
|
843
843
|
|
|
844
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
844
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
845
845
|
def __class_attr___callbacks=(new_value); end
|
|
846
846
|
|
|
847
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
847
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
848
848
|
def __class_attr__layout; end
|
|
849
849
|
|
|
850
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
850
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
851
851
|
def __class_attr__layout=(new_value); end
|
|
852
852
|
|
|
853
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
853
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
854
854
|
def __class_attr__layout_conditions; end
|
|
855
855
|
|
|
856
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
856
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
857
857
|
def __class_attr__layout_conditions=(new_value); end
|
|
858
858
|
|
|
859
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
859
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
860
860
|
def __class_attr_middleware_stack; end
|
|
861
861
|
|
|
862
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
862
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
863
863
|
def __class_attr_middleware_stack=(new_value); end
|
|
864
864
|
end
|
|
865
865
|
end
|
|
@@ -1048,13 +1048,13 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
1048
1048
|
# source://railties//lib/rails/engine.rb#440
|
|
1049
1049
|
def initialize; end
|
|
1050
1050
|
|
|
1051
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
1051
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
1052
1052
|
def __callbacks; end
|
|
1053
1053
|
|
|
1054
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#924
|
|
1054
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#924
|
|
1055
1055
|
def _load_seed_callbacks; end
|
|
1056
1056
|
|
|
1057
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#912
|
|
1057
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#912
|
|
1058
1058
|
def _run_load_seed_callbacks(&block); end
|
|
1059
1059
|
|
|
1060
1060
|
# source://railties//lib/rails/engine.rb#516
|
|
@@ -1158,16 +1158,16 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
1158
1158
|
def load_config_initializer(initializer); end
|
|
1159
1159
|
|
|
1160
1160
|
class << self
|
|
1161
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
1161
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
1162
1162
|
def __callbacks; end
|
|
1163
1163
|
|
|
1164
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#69
|
|
1164
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#69
|
|
1165
1165
|
def __callbacks=(value); end
|
|
1166
1166
|
|
|
1167
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#916
|
|
1167
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#916
|
|
1168
1168
|
def _load_seed_callbacks; end
|
|
1169
1169
|
|
|
1170
|
-
# source://activesupport/8.0.4/lib/active_support/callbacks.rb#920
|
|
1170
|
+
# source://activesupport/8.0.4.1/lib/active_support/callbacks.rb#920
|
|
1171
1171
|
def _load_seed_callbacks=(value); end
|
|
1172
1172
|
|
|
1173
1173
|
# source://railties//lib/rails/engine.rb#354
|
|
@@ -1211,10 +1211,10 @@ class Rails::Engine < ::Rails::Railtie
|
|
|
1211
1211
|
|
|
1212
1212
|
private
|
|
1213
1213
|
|
|
1214
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1214
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1215
1215
|
def __class_attr___callbacks; end
|
|
1216
1216
|
|
|
1217
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1217
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1218
1218
|
def __class_attr___callbacks=(new_value); end
|
|
1219
1219
|
end
|
|
1220
1220
|
end
|
|
@@ -1368,7 +1368,7 @@ class Rails::HealthController < ::ActionController::Base
|
|
|
1368
1368
|
|
|
1369
1369
|
private
|
|
1370
1370
|
|
|
1371
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
1371
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
1372
1372
|
def _layout(lookup_context, formats, keys); end
|
|
1373
1373
|
|
|
1374
1374
|
# source://railties//lib/rails/health_controller.rb#53
|
|
@@ -1383,16 +1383,16 @@ class Rails::HealthController < ::ActionController::Base
|
|
|
1383
1383
|
class << self
|
|
1384
1384
|
private
|
|
1385
1385
|
|
|
1386
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1386
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1387
1387
|
def __class_attr_middleware_stack; end
|
|
1388
1388
|
|
|
1389
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1389
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1390
1390
|
def __class_attr_middleware_stack=(new_value); end
|
|
1391
1391
|
|
|
1392
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1392
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1393
1393
|
def __class_attr_rescue_handlers; end
|
|
1394
1394
|
|
|
1395
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1395
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1396
1396
|
def __class_attr_rescue_handlers=(new_value); end
|
|
1397
1397
|
end
|
|
1398
1398
|
end
|
|
@@ -1442,7 +1442,7 @@ class Rails::InfoController < ::Rails::ApplicationController
|
|
|
1442
1442
|
|
|
1443
1443
|
private
|
|
1444
1444
|
|
|
1445
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
1445
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
1446
1446
|
def _layout(lookup_context, formats, keys); end
|
|
1447
1447
|
|
|
1448
1448
|
# source://railties//lib/rails/info_controller.rb#8
|
|
@@ -1454,28 +1454,28 @@ class Rails::InfoController < ::Rails::ApplicationController
|
|
|
1454
1454
|
class << self
|
|
1455
1455
|
private
|
|
1456
1456
|
|
|
1457
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1457
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1458
1458
|
def __class_attr___callbacks; end
|
|
1459
1459
|
|
|
1460
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1460
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1461
1461
|
def __class_attr___callbacks=(new_value); end
|
|
1462
1462
|
|
|
1463
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1463
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1464
1464
|
def __class_attr__layout; end
|
|
1465
1465
|
|
|
1466
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1466
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1467
1467
|
def __class_attr__layout=(new_value); end
|
|
1468
1468
|
|
|
1469
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1469
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1470
1470
|
def __class_attr__layout_conditions; end
|
|
1471
1471
|
|
|
1472
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1472
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1473
1473
|
def __class_attr__layout_conditions=(new_value); end
|
|
1474
1474
|
|
|
1475
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1475
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1476
1476
|
def __class_attr_middleware_stack; end
|
|
1477
1477
|
|
|
1478
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1478
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1479
1479
|
def __class_attr_middleware_stack=(new_value); end
|
|
1480
1480
|
end
|
|
1481
1481
|
end
|
|
@@ -1567,7 +1567,7 @@ class Rails::MailersController < ::Rails::ApplicationController
|
|
|
1567
1567
|
|
|
1568
1568
|
private
|
|
1569
1569
|
|
|
1570
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
1570
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
1571
1571
|
def _layout(lookup_context, formats, keys); end
|
|
1572
1572
|
|
|
1573
1573
|
# source://railties//lib/rails/mailers_controller.rb#107
|
|
@@ -1600,22 +1600,22 @@ class Rails::MailersController < ::Rails::ApplicationController
|
|
|
1600
1600
|
class << self
|
|
1601
1601
|
private
|
|
1602
1602
|
|
|
1603
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1603
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1604
1604
|
def __class_attr___callbacks; end
|
|
1605
1605
|
|
|
1606
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1606
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1607
1607
|
def __class_attr___callbacks=(new_value); end
|
|
1608
1608
|
|
|
1609
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1609
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1610
1610
|
def __class_attr__helper_methods; end
|
|
1611
1611
|
|
|
1612
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1612
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1613
1613
|
def __class_attr__helper_methods=(new_value); end
|
|
1614
1614
|
|
|
1615
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1615
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1616
1616
|
def __class_attr_middleware_stack; end
|
|
1617
1617
|
|
|
1618
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1618
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1619
1619
|
def __class_attr_middleware_stack=(new_value); end
|
|
1620
1620
|
end
|
|
1621
1621
|
end
|
|
@@ -1800,22 +1800,22 @@ class Rails::PwaController < ::Rails::ApplicationController
|
|
|
1800
1800
|
|
|
1801
1801
|
private
|
|
1802
1802
|
|
|
1803
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
1803
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
1804
1804
|
def _layout(lookup_context, formats, keys); end
|
|
1805
1805
|
|
|
1806
1806
|
class << self
|
|
1807
1807
|
private
|
|
1808
1808
|
|
|
1809
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1809
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1810
1810
|
def __class_attr___callbacks; end
|
|
1811
1811
|
|
|
1812
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1812
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1813
1813
|
def __class_attr___callbacks=(new_value); end
|
|
1814
1814
|
|
|
1815
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
1815
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
1816
1816
|
def __class_attr_middleware_stack; end
|
|
1817
1817
|
|
|
1818
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
1818
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
1819
1819
|
def __class_attr_middleware_stack=(new_value); end
|
|
1820
1820
|
end
|
|
1821
1821
|
end
|
|
@@ -2102,7 +2102,7 @@ Rails::VERSION::MAJOR = T.let(T.unsafe(nil), Integer)
|
|
|
2102
2102
|
Rails::VERSION::MINOR = T.let(T.unsafe(nil), Integer)
|
|
2103
2103
|
|
|
2104
2104
|
# source://railties//lib/rails/gem_version.rb#13
|
|
2105
|
-
Rails::VERSION::PRE = T.let(T.unsafe(nil),
|
|
2105
|
+
Rails::VERSION::PRE = T.let(T.unsafe(nil), String)
|
|
2106
2106
|
|
|
2107
2107
|
# source://railties//lib/rails/gem_version.rb#15
|
|
2108
2108
|
Rails::VERSION::STRING = T.let(T.unsafe(nil), String)
|
|
@@ -2117,34 +2117,34 @@ class Rails::WelcomeController < ::Rails::ApplicationController
|
|
|
2117
2117
|
|
|
2118
2118
|
private
|
|
2119
2119
|
|
|
2120
|
-
# source://actionview/8.0.4/lib/action_view/layouts.rb#328
|
|
2120
|
+
# source://actionview/8.0.4.1/lib/action_view/layouts.rb#328
|
|
2121
2121
|
def _layout(lookup_context, formats, keys); end
|
|
2122
2122
|
|
|
2123
2123
|
class << self
|
|
2124
2124
|
private
|
|
2125
2125
|
|
|
2126
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
2126
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
2127
2127
|
def __class_attr___callbacks; end
|
|
2128
2128
|
|
|
2129
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
2129
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
2130
2130
|
def __class_attr___callbacks=(new_value); end
|
|
2131
2131
|
|
|
2132
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
2132
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
2133
2133
|
def __class_attr__layout; end
|
|
2134
2134
|
|
|
2135
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
2135
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
2136
2136
|
def __class_attr__layout=(new_value); end
|
|
2137
2137
|
|
|
2138
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
2138
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
2139
2139
|
def __class_attr__layout_conditions; end
|
|
2140
2140
|
|
|
2141
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
2141
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
2142
2142
|
def __class_attr__layout_conditions=(new_value); end
|
|
2143
2143
|
|
|
2144
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#15
|
|
2144
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#15
|
|
2145
2145
|
def __class_attr_middleware_stack; end
|
|
2146
2146
|
|
|
2147
|
-
# source://activesupport/8.0.4/lib/active_support/class_attribute.rb#17
|
|
2147
|
+
# source://activesupport/8.0.4.1/lib/active_support/class_attribute.rb#17
|
|
2148
2148
|
def __class_attr_middleware_stack=(new_value); end
|
|
2149
2149
|
end
|
|
2150
2150
|
end
|
|
@@ -519,48 +519,48 @@ end
|
|
|
519
519
|
class URI::MailTo < ::URI::Generic
|
|
520
520
|
include ::URI::RFC2396_REGEXP
|
|
521
521
|
|
|
522
|
-
# source://uri//lib/uri/mailto.rb#
|
|
522
|
+
# source://uri//lib/uri/mailto.rb#132
|
|
523
523
|
def initialize(*arg); end
|
|
524
524
|
|
|
525
|
-
# source://uri//lib/uri/mailto.rb#
|
|
525
|
+
# source://uri//lib/uri/mailto.rb#166
|
|
526
526
|
def headers; end
|
|
527
527
|
|
|
528
|
-
# source://uri//lib/uri/mailto.rb#
|
|
528
|
+
# source://uri//lib/uri/mailto.rb#232
|
|
529
529
|
def headers=(v); end
|
|
530
530
|
|
|
531
|
-
# source://uri//lib/uri/mailto.rb#
|
|
531
|
+
# source://uri//lib/uri/mailto.rb#163
|
|
532
532
|
def to; end
|
|
533
533
|
|
|
534
|
-
# source://uri//lib/uri/mailto.rb#
|
|
534
|
+
# source://uri//lib/uri/mailto.rb#200
|
|
535
535
|
def to=(v); end
|
|
536
536
|
|
|
537
|
-
# source://uri//lib/uri/mailto.rb#
|
|
537
|
+
# source://uri//lib/uri/mailto.rb#268
|
|
538
538
|
def to_mailtext; end
|
|
539
539
|
|
|
540
|
-
# source://uri//lib/uri/mailto.rb#
|
|
540
|
+
# source://uri//lib/uri/mailto.rb#268
|
|
541
541
|
def to_rfc822text; end
|
|
542
542
|
|
|
543
|
-
# source://uri//lib/uri/mailto.rb#
|
|
543
|
+
# source://uri//lib/uri/mailto.rb#239
|
|
544
544
|
def to_s; end
|
|
545
545
|
|
|
546
546
|
protected
|
|
547
547
|
|
|
548
|
-
# source://uri//lib/uri/mailto.rb#
|
|
548
|
+
# source://uri//lib/uri/mailto.rb#221
|
|
549
549
|
def set_headers(v); end
|
|
550
550
|
|
|
551
|
-
# source://uri//lib/uri/mailto.rb#
|
|
551
|
+
# source://uri//lib/uri/mailto.rb#194
|
|
552
552
|
def set_to(v); end
|
|
553
553
|
|
|
554
554
|
private
|
|
555
555
|
|
|
556
|
-
# source://uri//lib/uri/mailto.rb#
|
|
556
|
+
# source://uri//lib/uri/mailto.rb#208
|
|
557
557
|
def check_headers(v); end
|
|
558
558
|
|
|
559
|
-
# source://uri//lib/uri/mailto.rb#
|
|
559
|
+
# source://uri//lib/uri/mailto.rb#169
|
|
560
560
|
def check_to(v); end
|
|
561
561
|
|
|
562
562
|
class << self
|
|
563
|
-
# source://uri//lib/uri/mailto.rb#
|
|
563
|
+
# source://uri//lib/uri/mailto.rb#85
|
|
564
564
|
def build(args); end
|
|
565
565
|
end
|
|
566
566
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alchemrest
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrew Swerlick
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2026-
|
|
12
|
+
date: 2026-04-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activerecord
|
|
@@ -605,22 +605,22 @@ files:
|
|
|
605
605
|
- sorbet/config
|
|
606
606
|
- sorbet/rbi/gems/.gitattributes
|
|
607
607
|
- sorbet/rbi/gems/abstract_type@0.0.7.rbi
|
|
608
|
-
- sorbet/rbi/gems/actionpack@8.0.4.rbi
|
|
609
|
-
- sorbet/rbi/gems/actionview@8.0.4.rbi
|
|
610
|
-
- sorbet/rbi/gems/activemodel@8.0.4.rbi
|
|
611
|
-
- sorbet/rbi/gems/activesupport@8.0.4.rbi
|
|
608
|
+
- sorbet/rbi/gems/actionpack@8.0.4.1.rbi
|
|
609
|
+
- sorbet/rbi/gems/actionview@8.0.4.1.rbi
|
|
610
|
+
- sorbet/rbi/gems/activemodel@8.0.4.1.rbi
|
|
611
|
+
- sorbet/rbi/gems/activesupport@8.0.4.1.rbi
|
|
612
612
|
- sorbet/rbi/gems/adamantium@0.2.0.rbi
|
|
613
|
-
- sorbet/rbi/gems/addressable@2.
|
|
613
|
+
- sorbet/rbi/gems/addressable@2.9.0.rbi
|
|
614
614
|
- sorbet/rbi/gems/anima@0.3.2.rbi
|
|
615
615
|
- sorbet/rbi/gems/ast@2.4.2.rbi
|
|
616
616
|
- sorbet/rbi/gems/base64@0.3.0.rbi
|
|
617
617
|
- sorbet/rbi/gems/benchmark@0.5.0.rbi
|
|
618
|
-
- sorbet/rbi/gems/bigdecimal@
|
|
618
|
+
- sorbet/rbi/gems/bigdecimal@4.0.1.rbi
|
|
619
619
|
- sorbet/rbi/gems/builder@3.3.0.rbi
|
|
620
620
|
- sorbet/rbi/gems/circuitbox@2.0.0.rbi
|
|
621
621
|
- sorbet/rbi/gems/concord@0.1.6.rbi
|
|
622
|
-
- sorbet/rbi/gems/concurrent-ruby@1.3.
|
|
623
|
-
- sorbet/rbi/gems/connection_pool@
|
|
622
|
+
- sorbet/rbi/gems/concurrent-ruby@1.3.6.rbi
|
|
623
|
+
- sorbet/rbi/gems/connection_pool@3.0.2.rbi
|
|
624
624
|
- sorbet/rbi/gems/crack@1.0.0.rbi
|
|
625
625
|
- sorbet/rbi/gems/crass@1.0.6.rbi
|
|
626
626
|
- sorbet/rbi/gems/date@3.4.1.rbi
|
|
@@ -641,7 +641,7 @@ files:
|
|
|
641
641
|
- sorbet/rbi/gems/faraday@1.10.5.rbi
|
|
642
642
|
- sorbet/rbi/gems/hansi@0.2.1.rbi
|
|
643
643
|
- sorbet/rbi/gems/hashdiff@1.1.2.rbi
|
|
644
|
-
- sorbet/rbi/gems/i18n@1.14.
|
|
644
|
+
- sorbet/rbi/gems/i18n@1.14.8.rbi
|
|
645
645
|
- sorbet/rbi/gems/ice_nine@0.11.2.rbi
|
|
646
646
|
- sorbet/rbi/gems/io-console@0.8.0.rbi
|
|
647
647
|
- sorbet/rbi/gems/json@2.9.1.rbi
|
|
@@ -650,7 +650,7 @@ files:
|
|
|
650
650
|
- sorbet/rbi/gems/loofah@2.24.0.rbi
|
|
651
651
|
- sorbet/rbi/gems/memoizable@0.4.2.rbi
|
|
652
652
|
- sorbet/rbi/gems/memosa@0.8.2.rbi
|
|
653
|
-
- sorbet/rbi/gems/minitest@5.
|
|
653
|
+
- sorbet/rbi/gems/minitest@5.27.0.rbi
|
|
654
654
|
- sorbet/rbi/gems/money@6.19.0.rbi
|
|
655
655
|
- sorbet/rbi/gems/morpher@0.4.2.rbi
|
|
656
656
|
- sorbet/rbi/gems/mprelude@0.1.0.rbi
|
|
@@ -667,15 +667,15 @@ files:
|
|
|
667
667
|
- sorbet/rbi/gems/prism@1.5.1.rbi
|
|
668
668
|
- sorbet/rbi/gems/procto@0.0.3.rbi
|
|
669
669
|
- sorbet/rbi/gems/psych@5.2.3.rbi
|
|
670
|
-
- sorbet/rbi/gems/public_suffix@
|
|
670
|
+
- sorbet/rbi/gems/public_suffix@7.0.5.rbi
|
|
671
671
|
- sorbet/rbi/gems/racc@1.8.1.rbi
|
|
672
|
-
- sorbet/rbi/gems/rack-session@2.1.
|
|
672
|
+
- sorbet/rbi/gems/rack-session@2.1.2.rbi
|
|
673
673
|
- sorbet/rbi/gems/rack-test@2.2.0.rbi
|
|
674
|
-
- sorbet/rbi/gems/rack@3.1.
|
|
674
|
+
- sorbet/rbi/gems/rack@3.1.21.rbi
|
|
675
675
|
- sorbet/rbi/gems/rackup@2.2.1.rbi
|
|
676
676
|
- sorbet/rbi/gems/rails-dom-testing@2.2.0.rbi
|
|
677
677
|
- sorbet/rbi/gems/rails-html-sanitizer@1.6.2.rbi
|
|
678
|
-
- sorbet/rbi/gems/railties@8.0.4.rbi
|
|
678
|
+
- sorbet/rbi/gems/railties@8.0.4.1.rbi
|
|
679
679
|
- sorbet/rbi/gems/rainbow@3.1.1.rbi
|
|
680
680
|
- sorbet/rbi/gems/rake@13.2.1.rbi
|
|
681
681
|
- sorbet/rbi/gems/rbi@0.2.3.rbi
|
|
@@ -698,7 +698,7 @@ files:
|
|
|
698
698
|
- sorbet/rbi/gems/tsort@0.2.0.rbi
|
|
699
699
|
- sorbet/rbi/gems/tzinfo@2.0.6.rbi
|
|
700
700
|
- sorbet/rbi/gems/unicode-display_width@2.6.0.rbi
|
|
701
|
-
- sorbet/rbi/gems/uri@1.1.
|
|
701
|
+
- sorbet/rbi/gems/uri@1.1.1.rbi
|
|
702
702
|
- sorbet/rbi/gems/useragent@0.16.11.rbi
|
|
703
703
|
- sorbet/rbi/gems/webmock@3.24.0.rbi
|
|
704
704
|
- sorbet/rbi/gems/yard-sorbet@0.9.0.rbi
|
|
File without changes
|
|
File without changes
|