Sha256: 6830d335e1c7e35bdcaee7084a025c704631749a1bf0b06a52c6fcda6fbcd31b

Contents?: true

Size: 928 Bytes

Versions: 5

Compression:

Stored size: 928 Bytes

Contents

# -*- encoding: utf-8 -*-
$:.push File.expand_path("../lib", __FILE__)
require "storenvy/version"

Gem::Specification.new do |s|
  s.name        = "storenvy"
  s.version     = Storenvy::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Matt Anderson"]
  s.email       = ["matt@tonkapark.com"]
  s.homepage    = "http://tonkapark.com"
  s.summary     = %q{Ruby wrapper for the Storenvy API}
  s.description = %q{A Ruby wrapper for the Storenvy REST API}

  
  s.add_runtime_dependency('httparty', '~> 0.8.1')
  s.add_runtime_dependency('hashie', '~> 1.2.0')
  
  s.add_development_dependency 'rspec'
  s.add_development_dependency 'webmock'
  

  s.rubyforge_project = s.name

  s.files         = `git ls-files`.split("\n")
  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

5 entries across 5 versions & 1 rubygems

Version Path
storenvy-0.1.3 storenvy.gemspec
storenvy-0.1.1 storenvy.gemspec
storenvy-0.1.0 storenvy.gemspec
storenvy-0.0.2 storenvy.gemspec
storenvy-0.0.1 storenvy.gemspec