-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrieles.gemspec
More file actions
23 lines (18 loc) · 1022 Bytes
/
rieles.gemspec
File metadata and controls
23 lines (18 loc) · 1022 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- encoding: utf-8 -*-
require File.expand_path('../lib/rieles/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Azarel Doroteo Pacheco"]
gem.email = ["azarel.doroteo@logicalbricks.com"]
gem.description = %q{Instala el archivo de inflections para pluralizar y singularizar según las reglas en Español, incluye el locale en Español y agrega templates erb/haml para que el scaffold genere las vistas en Español.}
gem.summary = %q{Instala inflections, locales y templates de scaffold para trabajar en Español.}
gem.homepage = ""
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "rieles"
gem.require_paths = ["lib"]
gem.version = Rieles::VERSION
gem.add_dependency 'rails', '~> 3.0'
gem.add_development_dependency 'generator_spec'
gem.add_development_dependency 'rspec'
end