Skip to content

Tags: ruby/date

Tags

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
hsbt Hiroshi SHIBATA
Bump up 3.4.1

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
hsbt Hiroshi SHIBATA
Bump up v3.4.0

v3.3.4

Toggle v3.3.4's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.3.4

v3.3.3

Toggle v3.3.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.3.3

v3.3.2

Toggle v3.3.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.3.2

v3.3.1

Toggle v3.3.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.3.1

v3.3.0

Toggle v3.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.3.0

v2.0.3

Toggle v2.0.3's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 2.0.3

v3.2.2

Toggle v3.2.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 3.2.2

v3.1.3

Toggle v3.1.3's commit message
Expose Date::VERSION

An almost universal convention for gems is to expose `Namespace::VERSION`
which makes it mcuh easier when debugging etc.

Many gems extracted from ruby don't do this, even though it would be even more
useful because they ship with ruby, so it's less clear which version it is.