Sha256: 0c5bfa964d170d0a86924d38e430f64199634c951b47f427164c24fa01365c5e

Contents?: true

Size: 942 Bytes

Versions: 1

Compression:

Stored size: 942 Bytes

Contents

Gem::Specification.new do |s|
  PROJECT_GEM = 'shelby-arena-api'
  PROJECT_GEM_VERSION = '0.2.2'

  s.name = PROJECT_GEM
  s.version = PROJECT_GEM_VERSION
  s.platform = Gem::Platform::RUBY

  s.homepage = 'https://github.com/weshays/shelby-arena-api-ruby'
  s.rubyforge_project = 'Project on www.github.com'
  s.authors = ['Wes Hays', 'Jason Hagglund']
  s.email = ['weshays@gbdev.com']

  s.summary = 'Ruby gem/plugin to interact with the Shelby Arena API'
  s.description = 'Ruby gem/plugin to interact with the Shelby Arena API. Checkout the project on github for more detail.'

  s.add_dependency('typhoeus', '0.6.6')
  s.add_dependency('virtus', '1.0.2')


  s.files         = `git ls-files`.split("\n").delete_if { |f| !(f =~ /^examples/).nil? }
  s.test_files    = `git ls-files -- {test,spec,features}/*`.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
shelby-arena-api-0.2.2 shelby_arena_api.gemspec