Sha256: 85f30f5abb212946116474d87b4bed0074095a0fcfbfbc6041297000fbc83e70
Contents?: true
Size: 878 Bytes
Versions: 2
Compression:
Stored size: 878 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "the_role/version" Gem::Specification.new do |s| s.name = "the_role" s.version = TheRole::VERSION s.authors = ["Ilya N. Zykin [the-teacher]"] s.email = ["zykin-ilya@ya.ru"] s.homepage = "https://github.com/the-teacher/the_role" s.summary = %q{Authorization for Rails 4} s.description = %q{Authorization for Rails 4 with Web Interface} s.rubyforge_project = "the_role" 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.add_dependency 'the_string_to_slug', '~> 1.1' s.add_runtime_dependency 'rails', ['>= 3', '< 5'] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
the_role-2.5.1 | the_role.gemspec |
the_role-2.5 | the_role.gemspec |