Skip to content

Removed needless condition for old versions of Ruby.#2574

Merged
1 commit merged into
masterfrom
remmove-ruby18-bin-gem
Jan 4, 2019
Merged

Removed needless condition for old versions of Ruby.#2574
1 commit merged into
masterfrom
remmove-ruby18-bin-gem

Conversation

@hsbt
Copy link
Copy Markdown
Member

@hsbt hsbt commented Jan 4, 2019

Description:

Fixed #2569


Tasks:

  • Describe the problem / feature
  • Write tests
  • Write code to solve the problem
  • Get code review from coworkers / friends

I will abide by the code of conduct.

@hsbt
Copy link
Copy Markdown
Member Author

hsbt commented Jan 4, 2019

@bundlerbot r+

ghost pushed a commit that referenced this pull request Jan 4, 2019
2524: Sort files and test_files in specifications r=hsbt a=cbaines

# Description:

Currently, when writing out specifications, the order of the elements
in files and test_files can differ. Even if the set of files (in the
mathematical sense) is the same, the different order causes the files
or test_files to look different.

This causes problems with the reproducibility of working with
specifications. You can install a gem on different machines, and get
gemspecs that differ.

This change sorts the files and test_files, to protect against the
specifications differing unnecessarily.

______________

# Tasks:

- [x] Describe the problem / feature
- [ ] Write tests
- [x] Write code to solve the problem
- [x] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


2574: Removed needless condition for old versions of Ruby. r=hsbt a=hsbt

# Description:

Fixed #2569

______________

# Tasks:

- [ ] Describe the problem / feature
- [ ] Write tests
- [ ] Write code to solve the problem
- [ ] Get code review from coworkers / friends

I will abide by the [code of conduct](https://github.com/rubygems/rubygems/blob/master/CODE_OF_CONDUCT.md).


Co-authored-by: Christopher Baines <mail@cbaines.net>
Co-authored-by: SHIBATA Hiroshi <hsbt@ruby-lang.org>
@ghost
Copy link
Copy Markdown

ghost commented Jan 4, 2019

Build succeeded

@ghost ghost merged commit e549768 into master Jan 4, 2019
@ghost ghost deleted the remmove-ruby18-bin-gem branch January 4, 2019 06:39
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants