Sha256: df6f2051f9a576b9c4fd6fa5d2ef213111a0f6f0dc4be0e16059be02eb128202

Contents?: true

Size: 1.01 KB

Versions: 129

Compression:

Stored size: 1.01 KB

Contents

require_relative 'lib/authentication_zero/version'

Gem::Specification.new do |spec|
  spec.name          = "authentication-zero"
  spec.version       = AuthenticationZero::VERSION
  spec.authors       = ["Nixon"]
  spec.email         = ["lazaronixon@hotmail.com"]

  spec.summary       = "An authentication system generator for Rails applications"
  spec.homepage      = "https://github.com/lazaronixon/authentication-zero"
  spec.license       = "MIT"

  spec.metadata["homepage_uri"] = spec.homepage
  spec.metadata["source_code_uri"] = "https://github.com/lazaronixon/authentication-zero"
  spec.metadata["changelog_uri"] = "https://github.com/lazaronixon/authentication-zero/blob/main/CHANGELOG.md"

  # Specify which files should be added to the gem when it is released.
  # The `git ls-files -z` loads the files in the RubyGem that have been added into git.
  spec.files         = Dir.chdir(File.expand_path('..', __FILE__)) do
    `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
  end
end

Version data entries

129 entries across 129 versions & 1 rubygems

Version Path
authentication-zero-0.0.9 authentication-zero.gemspec
authentication-zero-0.0.8 authentication-zero.gemspec
authentication-zero-0.0.7 authentication-zero.gemspec
authentication-zero-0.0.6 authentication-zero.gemspec
authentication-zero-0.0.5 authentication-zero.gemspec
authentication-zero-0.0.4 authentication-zero.gemspec
authentication-zero-0.0.3 authentication-zero.gemspec
authentication-zero-0.0.2 authentication-zero.gemspec
authentication-zero-0.0.1 authentication-zero.gemspec