1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler/commands
Dan Jensen 0b2f6b942b [rubygems/rubygems] Skip "seller shipped" notification after delivery
If a Shipment has been delivered, there is no point in notifying the
buyer that the seller shipped. Instead, we should simply notify the
buyer that the shipment was delivered. This is relevant in cases where
the seller is late to mark a Shipment as shipped, so the first EasyPost
Tracker update marks it as delivered, or in cases where the seller
fails to mark as shipped and the buyer marks it as delivered.

This fixes a Shipment event handler so the buyer notification for
shipment is no longer invoked if the Shipment is already delivered.

https://github.com/rubygems/rubygems/commit/09c2cadc86
2022-02-01 20:07:18 +09:00
..
add_spec.rb [rubygems/rubygems] Add github and ref options to bundle add 2021-12-11 00:13:25 +09:00
binstubs_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
cache_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
check_spec.rb Merge RubyGems-3.3.0 and Bundler-2.3.0 2021-12-21 15:27:05 +09:00
clean_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
config_spec.rb [rubygems/rubygems] Rename BUNDLE_SPEC_RUN environment variable 2021-12-21 06:48:27 +09:00
console_spec.rb Try to fix other failures of writing XDG_CONFIG_HOME 2021-04-19 21:40:29 +09:00
doctor_spec.rb [rubygems/rubygems] Use Fiddle in bundle doctor to check for dynamic library presence 2022-01-13 18:16:05 +09:00
exec_spec.rb [rubygems/rubygems] Improve errors a bit more 2021-12-17 16:35:20 +09:00
fund_spec.rb
help_spec.rb
info_spec.rb [rubygems/rubygems] Skip "seller shipped" notification after delivery 2022-02-01 20:07:18 +09:00
init_spec.rb
inject_spec.rb
install_spec.rb Track RubyGems 3.4.0dev and Bundler 2.4.0dev 2021-12-27 10:45:36 +09:00
issue_spec.rb
licenses_spec.rb
list_spec.rb
lock_spec.rb Sync latest Bundler & RubyGems 2022-02-01 08:09:23 +09:00
newgem_spec.rb [rubygems/rubygems] Change generated namespaced test class name in minitest 2022-01-20 01:04:53 +09:00
open_spec.rb [rubygems/rubygems] Explicitly define a global source for tests 2021-07-27 09:25:57 +09:00
outdated_spec.rb Sync latest bundler & rubygems development version 2021-07-07 13:30:20 +09:00
post_bundle_message_spec.rb [rubygems/rubygems] Remove redundant part of error message 2021-08-31 19:06:14 +09:00
pristine_spec.rb Sync bundler & rubygems 2021-05-11 11:29:41 +09:00
remove_spec.rb [rubygems/rubygems] Fix spec to not touch the network 2022-01-25 22:12:33 +09:00
show_spec.rb
update_spec.rb Merge rubygems/rubygems HEAD. 2022-01-19 15:01:44 +09:00
version_spec.rb
viz_spec.rb