# -*- encoding: utf-8 -*- # stub: ncore 3.8.0 ruby lib Gem::Specification.new do |s| s.name = "ncore".freeze s.version = "3.8.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Notioneer Team".freeze] s.date = "2024-01-31" s.description = "NCore - Ruby gem useful for building REST API clients".freeze s.email = ["hello@notioneer.com".freeze] s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "example/lib/my_api.rb".freeze, "example/lib/my_api/api_config.rb".freeze, "example/lib/my_api/customer.rb".freeze, "example/lib/my_api/rails/log_subscriber.rb".freeze, "example/lib/my_api/rails/railtie.rb".freeze, "example/lib/my_api/version.rb".freeze, "lib/ncore.rb".freeze, "lib/ncore/associations.rb".freeze, "lib/ncore/attributes.rb".freeze, "lib/ncore/base.rb".freeze, "lib/ncore/builder.rb".freeze, "lib/ncore/client.rb".freeze, "lib/ncore/client_cache.rb".freeze, "lib/ncore/collection.rb".freeze, "lib/ncore/configuration.rb".freeze, "lib/ncore/exceptions.rb".freeze, "lib/ncore/identity.rb".freeze, "lib/ncore/lifecycle.rb".freeze, "lib/ncore/methods/all.rb".freeze, "lib/ncore/methods/build.rb".freeze, "lib/ncore/methods/count.rb".freeze, "lib/ncore/methods/create.rb".freeze, "lib/ncore/methods/delete.rb".freeze, "lib/ncore/methods/delete_bulk.rb".freeze, "lib/ncore/methods/delete_single.rb".freeze, "lib/ncore/methods/find.rb".freeze, "lib/ncore/methods/find_single.rb".freeze, "lib/ncore/methods/update.rb".freeze, "lib/ncore/methods/update_bulk.rb".freeze, "lib/ncore/rails/action_controller.rb".freeze, "lib/ncore/rails/active_model.rb".freeze, "lib/ncore/rails/log_subscriber.rb".freeze, "lib/ncore/rails/module_fix.rb".freeze, "lib/ncore/singleton_base.rb".freeze, "lib/ncore/util.rb".freeze, "lib/ncore/version.rb".freeze, "lib/ncore/wait.rb".freeze, "ncore.gemspec".freeze] s.homepage = "https://notioneer.com/".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "NCore - Gem for building REST API clients".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2".freeze, "< 7.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.32".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end