mode7date 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/mode7date/version.rb +1 -1
- data/mode7date.gemspec +1 -1
- metadata +2 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4534d9923b832c1c226c7be517315272eb2f0ced
|
|
4
|
+
data.tar.gz: 76878c4030ebae582355e01a718819dcb7651b3d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d867eba4418f2c264ca0874df567903c4e22a63a6d835dd75a9814a2688a4e8f60d6084c516088e9a5c3545d81edcd71cc8199a6eda035b5a06ef4122b0827bf
|
|
7
|
+
data.tar.gz: 5761413c8556a8c35e1598062734b10ad0a6630b77526290026a7802aa1f328c9b1450cb97de615065edbcdab565eac331bfa8f0e373e8f5d9c17bcb3a17661f
|
data/lib/mode7date/version.rb
CHANGED
data/mode7date.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
spec.authors = ["Toby Pinder"]
|
|
10
10
|
|
|
11
11
|
spec.summary = %q{Monkeypatch Date handling classes to support the pre-eminent date format.}
|
|
12
|
-
spec.description = %q{A simple ruby gem to monkeypatch the `Date` and `DateTime` classes to have support for the superior date format championed by
|
|
12
|
+
spec.description = %q{A simple ruby gem to monkeypatch the `Date` and `DateTime` classes to have support for the superior date format championed by @mode7games.}
|
|
13
13
|
spec.homepage = "https://github.com/tobypinder/mode7date"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: mode7date
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Toby Pinder
|
|
@@ -53,9 +53,7 @@ dependencies:
|
|
|
53
53
|
- !ruby/object:Gem::Version
|
|
54
54
|
version: '3.0'
|
|
55
55
|
description: A simple ruby gem to monkeypatch the `Date` and `DateTime` classes to
|
|
56
|
-
have support for the superior date format championed by
|
|
57
|
-
We successfully define an approach for bypassing the primitive limitations of existing
|
|
58
|
-
ISO standards and march towards a new temporal paradigm.
|
|
56
|
+
have support for the superior date format championed by @mode7games.
|
|
59
57
|
email:
|
|
60
58
|
executables: []
|
|
61
59
|
extensions: []
|