tokyo_api.gemspec in tokyo_api-1.1.2 vs tokyo_api.gemspec in tokyo_api-1.2.0

- old
+ new

@@ -1,19 +1,19 @@ # Generated by juwelier # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: tokyo_api 1.1.2 ruby lib +# stub: tokyo_api 1.2.0 ruby lib Gem::Specification.new do |s| s.name = "tokyo_api".freeze - s.version = "1.1.2" + s.version = "1.2.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Nathan Woodhull".freeze] - s.date = "2018-05-14" + s.date = "2018-08-31" s.description = "Tokyo is a CRM middleware, this gem helps apps talk to it.".freeze s.email = "nathan@controlshiftlabs.com".freeze s.extra_rdoc_files = [ "LICENSE.txt", "README.md" @@ -33,20 +33,23 @@ "example.rb", "lib/tokyo_api.rb", "lib/tokyo_api/actionkit.rb", "lib/tokyo_api/base.rb", "lib/tokyo_api/bluestatedigital.rb", + "lib/tokyo_api/campact.rb", "lib/tokyo_api/client.rb", "lib/tokyo_api/expire.rb", "lib/tokyo_api/identity.rb", "lib/tokyo_api/krautbuster.rb", "spec/actionkit_spec.rb", "spec/bluestatedigital_spec.rb", + "spec/campact_spec.rb", "spec/client_spec.rb", "spec/expire_spec.rb", "spec/fixtures/expire/success", "spec/fixtures/responses/actionkit/full_user_success", "spec/fixtures/responses/bluestatedigital/full_user_success", + "spec/fixtures/responses/campact/full_user_success", "spec/fixtures/responses/full_user_error", "spec/fixtures/responses/full_user_success", "spec/fixtures/responses/identity/full_user_success", "spec/fixtures/responses/krautbuster/full_user_success", "spec/identity_spec.rb",