zzzzzz 0.0.1 → 0.0.2
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.
- data/lib/zzzzzz/version.rb +1 -1
- data/zzzzzz.gemspec +1 -0
- metadata +2 -2
data/lib/zzzzzz/version.rb
CHANGED
data/zzzzzz.gemspec
CHANGED
|
@@ -8,6 +8,7 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Michael Noack"]
|
|
10
10
|
s.email = ["michael@noack.com.au"]
|
|
11
|
+
s.date = "2000-01-01"
|
|
11
12
|
s.homepage = ""
|
|
12
13
|
s.summary = %q{Test gem to investigate how rubygems handles gems}
|
|
13
14
|
s.description = %q{Used to test various rubygems handlers such as does it use push date, gemspec date, etc.}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zzzzzz
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date:
|
|
12
|
+
date: 2000-01-01 00:00:00.000000000 +10:30
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies: []
|
|
15
15
|
description: Used to test various rubygems handlers such as does it use push date,
|