Sha256: 1243f1aa92afc8f169fbf33264d8b39e706389f4c718674696ea557f2d8700dd
Contents?: true
Size: 981 Bytes
Versions: 2
Compression:
Stored size: 981 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "google-analytics/version" Gem::Specification.new do |s| s.name = "google-analytics-rails" s.version = GoogleAnalytics::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Benoit Garret"] s.email = ["benoit.garret@gadz.org"] s.homepage = "https://github.com/bgarret/google-analytics-rails" s.summary = %q{Rails helpers to manage google analytics tracking} s.description = %q{Rails helpers to manage google analytics tracking} s.rubyforge_project = "google-analytics-rails" s.add_development_dependency "yard" s.add_development_dependency "redcarpet" s.add_development_dependency "activesupport", "~>3.0" 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
google-analytics-rails-0.0.2 | google-analytics-rails.gemspec |
google-analytics-rails-0.0.1 | google-analytics-rails.gemspec |