Skip to content

Commit

Permalink
Regenerate gemspec for version 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
madlep committed Jul 23, 2011
1 parent e085e2c commit 1274e31
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions malm.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,50 @@

Gem::Specification.new do |s|
s.name = %q{malm}
s.version = "0.0.4"
s.version = "0.0.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["madlep"]
s.date = %q{2011-07-14}
s.date = %q{2011-07-23}
s.default_executable = %q{malm}
s.description = %q{SMTP server with web interface for easy local development. Sets up a little mail server that you can send messages to, and provides a web front end to let you see what your app did.}
s.email = %q{[email protected]}
s.executables = ["malm"]
s.extra_rdoc_files = [
"LICENSE.txt"
"LICENSE.txt",
"README.md"
]
s.files = [
".document",
".rspec",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.md",
"Rakefile",
"VERSION",
"bin/malm",
"lib/malm_smtp_server.rb",
"lib/malm_web.rb",
"lib/message_db.rb",
"lib/malm.rb",
"lib/malm/message_db.rb",
"lib/malm/smtp_server.rb",
"lib/malm/web.rb",
"malm.gemspec",
"spec/bin/malm_test_message",
"spec/help_spec.rb",
"spec/spec_helper.rb"
"spec/spec_helper.rb",
"web/static/css/style.css",
"web/static/favicon.ico",
"web/static/index.html",
"web/static/js/backbone-min.js",
"web/static/js/backbone.js",
"web/static/js/jquery-1.6.2.js",
"web/static/js/jquery-1.6.2.min.js",
"web/views/hello_world.coffee"
]
s.homepage = %q{https://github.com/madlep/malm}
s.licenses = ["MIT"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.4.2}
s.rubygems_version = %q{1.6.2}
s.summary = %q{Easy SMTP server for local development}

if s.respond_to? :specification_version then
Expand All @@ -48,6 +59,11 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<clamp>, ["= 0.2.1"])
s.add_runtime_dependency(%q<sinatra>, ["= 1.2.6"])
s.add_runtime_dependency(%q<thin>, ["= 1.2.11"])
s.add_runtime_dependency(%q<mail>, ["= 2.3.0"])
s.add_runtime_dependency(%q<therubyracer>, ["= 0.9.2"])
s.add_runtime_dependency(%q<execjs>, ["= 1.2.0"])
s.add_runtime_dependency(%q<coffee-script>, ["= 2.2.0"])
s.add_runtime_dependency(%q<daemons>, ["= 1.1.4"])
s.add_development_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_development_dependency(%q<jeweler>, ["~> 1.6.2"])
Expand All @@ -57,6 +73,11 @@ Gem::Specification.new do |s|
s.add_dependency(%q<clamp>, ["= 0.2.1"])
s.add_dependency(%q<sinatra>, ["= 1.2.6"])
s.add_dependency(%q<thin>, ["= 1.2.11"])
s.add_dependency(%q<mail>, ["= 2.3.0"])
s.add_dependency(%q<therubyracer>, ["= 0.9.2"])
s.add_dependency(%q<execjs>, ["= 1.2.0"])
s.add_dependency(%q<coffee-script>, ["= 2.2.0"])
s.add_dependency(%q<daemons>, ["= 1.1.4"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
Expand All @@ -67,6 +88,11 @@ Gem::Specification.new do |s|
s.add_dependency(%q<clamp>, ["= 0.2.1"])
s.add_dependency(%q<sinatra>, ["= 1.2.6"])
s.add_dependency(%q<thin>, ["= 1.2.11"])
s.add_dependency(%q<mail>, ["= 2.3.0"])
s.add_dependency(%q<therubyracer>, ["= 0.9.2"])
s.add_dependency(%q<execjs>, ["= 1.2.0"])
s.add_dependency(%q<coffee-script>, ["= 2.2.0"])
s.add_dependency(%q<daemons>, ["= 1.1.4"])
s.add_dependency(%q<rspec>, ["~> 2.3.0"])
s.add_dependency(%q<bundler>, ["~> 1.0.0"])
s.add_dependency(%q<jeweler>, ["~> 1.6.2"])
Expand Down

0 comments on commit 1274e31

Please sign in to comment.