mode7date 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 055a112f9debb90d7eb8df31ec57cd6ce6cab72c
4
- data.tar.gz: d5d7e23477ba453e55374e3691114404bf683b0b
3
+ metadata.gz: 4534d9923b832c1c226c7be517315272eb2f0ced
4
+ data.tar.gz: 76878c4030ebae582355e01a718819dcb7651b3d
5
5
  SHA512:
6
- metadata.gz: 33d6353a3946d4e4c575a7feb77771a2cb5dcb1885ee0ead76a741c65a80d40a102b535756631a63ab87377efc615aaf834c828fc45ed28698dd0c637cc659c4
7
- data.tar.gz: 0c963c7d08e2993558e1901158734913af1f270cea356c3cd2b846b605fae864ad48ba47fb7b6a5e22487651f93be228727985caba9cedb917eeb55481c57853
6
+ metadata.gz: d867eba4418f2c264ca0874df567903c4e22a63a6d835dd75a9814a2688a4e8f60d6084c516088e9a5c3545d81edcd71cc8199a6eda035b5a06ef4122b0827bf
7
+ data.tar.gz: 5761413c8556a8c35e1598062734b10ad0a6630b77526290026a7802aa1f328c9b1450cb97de615065edbcdab565eac331bfa8f0e373e8f5d9c17bcb3a17661f
@@ -1,3 +1,3 @@
1
1
  module Mode7date
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
@@ -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 [@mode7games](https://www.twitter.com/mode7games). We successfully define an approach for bypassing the primitive limitations of existing ISO standards and march towards a new temporal paradigm.}
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.0
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 [@mode7games](https://www.twitter.com/mode7games).
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: []