Sha256: f32365bb617218968e4c617edb418bd2084f2ab967dfaa75505b8d3788dd1c5c

Contents?: true

Size: 994 Bytes

Versions: 4

Compression:

Stored size: 994 Bytes

Contents

# coding: utf-8
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "google_assistant/version"

Gem::Specification.new do |spec|
  spec.name          = "google_assistant"
  spec.version       = GoogleAssistant::VERSION
  spec.authors       = ["Aaron Milam"]
  spec.email         = ["armilam@gmail.com"]

  spec.summary       = "Ruby SDK for the Google Assistant API"
  spec.description   = "This SDK provides the framework for creating Google Assistant actions in Ruby. It works in Ruby on Rails and Sinatra (and probably others)."
  spec.homepage      = "https://github.com/armilam/google-assistant-ruby"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  spec.require_paths = ["lib"]

  spec.add_development_dependency "bundler", "~> 1.13"
  spec.add_development_dependency "rake", "~> 12.0"
  spec.add_development_dependency "minitest", "~> 5.0"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
google_assistant-1.0.0 google_assistant.gemspec
google_assistant-1.0.0.beta google_assistant.gemspec
google_assistant-0.2.0 google_assistant.gemspec
google_assistant-0.1.0 google_assistant.gemspec