zzzzzz 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/zzzzzz/version.rb +1 -1
  2. data/zzzzzz.gemspec +0 -1
  3. metadata +2 -2
@@ -1,3 +1,3 @@
1
1
  module Zzzzzz
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -8,7 +8,6 @@ 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"
12
11
  s.homepage = ""
13
12
  s.summary = %q{Test gem to investigate how rubygems handles gems}
14
13
  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.2
4
+ version: 0.0.3
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: 2000-01-01 00:00:00.000000000 +10:30
12
+ date: 2011-05-15 00:00:00.000000000 +09:30
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description: Used to test various rubygems handlers such as does it use push date,