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-2.1.0 authentication-zero.gemspec
authentication-zero-2.0.0 authentication-zero.gemspec
authentication-zero-1.0.2 authentication-zero.gemspec
authentication-zero-1.0.1 authentication-zero.gemspec
authentication-zero-1.0.0 authentication-zero.gemspec
authentication-zero-0.0.24 authentication-zero.gemspec
authentication-zero-0.0.23 authentication-zero.gemspec
authentication-zero-0.0.22 authentication-zero.gemspec
authentication-zero-0.0.21 authentication-zero.gemspec
authentication-zero-0.0.20 authentication-zero.gemspec
authentication-zero-0.0.19 authentication-zero.gemspec
authentication-zero-0.0.18 authentication-zero.gemspec
authentication-zero-0.0.17 authentication-zero.gemspec
authentication-zero-0.0.16 authentication-zero.gemspec
authentication-zero-0.0.15 authentication-zero.gemspec
authentication-zero-0.0.14 authentication-zero.gemspec
authentication-zero-0.0.13 authentication-zero.gemspec
authentication-zero-0.0.12 authentication-zero.gemspec
authentication-zero-0.0.11 authentication-zero.gemspec
authentication-zero-0.0.10 authentication-zero.gemspec