Sha256: e4c42fc92ede0b9fc1464b502a65e2ad7b5d34e95d08b218e15852169df785cd

Contents?: true

Size: 485 Bytes

Versions: 8

Compression:

Stored size: 485 Bytes

Contents

#!/usr/bin/env ruby

require "bundler/setup"
require "mangadex"

username, password = [
  ENV['MD_USERNAME'],
  ENV['MD_PASSWORD'],
]

if username && password
  Mangadex::Auth.login(username, password)
end

# You can add fixtures and/or initialization code here to make experimenting
# with your gem easier. You can also use a different console, if you like.

# (If you use this, don't forget to add pry to your Gemfile!)
require "pry"
Pry.start

# require "irb"
# IRB.start(__FILE__)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mangadex-5.3.3.1 bin/console
mangadex-5.3.3 bin/console
mangadex-5.3.2 bin/console
mangadex-5.3.1.3 bin/console
mangadex-5.3.1.2 bin/console
mangadex-5.3.1.1 bin/console
mangadex-5.3.1 bin/console
mangadex-5.3.0 bin/console