Copy authentication exist code to project.
Showing
lib/rails_api_authentication/auth_action.rb
0 → 100644
lib/rails_api_authentication/auth_session.rb
0 → 100644
lib/rails_api_authentication/auth_token.rb
0 → 100644
lib/rails_api_authentication/authable.rb
0 → 100644
... | @@ -30,6 +30,10 @@ Gem::Specification.new do |spec| | ... | @@ -30,6 +30,10 @@ Gem::Specification.new do |spec| |
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } | ||
spec.require_paths = ["lib"] | spec.require_paths = ["lib"] | ||
# Object-Hash Mapping for Redis | |||
# https://github.com/soveran/ohm | |||
spec.add_dependency "ohm" | |||
spec.add_development_dependency "bundler", "~> 1.14" | spec.add_development_dependency "bundler", "~> 1.14" | ||
spec.add_development_dependency "rake", "~> 10.0" | spec.add_development_dependency "rake", "~> 10.0" | ||
spec.add_development_dependency "rspec", "~> 3.0" | spec.add_development_dependency "rspec", "~> 3.0" | ||
... | ... |
Please
register
or
sign in
to comment