Akinori MUSHA
67aab88a22
Import digest v3.1.0 from ruby/digest
2021-12-24 20:06:23 +09:00
Yusuke Endoh
d23b3d9b7d
Prevent "already initialized constant Digest::VERSION"
...
20211117
T033003Z.log.html.gz
```
installing default gems from ext: /home/chkbuild/chkbuild/tmp/build/20211117T033003Z/lib/ruby/gems/3.1.0
/home/chkbuild/chkbuild/tmp/build/20211117T033003Z/ruby/ext/digest/lib/digest/version.rb:4: warning: already initialized constant Digest::VERSION
/home/chkbuild/chkbuild/tmp/build/20211117T033003Z/ruby/.ext/common/digest/version.rb:4: warning: previous definition of VERSION was here
```
This hack is copied from ext/psych/psych.gemspec
2021-11-17 15:08:46 +09:00
Hiroshi SHIBATA
018266ca38
Merge digest-3.0.3.pre3 and efd76821b8
2021-11-16 19:42:20 +09:00
Akinori MUSHA
01dc55ffad
[ruby/digest] Bump version to 3.1.0.pre2
...
5184207611
2021-10-12 20:53:18 +09:00
Akinori MUSHA
ab787c493b
[ruby/digest] Bump version to 3.1.0.pre1
...
56679008cf
2021-10-12 20:53:18 +09:00
Pavel Rosický
10a0fac7e4
[ruby/digest] include jars
...
c15cbcd978
2021-10-12 20:53:17 +09:00
Akinori MUSHA
e94bcda025
[ruby/digest] Bump version to 3.1.0.pre0
...
594cc4d548
2021-10-12 20:53:17 +09:00
Akinori MUSHA
b245b67d9e
[ruby/digest] Place common parts in lib and engine specific parts under ext/**/lib
...
8d7496c3be
2021-10-12 20:53:16 +09:00
Pavel Rosický
5e1d2c5c97
[ruby/digest] relicence under the Ruby license and the BSD 2-clause
...
154d461e91
2021-10-12 20:46:16 +09:00
Pavel Rosický
94882df3a2
[ruby/digest] jruby support
...
2e9dc14693
2021-10-12 20:46:13 +09:00
Nobuyoshi Nakada
ff1f696d30
[ruby/digest] Move digest.rb back under ext as the extension bundled library
...
026ba7f361
2021-10-12 20:44:14 +09:00
Hiroshi SHIBATA
30d0e5d1ae
[ruby/digest] Also drop to support Ruby 2.4
...
360a7de366
2021-07-28 11:48:36 +09:00
Hiroshi SHIBATA
260546ba26
[ruby/digest] Use Gemfile instead of Gem::Specification#add_development_dependency
...
460a6f807e
2021-07-28 11:48:36 +09:00
Hiroshi SHIBATA
5b96f4dd8c
[ruby/digest] Drop to support Ruby 2.3
...
23dc9c7425
2021-07-28 11:48:36 +09:00
Olle Jonsson
26e859b5c7
[ruby/digest] gemspec: Avoid distributing extraneous files
...
0a451e0c94
2021-07-28 11:48:36 +09:00
Olle Jonsson
add48acea3
[ruby/digest] gemspec: Explicitly have 0 executables
...
086d54ba94
2021-07-28 11:48:36 +09:00
Olle Jonsson
478f0ddb5f
[ruby/digest] Experiment: Use a .pre version in gemspec
...
This makes it slightly more explicit that this is not a definite new version.
2bb5bb78a3
2021-07-28 11:48:36 +09:00
Olle Jonsson
73c5d4d54e
[ruby/digest] Experiment: bump patch version
...
This is a test, to see if the build failures are about the shipped Ruby master version of this gem.
d2606b2cce
2021-07-28 11:48:36 +09:00
Kenta Murata
d8469507b9
[ruby/digest] Remove .gitignore and .travis.yml from gemspec
...
7b57b73f46
2020-12-21 17:46:30 +09:00
Kenta Murata
0cb556b457
[digest] Version 3.0.0
...
4bbd247a32
2020-12-19 15:08:01 +09:00
Hiroshi SHIBATA
412a0f5240
[ruby/digest] LICENSE
...
aa048ce345
2020-12-03 17:35:28 +09:00
Hiroshi SHIBATA
7324d76da4
[ruby/digest] Fixup d981714348f71177132426e3ac19598e1b2e8f5d
...
502a12587c
2020-12-03 17:35:28 +09:00
Hiroshi SHIBATA
3f97940252
Followed up with 708413807a
...
* Added sync task for digest
* Update doc/* for default gems
* Update the latest version of gemspec
2020-10-19 18:56:19 +09:00
Hiroshi SHIBATA
708413807a
Revisit to promote digest to default gems.
...
This reverts commit f39021be7e
.
2020-10-19 18:38:09 +09:00
hsbt
f39021be7e
Remove digest.gemspec for default gems.
...
It needs to support header file installation and uninstallation.
But current RubyGems didn't support it feature yet.
From: SHIBATA Hiroshi <hsbt@ruby-lang.org>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-12-19 02:43:09 +00:00
hsbt
74c3a220ba
Added gemspec of digest library.
...
standalone repository is https://github.com/ruby/digest
[Misc #13771 ][ruby-core:82179]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2017-08-16 09:37:03 +00:00