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-4.0.3 authentication-zero.gemspec
authentication-zero-4.0.2 authentication-zero.gemspec
authentication-zero-4.0.1 authentication-zero.gemspec
authentication-zero-4.0.0 authentication-zero.gemspec
authentication-zero-3.0.2 authentication-zero.gemspec
authentication-zero-3.0.1 authentication-zero.gemspec
authentication-zero-3.0.0 authentication-zero.gemspec
authentication-zero-3.0.0.alpha1 authentication-zero.gemspec
authentication-zero-2.16.36 authentication-zero.gemspec
authentication-zero-2.16.35 authentication-zero.gemspec
authentication-zero-2.16.34 authentication-zero.gemspec
authentication-zero-2.16.33 authentication-zero.gemspec
authentication-zero-2.16.32 authentication-zero.gemspec
authentication-zero-2.16.31 authentication-zero.gemspec
authentication-zero-2.16.30 authentication-zero.gemspec
authentication-zero-2.16.29 authentication-zero.gemspec
authentication-zero-2.16.28 authentication-zero.gemspec
authentication-zero-2.16.27 authentication-zero.gemspec
authentication-zero-2.16.26 authentication-zero.gemspec
authentication-zero-2.16.25 authentication-zero.gemspec