Sha256: cd96c42587c2b4136f19cdf607a13cc721e1ef519c0a0fabc48e76a5774f6080
Contents?: true
Size: 896 Bytes
Versions: 2
Compression:
Stored size: 896 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 "rspec-rails", "~> 3.0.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
maily-0.4.0 | maily.gemspec |
maily-0.3.5 | maily.gemspec |