/usr/share/rubygems-integration/1.9.1/specifications/mab-0.0.3.gemspec is in ruby-mab 0.0.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | # -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "mab"
s.version = "0.0.3"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Magnus Holm"]
s.date = "2013-03-07"
s.email = ["judofyr@gmail.com"]
s.files = ["COPYING", "Gemfile", "Gemfile.lock", "lib/mab/builder.rb", "lib/mab/indentation.rb", "lib/mab/kernel_method.rb", "lib/mab/mixin.rb", "lib/mab/rails.rb", "lib/mab/version.rb", "lib/mab.rb", "mab.gemspec", "Rakefile", "README.md", "test/helper.rb", "test/rails/app/assets/images/rails.png", "test/rails/app/assets/javascripts/application.js", "test/rails/app/assets/stylesheets/application.css", "test/rails/app/controllers/application_controller.rb", "test/rails/app/helpers/application_helper.rb", "test/rails/app/views/application/content_for.html.mab", "test/rails/app/views/application/normal.html.mab", "test/rails/app/views/application/variables.html.mab", "test/rails/app/views/layouts/application.html.mab", "test/rails/config/application.rb", "test/rails/config/boot.rb", "test/rails/config/environment.rb", "test/rails/config/environments/development.rb", "test/rails/config/environments/production.rb", "test/rails/config/environments/test.rb", "test/rails/config/initializers/backtrace_silencers.rb", "test/rails/config/initializers/inflections.rb", "test/rails/config/initializers/mime_types.rb", "test/rails/config/initializers/secret_token.rb", "test/rails/config/initializers/session_store.rb", "test/rails/config/initializers/wrap_parameters.rb", "test/rails/config/locales/en.yml", "test/rails/config/routes.rb", "test/rails/config.ru", "test/rails/Rakefile", "test/rails/script/rails", "test/rails/test/helper.rb", "test/rails/test/test_mab.rb", "test/test_mab_builder.rb", "test/test_mab_indentation.rb", "test/test_mab_kernel_method.rb", "test/test_mab_mixin.rb"]
s.require_paths = ["lib"]
s.rubygems_version = "1.8.23"
s.summary = "Markup as Ruby"
if s.respond_to? :specification_version then
s.specification_version = 4
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
s.add_development_dependency(%q<rake>, [">= 0"])
s.add_development_dependency(%q<minitest>, [">= 0"])
else
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<minitest>, [">= 0"])
end
else
s.add_dependency(%q<rake>, [">= 0"])
s.add_dependency(%q<minitest>, [">= 0"])
end
end
|