# -*- encoding: utf-8 -*- # stub: bigbro 1.0.0 ruby lib Gem::Specification.new do |s| s.name = "bigbro".freeze s.version = "1.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marcello Barnaba".freeze] s.date = "2013-12-02" s.description = "BigBro provides view helpers to generate Analytics code (with the noscript counterpart), test helpers to assert your page contains the tracking code and a configuration method to set your GA account from environment.rb".freeze s.email = "vjt@openssl.it".freeze s.files = [".gitignore".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "bigbro.gemspec".freeze, "js/jquery.analytics.js".freeze, "lib/bigbro.rb".freeze, "lib/bigbro/railtie.rb".freeze, "lib/bigbro/version.rb".freeze, "rails/init.rb".freeze] s.homepage = "http://github.com/vjt/bigbro".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A Google Analytics plugin for Rails".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) end