Sha256: 38fb42fb7f571ebd535e3719324d7294f35e6e0d1c3ed2bad4652cfd7ac896e3
Contents?: true
Size: 1022 Bytes
Versions: 1
Compression:
Stored size: 1022 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "dineromail/version" Gem::Specification.new do |s| s.name = "dineromail" s.version = Dineromail::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Nicolas Mosconi", "Shadi Calcagni", "Juan Pablo Gutierrez"] s.email = ["nicolas@soluciones-simplex.com.ar", "shadi@soluciones-simplex.com.ar", "juanpablo@soluciones-simplex.com.ar"] s.homepage = "" s.summary = %q{Dineromail library for Rails} s.description = %q{Integration with dineromail plataform for rails proyects} s.add_dependency "xml-simple" s.add_dependency "httparty" s.add_dependency "rails", ["~> 3.0"] s.add_development_dependency "bundler" s.add_development_dependency "rspec" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dineromail-0.0.1 | dineromail.gemspec |