# -*- encoding: utf-8 -*- # stub: plausible_api 0.4.2 ruby lib Gem::Specification.new do |s| s.name = "plausible_api".freeze s.version = "0.4.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/dailytics/plausible_api", "homepage_uri" => "https://github.com/dailytics/plausible_api", "source_code_uri" => "https://github.com/dailytics/plausible_api" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Gustavo Garcia".freeze] s.bindir = "exe".freeze s.date = "2024-03-10" s.description = "A very humble wrapper for the new API by Plausible".freeze s.email = ["gustavo@dailytics.com".freeze] s.files = [".gitignore".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/basic.rb".freeze, "examples/event.rb".freeze, "lib/plausible_api.rb".freeze, "lib/plausible_api/api_base.rb".freeze, "lib/plausible_api/client.rb".freeze, "lib/plausible_api/configuration.rb".freeze, "lib/plausible_api/event/base.rb".freeze, "lib/plausible_api/event/post.rb".freeze, "lib/plausible_api/stats/aggregate.rb".freeze, "lib/plausible_api/stats/base.rb".freeze, "lib/plausible_api/stats/breakdown.rb".freeze, "lib/plausible_api/stats/realtime/visitors.rb".freeze, "lib/plausible_api/stats/timeseries.rb".freeze, "lib/plausible_api/utils.rb".freeze, "lib/plausible_api/version.rb".freeze, "plausible_api.gemspec".freeze] s.homepage = "https://github.com/dailytics/plausible_api".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple Plausible API wrapper for Rails".freeze end