Commit graph

26 commits

Author SHA1 Message Date
Mario Rodas 5b83b203e2 ruby.rubygems: 3.4.18 -> 3.4.19
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.19/CHANGELOG.md
2023-08-19 04:20:00 +00:00
Mario Rodas a1429b7bc2 ruby.rubygems: 3.4.17 -> 3.4.18
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.18/CHANGELOG.md
2023-08-06 04:20:00 +00:00
Mario Rodas 742eef7c30 ruby.rubygems: 3.4.16 -> 3.4.17
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.17/CHANGELOG.md
2023-07-16 04:20:00 +00:00
Mario Rodas ddb72f3e05 ruby.rubygems: 3.4.15 -> 3.4.16
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.16/CHANGELOG.md
2023-07-11 04:20:00 +00:00
Mario Rodas 4e00c6cee4 ruby.rubygems: 3.4.14 -> 3.4.15
Changelog: https://github.com/rubygems/rubygems/blob/v3.4.15/CHANGELOG.md
2023-06-29 04:20:00 +00:00
Mario Rodas 75c15fb009 ruby: rubygems 3.4.13 -> 3.4.14
Changelog: https://github.com/rubygems/rubygems/releases/tag/v3.4.14
2023-06-12 08:17:59 -05:00
Mario Rodas a9610a4dde ruby.rubygems: 3.4.12 -> 3.4.13
Diff: https://github.com/rubygems/rubygems/compare/v3.4.12...v3.4.13

Changelog: https://github.com/rubygems/rubygems/releases/tag/v3.4.13
2023-05-13 04:20:00 +00:00
Mario Rodas a890a9cadf ruby: rubygems 3.4.8 -> 3.4.12 2023-04-15 04:20:00 +00:00
Mario Rodas 35d43b45f7 ruby.rubygems: 3.4.7 -> 3.4.8 2023-03-07 04:20:00 +00:00
Mario Rodas 6323dc433f rubygems: 3.3.20 -> 3.4.7 2023-02-24 04:20:00 +00:00
Mario Rodas d9972a62eb rubygems: 3.2.26 -> 3.3.20 2022-08-12 04:20:00 +00:00
Felix Buehler ae747bc007 rubygems: rename name to pname 2022-02-28 23:39:42 +01:00
Tim Steinbach e9f8f75afc
rubygems: 3.2.24 -> 3.2.26 2021-08-30 07:58:39 -04:00
Mario Rodas 3320ca4bcb ruby: rubygems 3.2.16 -> 3.2.24 2021-07-16 04:20:00 +00:00
Arthur Gautier 7b48454121 rubygems: ensure temporary directories are cleaned up
see #123718

Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
2021-05-20 20:51:41 +00:00
Andrew Childs f16053c34d rubygems: 3.1.3 -> 3.2.16 2021-04-21 13:23:53 +09:00
Alyssa Ross 53f49682ee
ruby: remove myself as maintainer/CODEOWNER
It's been at least a year since I kept up to date with Ruby, and I
don't think I really have anything left to offer Nixpkgs in terms of
Ruby expertise.
2021-03-31 09:27:35 +00:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Jonathan del Strother f0431e22c1 rubygems: 3.1.2 -> 3.1.3 2020-10-20 21:10:43 +02:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Alyssa Ross a08e5665fa rubygems: fix for Ruby with no openssl
This fixes the rubyMinimal package.
2019-12-30 16:11:23 +01:00
Mario Rodas 298010982b ruby: rubygems 3.0.6 -> 3.1.2
Changelog: https://blog.rubygems.org/2019/12/20/3.1.2-released.html
2019-12-25 14:24:03 +00:00
Milan Pässler 48ca6ed3f4
ruby: rubygems 3.0.3 -> 3.0.6 2019-08-31 11:48:04 +00:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Alyssa Ross 0ffedefb15
ruby: rubygems 2.7.7 -> 3.0.3
I think it makes more sense to keep the patches in-tree than on
zimbatm's RubyGems fork.
2019-04-29 12:37:22 +00:00