Sha256: 39890a9986437bab0b40cd2d6af7f3ea8ea462c786d8551692e9e1f3fdc6d3b9
Contents?: true
Size: 960 Bytes
Versions: 1
Compression:
Stored size: 960 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'lazy_google_analytics/version' Gem::Specification.new do |spec| spec.name = "lazy_google_analytics" spec.version = LazyGoogleAnalytics::VERSION spec.authors = ["miguel michelson"] spec.email = ["miguelmichelson@gmail.com"] spec.description = %q{google analytics api access for the lazy ones} spec.summary = %q{google analytics api access for the lazy ones} spec.homepage = "" spec.license = "MIT" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency("google-api-client") spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
lazy_google_analytics-0.0.1 | lazy_google_analytics.gemspec |