Skip to content

Commit a1fda2a

Browse files
terceirosorah
authored andcommitted
Make gemspecs reproducible
Without an explicit date, they will get the current date and make the build unreproducible Gbp-Pq: Name Make-gemspecs-reproducible.patch
1 parent 668c429 commit a1fda2a

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

.bundle/gems/bigdecimal-3.1.8/bigdecimal.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
1414
s.name = name
1515
s.version = source_version
1616
s.authors = ["Kenta Murata", "Zachary Scott", "Shigeo Kobayashi"]
17+
s.date = RUBY_RELEASE_DATE
1718
s.email = ["mrkn@mrkn.jp"]
1819

1920
s.summary = "Arbitrary-precision decimal floating-point number library."

ext/fiddle/fiddle.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ end
88
Gem::Specification.new do |spec|
99
spec.name = "fiddle"
1010
spec.version = version_module::Fiddle::VERSION
11+
spec.date = RUBY_RELEASE_DATE
1112
spec.authors = ["Aaron Patterson", "SHIBATA Hiroshi"]
1213
spec.email = ["aaron@tenderlovemaking.com", "hsbt@ruby-lang.org"]
1314

ext/io/console/io-console.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ end
1212
Gem::Specification.new do |s|
1313
s.name = "io-console"
1414
s.version = _VERSION
15+
s.date = RUBY_RELEASE_DATE
1516
s.summary = "Console interface"
1617
s.email = "nobu@ruby-lang.org"
1718
s.description = "add console capabilities to IO instances."

lib/ipaddr.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ end
1818
Gem::Specification.new do |spec|
1919
spec.name = "ipaddr"
2020
spec.version = version
21+
spec.date = RUBY_RELEASE_DATE
2122
spec.authors = ["Akinori MUSHA", "Hajimu UMEMOTO"]
2223
spec.email = ["knu@idaemons.org", "ume@mahoroba.org"]
2324

lib/rdoc/rdoc.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "rdoc"
10+
s.date = RUBY_RELEASE_DATE
1011
s.version = RDoc::VERSION
1112

1213
s.authors = [

0 commit comments

Comments
 (0)