Sha256: c3c1ae6d775e5a11571e0a23d49ecdf139badcac9beadd288ce6cb75dac32159
Contents?: true
Size: 881 Bytes
Versions: 2
Compression:
Stored size: 881 Bytes
Contents
$:.push File.expand_path("../lib", __FILE__) # Maintain your gem's version: require "maily/version" # Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.name = "maily" s.version = Maily::VERSION s.authors = ["markets"] s.email = ["srmarc.ai@gmail.com"] s.homepage = "https://github.com/markets/maily" s.summary = "Rails Engine to preview emails in the browser." s.description = "Rails Engine to preview, follow up, test and edit the emails of your applications in the browser" s.license = "MIT" s.files = `git ls-files`.split($/) s.executables = s.files.grep(%r{^bin/}) { |f| File.basename(f) } s.test_files = s.files.grep(%r{^(test|spec|features)/}) s.require_paths = ["lib"] s.add_dependency "rails", ">= 3.0.0" s.add_development_dependency 'debugger' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maily-0.3.4 | maily.gemspec |
maily-0.3.3 | maily.gemspec |