Sha256: d1193f7353fa06ca3569aa0390a5420561e6d4ddc61b1289e559c7ffd6c054d1

Contents?: true

Size: 892 Bytes

Versions: 2

Compression:

Stored size: 892 Bytes

Contents

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

Gem::Specification.new do |s|
  s.name        = "cloudsponge"
  s.version     = Cloudsponge::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["Graeme Rouse"]
  s.email       = ["graeme@cloudsponge.com"]
  s.homepage    = "http://www.cloudsponge.com"
  s.summary     = "CloudSponge integration library for Ruby"
  s.description = "CloudSponge is the tool that you need to go viral. Create an account at http://www.cloudsponge.com and integrate with this library. In a few lines of code you'll have access to your users' contact lists."

  s.required_rubygems_version = ">= 1.3.6"
  s.add_dependency "json", ">=1.6.1"

  s.files        = `git ls-files`.split("\n")
  s.executables  = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
  s.require_path = 'lib'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cloudsponge-0.9.12 cloudsponge.gemspec
cloudsponge-0.9.11 cloudsponge.gemspec