Sha256: 194b63b2be4183f17a622db6e27f3060f5e0f594bc4c91e0c79449e9929bb68f
Contents?: true
Size: 804 Bytes
Versions: 5
Compression:
Stored size: 804 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 'haml' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
the_role-2.1.1 | the_role.gemspec |
the_role-2.1.0 | the_role.gemspec |
the_role-2.0.4 | the_role.gemspec |
the_role-2.0.3 | the_role.gemspec |
the_role-2.0.2 | the_role.gemspec |