Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

Commit

Permalink
Added VERSION and Gemspec.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongough committed Nov 5, 2010
1 parent 062b0e3 commit d681208
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.1
53 changes: 53 additions & 0 deletions mini-smtp-server.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{mini-smtp-server}
s.version = "0.0.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Aaron Gough"]
s.date = %q{2010-11-05}
s.description = %q{A small and simple SMTP server}
s.email = %q{aaron@aarongough.com}
s.extra_rdoc_files = [
"MIT-LICENSE",
"README.rdoc"
]
s.files = [
"MIT-LICENSE",
"README.rdoc",
"Rakefile",
"lib/mini-smtp-server.rb",
"lib/mini-smtp-server/mini-smtp-server.rb",
"test/setup/.gitignore",
"test/setup/custom_assertions.rb",
"test/setup/test_unit_extensions.rb",
"test/test_helper.rb",
"test/unit/mini_smtp_server_test.rb"
]
s.homepage = %q{https://github.com/aarongough/mini-smtp-server}
s.rdoc_options = ["--charset=UTF-8", "--line-numbers", "--inline-source"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{A small and simple SMTP server}
s.test_files = [
"test/setup/custom_assertions.rb",
"test/setup/test_unit_extensions.rb",
"test/test_helper.rb",
"test/unit/mini_smtp_server_test.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
else
end
else
end
end

0 comments on commit d681208

Please sign in to comment.