Sha256: 7e5779d1a7c60a4d81632b58afc93c076ce1e2e88b98bb19a13cd2632bea7e37
Contents?: true
Size: 826 Bytes
Versions: 25
Compression:
Stored size: 826 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path("../lib/entrance/version", __FILE__) Gem::Specification.new do |s| s.name = "entrance" s.version = Entrance::VERSION s.platform = Gem::Platform::RUBY s.authors = ['Tomás Pollak'] s.email = ['tomas@forkhq.com'] s.homepage = "https://github.com/tomas/entrance" s.summary = "Lean authentication alternative for Rails and Sinatra." s.description = "Doesn't fiddle with your controllers and routes." s.required_rubygems_version = ">= 1.3.6" s.rubyforge_project = "entrance" s.add_runtime_dependency "bcrypt", "~> 3.0" s.files = `git ls-files`.split("\n") s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact s.require_path = 'lib' # s.bindir = 'bin' end
Version data entries
25 entries across 25 versions & 1 rubygems