Issue #4936
closedRuby client version labelling is incorrect with respect to "most recent" versions
Description
The ruby client versions with the 3.0.0rc2.dev.* labels are considered as earlier than 3.0.0rc2 versioned releases.
it appears that the ruby gem tools, bundler, et al, consider the "dev" labels as being older when in fact the "3.0.0rc2" labelled gems are older.
You can verify by opening an irb console:
irb(main):010:0> Gem::Version.new("3.0.0rc2") > Gem::Version.new("3.0.0rc2.dev.1559765173")
=> true
When a gem version is not specified in a Gemfile or in a .gemspec file, the default version installed and used will be the latest available, in this case the version labelled "3..0.0rc2".
Updated by amacdona@redhat.com over 5 years ago
- Triaged changed from No to Yes
- Sprint set to Sprint 54
Added by ttereshc over 5 years ago
Updated by ttereshc over 5 years ago
- Status changed from ASSIGNED to POST
Plugins' versions changes
https://github.com/pulp/pulp_file/pull/241
https://github.com/pulp/pulp_rpm/pull/1376
https://github.com/pulp/pulp_ansible/pull/114
https://github.com/pulp/pulp_docker/pull/365
https://github.com/pulp/pulp_maven/pull/13
Travis changes
https://github.com/pulp/plugin_template/pull/52
Updated by ttereshc over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset plugin_template|930bf2afc504fb4a1ae86ba0e7a8b7b054e1dbab.
Added by ttereshc over 5 years ago
Revision 26f8233d | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision baca70f1 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision 07805594 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision 07805594 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision 07805594 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision 07805594 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision d42ea19d | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Added by ttereshc over 5 years ago
Revision 8ca40be7 | View on GitHub
Set version to .dev for the master branch
A correct version would be shown for installations from the master branch. Bindings will be generated with a proper version as well.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Category deleted (
14)
We are removing the 'API' category per open floor discussion June 16, 2020.
Don't add .dev release part of the version
It should be done by Pulp 3 plugins themselves. Their master branch should contain .dev release segment in the version identifier of the upcoming release.
closes #4936 https://pulp.plan.io/issues/4936