Sha256: 5eb6e771f889afd72a5fcbc296366c399c8d2fcb65db5863df53312ddeda432b

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

# frozen_string_literal: true

require_relative '../../rubygems/author'

module Magic
	module Support
		class Author < Gem::Author # :nodoc:
			new(
					name:   'Alexander Senko',
					email:  'Alexander.Senko@gmail.com',
					github: 'Alexander-Senko',
			)
		end
	end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
magic-support-0.1.0 lib/magic/support/authors.rb