thrillcall-api 0.0.6 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,36 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- require File.expand_path("../lib/thrillcall-api/version", __FILE__)
3
-
4
- Gem::Specification.new do |s|
5
- s.name = "thrillcall-api"
6
- s.version = ThrillcallAPI::VERSION
7
- s.platform = Gem::Platform::RUBY
8
- s.authors = ["Dan Healy", "Eddy Kang", "Glenn Rempe"]
9
- s.email = ["github@thrillcall.com"]
10
- s.homepage = "https://github.com/thrillcall/thrillcall-api"
11
- s.summary = "Simple wrapper around http://thrillcall.com's API"
12
- s.description = "Simple wrapper around http://thrillcall.com's API"
13
-
14
- s.required_rubygems_version = ">= 1.3.6"
15
- s.rubyforge_project = "thrillcall-api"
16
-
17
- s.add_development_dependency "bundler", ">= 1.0.0"
18
- s.add_development_dependency "rake", "~> 0.9.2.2"
19
- s.add_development_dependency "rspec", "~> 2.7.0"
20
- s.add_development_dependency "ZenTest", "~> 4.6.2"
21
- s.add_development_dependency "autotest", "~> 4.4.6"
22
- s.add_development_dependency "autotest-growl", "~> 0.2.16"
23
- s.add_development_dependency "autotest-fsevent", "~> 0.2.8"
24
- s.add_development_dependency "awesome_print", "~> 1.0.1"
25
- s.add_development_dependency "redcarpet", "~> 1.17.2"
26
- s.add_development_dependency "nokogiri", "~> 1.4.6"
27
- s.add_development_dependency "albino", "~> 1.3.3"
28
- s.add_development_dependency "faker", "~> 0.9.5"
29
- s.add_development_dependency "tzinfo", "~> 0.3.31"
30
-
31
- s.add_dependency "faraday", "~> 0.7.0"
32
-
33
- s.files = `git ls-files`.split("\n")
34
- s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
35
- s.require_path = 'lib'
36
- end