Sha256: 555521802a5c1051ae6883d79d3dbfaec33a39bdfccca08293692ff0a5b39b05
Contents?: true
Size: 835 Bytes
Versions: 10
Compression:
Stored size: 835 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "bigcartel/version" Gem::Specification.new do |s| s.name = "bigcartel" s.version = BigCartel::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Matt Anderson"] s.email = ["matt@tonkapark.com"] s.homepage = "" s.summary = %q{Ruby wrapper for the Big Cartel API} s.description = %q{A Ruby wrapper for the Big Cartel External REST API} s.add_development_dependency 'rspec', '~> 2.3' s.add_runtime_dependency('httparty', '~> 0.7.3') 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
10 entries across 10 versions & 1 rubygems