Skip to content

Commit

Permalink
Corrects date in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Young committed Apr 13, 2012
1 parent e2dbd18 commit 28bf4a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jschat.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|


s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new('>= 0') if s.respond_to? :required_rubygems_version=
s.authors = ['Alex R. Young'] s.authors = ['Alex R. Young']
s.date = %q{2010-03-21} s.date = %q{2012-04-13}
s.description = %q{JsChat is a JSON-based web and console chat app.} s.description = %q{JsChat is a JSON-based web and console chat app.}
s.email = %q{alex@alexyoung.org} s.email = %q{alex@alexyoung.org}
s.files = FileList['{bin,http,lib,test}/**/*', 'README.textile', 'MIT-LICENSE'].to_a s.files = FileList['{bin,http,lib,test}/**/*', 'README.textile', 'MIT-LICENSE'].to_a
Expand Down

0 comments on commit 28bf4a2

Please sign in to comment.