Sha256: 5f1e48dc91b6db510d3991c82a83d45c8f252bc2e4a17750eac3b4ec1e41ba12
Contents?: true
Size: 929 Bytes
Versions: 2
Compression:
Stored size: 929 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"] s.email = ["zykin-ilya@ya.ru"] s.homepage = "https://github.com/the-teacher/the_role" s.summary = %q{TheRole - simple, but powerful role system} s.description = %q{TheRole - simple, but powerful role system for ROR applications} s.rubyforge_project = "the_role" s.files = `git ls-files`.split("\n") 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"] # specify any dependencies here; for example: # s.add_development_dependency "rspec" # s.add_runtime_dependency "rest-client" s.add_runtime_dependency "haml", "~> 3.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
the_role-1.0.0 | the_role.gemspec |
the_role-0.9.93 | the_role.gemspec |