# -*- encoding: utf-8 -*- # stub: cobregratis 0.4.3 ruby lib Gem::Specification.new do |s| s.name = "cobregratis".freeze s.version = "0.4.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Rafael Lima".freeze] s.date = "2014-01-25" s.description = "Ruby Wrapper around Cobre Gr\u00E1tis API. More info at: http://cobregratispec.com.br/doc/api".freeze s.email = "contato@rafael.adm.br".freeze s.files = [".bundle/config".freeze, ".document".freeze, ".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "autotest/discover.rb".freeze, "cobregratis.gemspec".freeze, "examples/config_initializers_cobregratis.rb".freeze, "examples/example.rb".freeze, "init.rb".freeze, "lib/cobregratis.rb".freeze, "lib/cobregratis/bank_billet.rb".freeze, "lib/cobregratis/bank_billet_account.rb".freeze, "lib/cobregratis/bank_billet_subscription.rb".freeze, "lib/cobregratis/base.rb".freeze, "lib/cobregratis/customer.rb".freeze, "lib/cobregratis/service.rb".freeze, "lib/cobregratis/version.rb".freeze, "lib/cobregratis/web_hook.rb".freeze, "spec/cobregratis/bank_billet_account_spec.rb".freeze, "spec/cobregratis/bank_billet_spec.rb".freeze, "spec/cobregratis/bank_billet_subscription_spec.rb".freeze, "spec/cobregratis/base_spec.rb".freeze, "spec/cobregratis/customer_spec.rb".freeze, "spec/cobregratis/service_spec.rb".freeze, "spec/cobregratis/web_hook_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.homepage = "http://github.com/CobreGratis/cobregratis-ruby".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Wrapper around Cobre Gr\u00E1tis API".freeze s.test_files = ["spec/cobregratis/bank_billet_account_spec.rb".freeze, "spec/cobregratis/bank_billet_spec.rb".freeze, "spec/cobregratis/bank_billet_subscription_spec.rb".freeze, "spec/cobregratis/base_spec.rb".freeze, "spec/cobregratis/customer_spec.rb".freeze, "spec/cobregratis/service_spec.rb".freeze, "spec/cobregratis/web_hook_spec.rb".freeze, "spec/spec.opts".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.0".freeze]) end