Sha256: 322aa67d46cbd618e838a584dcc2b96d9d9c8cbb9e4403c26e76e72c527a21aa
Contents?: true
Size: 1.13 KB
Versions: 1
Compression:
Stored size: 1.13 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'bigbroda/version' Gem::Specification.new do |spec| spec.name = "bigbroda" spec.version = BigBroda::VERSION spec.authors = ["miguel michelson"] spec.email = ["miguelmichelson@gmail.com"] spec.description = "GoogleBigQuery ActiveRecord Adapter & standalone API client" spec.summary = "This library is build on top of google-api-client, ActiveRecord >4 compatible" spec.homepage = "https://github.com/michelson/BigBroda" 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_development_dependency "bundler" spec.add_development_dependency "rake" spec.add_development_dependency "rails", "~> 4.0.0" spec.add_runtime_dependency("google-api-client") spec.add_dependency "hash-deep-merge" spec.add_dependency "activesupport" spec.add_dependency "activerecord" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bigbroda-0.1.0.pre | bigbroda.gemspec |