# -*- encoding: utf-8 -*- # stub: google_analytics_mailer 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "google_analytics_mailer".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fabio Napoleoni".freeze] s.date = "2014-11-06" s.description = "This gem add google analytics campaign tags to every link in your action mailer".freeze s.email = ["f.napoleoni@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, ".yardopts".freeze, "Appraisals".freeze, "Changelog.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "gemfiles/actionmailer3_2.gemfile".freeze, "gemfiles/actionmailer4_0.gemfile".freeze, "gemfiles/actionmailer4_1.gemfile".freeze, "google_analytics_mailer.gemspec".freeze, "lib/google_analytics_mailer.rb".freeze, "lib/google_analytics_mailer/uri_builder.rb".freeze, "lib/google_analytics_mailer/url_for.rb".freeze, "lib/google_analytics_mailer/version.rb".freeze, "spec/helpers/url_for_spec.rb".freeze, "spec/lib/google_analytics_mailer_spec.rb".freeze, "spec/lib/uri_builder_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/views/user_mailer/welcome.html.erb".freeze, "spec/support/views/user_mailer/welcome2.html.erb".freeze, "spec/support/views/user_mailer/welcome3.html.erb".freeze] s.homepage = "https://github.com/fabn/google_analytics_mailer".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "This gem provides automatic Google Analytics tagged links in ActionMailer generated emails".freeze s.test_files = ["spec/helpers/url_for_spec.rb".freeze, "spec/lib/google_analytics_mailer_spec.rb".freeze, "spec/lib/uri_builder_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/views/user_mailer/welcome.html.erb".freeze, "spec/support/views/user_mailer/welcome2.html.erb".freeze, "spec/support/views/user_mailer/welcome3.html.erb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2.3.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.2.0".freeze]) end