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.16.4 authentication-zero.gemspec
authentication-zero-2.16.3 authentication-zero.gemspec
authentication-zero-2.16.2 authentication-zero.gemspec
authentication-zero-2.16.1 authentication-zero.gemspec
authentication-zero-2.16.0 authentication-zero.gemspec
authentication-zero-2.15.9 authentication-zero.gemspec
authentication-zero-2.15.8 authentication-zero.gemspec
authentication-zero-2.15.7 authentication-zero.gemspec
authentication-zero-2.15.6 authentication-zero.gemspec
authentication-zero-2.15.5 authentication-zero.gemspec
authentication-zero-2.15.4 authentication-zero.gemspec
authentication-zero-2.15.3 authentication-zero.gemspec
authentication-zero-2.15.2 authentication-zero.gemspec
authentication-zero-2.15.1 authentication-zero.gemspec
authentication-zero-2.15.0 authentication-zero.gemspec
authentication-zero-2.14.0 authentication-zero.gemspec
authentication-zero-2.13.0 authentication-zero.gemspec
authentication-zero-2.12.6 authentication-zero.gemspec
authentication-zero-2.12.5 authentication-zero.gemspec
authentication-zero-2.12.4 authentication-zero.gemspec