@@ -5,17 +5,17 @@ Subject: Make gemspecs reproducible
55Without an explicit date, they will get the current date and make the
66build unreproducible
77---
8- ext/ bigdecimal/bigdecimal.gemspec | 1 +
9- ext/fiddle/fiddle.gemspec | 1 +
10- ext/io/console/io-console.gemspec | 1 +
11- lib/ipaddr.gemspec | 1 +
12- lib/rdoc/rdoc.gemspec | 1 +
8+ .bundle/gems/ bigdecimal-3.1.8 /bigdecimal.gemspec | 1 +
9+ ext/fiddle/fiddle.gemspec | 1 +
10+ ext/io/console/io-console.gemspec | 1 +
11+ lib/ipaddr.gemspec | 1 +
12+ lib/rdoc/rdoc.gemspec | 1 +
1313 5 files changed, 5 insertions(+)
1414
15- diff --git a/ext/ bigdecimal/bigdecimal.gemspec b/ext/ bigdecimal/bigdecimal.gemspec
16- index f9f3b45..b9a469d 100644
17- --- a/ext/ bigdecimal/bigdecimal.gemspec
18- +++ b/ext/ bigdecimal/bigdecimal.gemspec
15+ diff --git a/.bundle/gems/ bigdecimal-3.1.8 /bigdecimal.gemspec b/.bundle/gems/ bigdecimal-3.1.8 /bigdecimal.gemspec
16+ index b6ef8fd..596b8bb 100644
17+ --- a/.bundle/gems/ bigdecimal-3.1.8 /bigdecimal.gemspec
18+ +++ b/.bundle/gems/ bigdecimal-3.1.8 /bigdecimal.gemspec
1919@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
2020 s.name = name
2121 s.version = source_version
@@ -25,7 +25,7 @@ index f9f3b45..b9a469d 100644
2525
2626 s.summary = "Arbitrary-precision decimal floating-point number library."
2727diff --git a/ext/fiddle/fiddle.gemspec b/ext/fiddle/fiddle.gemspec
28- index 8781093..efdca32 100644
28+ index 0092f52..f77c224 100644
2929--- a/ext/fiddle/fiddle.gemspec
3030+++ b/ext/fiddle/fiddle.gemspec
3131@@ -8,6 +8,7 @@ end
@@ -37,10 +37,10 @@ index 8781093..efdca32 100644
3737 spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
3838
3939diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec
40- index d4f5276..8f89611 100644
40+ index 0a19992..4a80529 100644
4141--- a/ext/io/console/io-console.gemspec
4242+++ b/ext/io/console/io-console.gemspec
43- @@ -4 ,6 +4 ,7 @@ _VERSION = "0.7.1"
43+ @@ -12 ,6 +12 ,7 @@ end
4444 Gem::Specification.new do |s|
4545 s.name = "io-console"
4646 s.version = _VERSION
@@ -49,7 +49,7 @@ index d4f5276..8f89611 100644
4949 s.email = "nobu@ruby-lang.org"
5050 s.description = "add console capabilities to IO instances."
5151diff --git a/lib/ipaddr.gemspec b/lib/ipaddr.gemspec
52- index 1f4798e..48743cf 100644
52+ index 5719f83..fe76260 100644
5353--- a/lib/ipaddr.gemspec
5454+++ b/lib/ipaddr.gemspec
5555@@ -18,6 +18,7 @@ end
@@ -61,7 +61,7 @@ index 1f4798e..48743cf 100644
6161 spec.email = ["knu@idaemons.org", "ume@mahoroba.org"]
6262
6363diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
64- index 93a281c..cc5c155 100644
64+ index 3144df5..65c313f 100644
6565--- a/lib/rdoc/rdoc.gemspec
6666+++ b/lib/rdoc/rdoc.gemspec
6767@@ -7,6 +7,7 @@ end
0 commit comments