Sha256: 8552ec3690ba7a8b88c982afcc9b4f06749ae0d3570db1913e8401d765de460c

Contents?: true

Size: 744 Bytes

Versions: 1

Compression:

Stored size: 744 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), 'lib'))

require 'helio/version'

Gem::Specification.new do |s|
  s.name = 'helio-ruby'
  s.version = Helio::VERSION
  s.required_ruby_version = '>= 2.0.0'
  s.summary = 'Ruby bindings for the Helio API'
  s.description = 'Discover design insights with surveys and tests. See https://zurb.com/helio for details.'
  s.author = 'Helio'
  s.email = 'helio@zurb.com'
  s.homepage = 'https://github.com/zurb/helio-ruby'
  s.license = 'MIT'

  s.add_dependency('faraday', '~> 0.10')

  s.files = `git ls-files`.split("\n")
  s.test_files    = `git ls-files -- test/*`.split("\n")
  s.executables   = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
  s.require_paths = ['lib']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
helio-ruby-0.1.0 helio-ruby.gemspec