malm.gemspec in malm-0.1.0 vs malm.gemspec in malm-0.1.1
- old
+ new
@@ -3,11 +3,11 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "malm"
- s.version = "0.1.0"
+ s.version = "0.1.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["madlep"]
s.date = "2011-10-31"
s.description = "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."
@@ -38,12 +38,14 @@
"spec/malm/message_spec.rb",
"spec/malm/smtp_server_spec.rb",
"spec/spec_helper.rb",
"web/public/css/style.css",
"web/public/favicon.ico",
- "web/public/js/.gitignore",
"web/public/js/lib/backbone-min.js",
"web/public/js/lib/jquery-1.6.2.min.js",
+ "web/public/js/lib/mustache.js",
+ "web/public/js/lib/underscore-min.js",
+ "web/public/js/malm.js",
"web/src/coffee/malm.coffee",
"web/views/index.html.erb"
]
s.homepage = "http://github.com/madlep/malm"
s.licenses = ["MIT"]