# -*- encoding: utf-8 -*- # stub: rentvine 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "rentvine".freeze s.version = "0.4.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "bug_tracker_uri" => "https://github.com/Launch-Engine/rentvine/issues", "changelog_uri" => "https://github.com/Launch-Engine/rentvine/blob/main/CHANGELOG.md", "documentation_uri" => "https://docs.rentvine.com/", "source_code_uri" => "https://github.com/Launch-Engine/rentvine" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Wes Hays".freeze] s.date = "2025-01-30" s.description = "Rentvine is a web-based Property Management application that provides a RESTful API for developers to interact with. This gem is a wrapper for that API.".freeze s.email = ["weshays@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "examples/accounts.rb".freeze, "examples/applications.rb".freeze, "examples/associations.rb".freeze, "examples/balances.rb".freeze, "examples/bills.rb".freeze, "examples/diagnostics.rb".freeze, "examples/files.rb".freeze, "examples/inspections.rb".freeze, "examples/leases.rb".freeze, "examples/ledgers.rb".freeze, "examples/object_types.rb".freeze, "examples/owners.rb".freeze, "examples/portfolios.rb".freeze, "examples/properties.rb".freeze, "examples/tenants.rb".freeze, "examples/transaction_entries.rb".freeze, "examples/transactions.rb".freeze, "examples/units.rb".freeze, "examples/vendor_trades.rb".freeze, "examples/vendors.rb".freeze, "examples/work_order_statuses.rb".freeze, "examples/work_orders.rb".freeze, "lib/rentvine.rb".freeze, "lib/rentvine/client.rb".freeze, "lib/rentvine/client/accounts.rb".freeze, "lib/rentvine/client/applications.rb".freeze, "lib/rentvine/client/associations.rb".freeze, "lib/rentvine/client/bills.rb".freeze, "lib/rentvine/client/diagnostics.rb".freeze, "lib/rentvine/client/files.rb".freeze, "lib/rentvine/client/inspections.rb".freeze, "lib/rentvine/client/leases.rb".freeze, "lib/rentvine/client/ledgers.rb".freeze, "lib/rentvine/client/owners.rb".freeze, "lib/rentvine/client/portfolios.rb".freeze, "lib/rentvine/client/properties.rb".freeze, "lib/rentvine/client/tenants.rb".freeze, "lib/rentvine/client/transaction_entries.rb".freeze, "lib/rentvine/client/transactions.rb".freeze, "lib/rentvine/client/units.rb".freeze, "lib/rentvine/client/vendor_trades.rb".freeze, "lib/rentvine/client/vendors.rb".freeze, "lib/rentvine/client/work_order_statuses.rb".freeze, "lib/rentvine/client/work_orders.rb".freeze, "lib/rentvine/model/account.rb".freeze, "lib/rentvine/model/application.rb".freeze, "lib/rentvine/model/association.rb".freeze, "lib/rentvine/model/balance.rb".freeze, "lib/rentvine/model/bill.rb".freeze, "lib/rentvine/model/diagnostic.rb".freeze, "lib/rentvine/model/file.rb".freeze, "lib/rentvine/model/inspection.rb".freeze, "lib/rentvine/model/lease.rb".freeze, "lib/rentvine/model/ledger.rb".freeze, "lib/rentvine/model/owner.rb".freeze, "lib/rentvine/model/owner_distribution.rb".freeze, "lib/rentvine/model/portfolio.rb".freeze, "lib/rentvine/model/property.rb".freeze, "lib/rentvine/model/rentvine_model.rb".freeze, "lib/rentvine/model/tenant.rb".freeze, "lib/rentvine/model/transaction.rb".freeze, "lib/rentvine/model/transaction_entry.rb".freeze, "lib/rentvine/model/unit.rb".freeze, "lib/rentvine/model/vendor.rb".freeze, "lib/rentvine/model/vendor_trade.rb".freeze, "lib/rentvine/model/work_order.rb".freeze, "lib/rentvine/model/work_order_status.rb".freeze, "lib/rentvine/rentvine_error.rb".freeze, "lib/rentvine/rentvine_object_types.rb".freeze, "lib/rentvine/version.rb".freeze, "rentvine.gemspec".freeze] s.homepage = "https://github.com/Launch-Engine/rentvine".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "API wrapper for the Rentvine.com API".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.1".freeze]) end