Sha256: 443c741cdd9ea5d94a71581c375ba02a517c8f58c90f2e617aa30d47d392418c

Contents?: true

Size: 361 Bytes

Versions: 12

Compression:

Stored size: 361 Bytes

Contents

# frozen_string_literal: true

# zeitwerk will take care of auto loading files based on their name :)
require "zeitwerk"
require 'active_support/core_ext/string/inflections'
require 'ostruct'
require "faraday"
require 'json'

loader = Zeitwerk::Loader.for_gem
loader.setup # ready!

module ShotgunApiRuby
  def self.new(**args)
    Client.new(**args)
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
shotgun_api_ruby-0.0.8.2 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.8 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.7 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.5.3 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.5.2 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.5.1 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.5 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.4.1 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.4 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.3 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.2 lib/shotgun_api_ruby.rb
shotgun_api_ruby-0.0.1 lib/shotgun_api_ruby.rb