Sha256: 8b15e167b0871444fd89952e18e7d351e7676eb2d228871993155851ec9744ec
Contents?: true
Size: 910 Bytes
Versions: 3
Compression:
Stored size: 910 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "the_role_api/version" Gem::Specification.new do |s| s.name = "the_role_api" s.version = TheRoleApi::VERSION s.authors = ["Ilya N. Zykin [the-teacher]"] s.email = ["zykin-ilya@ya.ru"] s.homepage = "https://github.com/TheRole/the_role_api" s.summary = %q{Authorization for Rails} s.description = %q{Authorization for Rails with Web Interface} s.files = `git ls-files`.split("\n").select{ |file_name| !(file_name =~ /^spec/) } s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] s.license = "MIT" s.add_dependency 'multi_json' s.add_dependency 'the_string_to_slug', '~> 1.2' s.add_runtime_dependency 'rails', ['>= 3.2', '< 5'] end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
the_role_api-3.0.3 | the_role_api.gemspec |
the_role_api-3.0.2 | the_role_api.gemspec |
the_role_api-3.0.1 | the_role_api.gemspec |