# -*- encoding: utf-8 -*- # stub: mosh_generator 0.1.1 ruby liblib Gem::Specification.new do |s| s.name = "mosh_generator".freeze s.version = "0.1.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "lib".freeze] s.authors = ["Mosh Creative".freeze] s.date = "2013-06-12" s.description = "Mosh Generator is a Rails application generator that was made to get a jump\nstart on generating a working application with our defaults.\n".freeze s.email = "contato@moshcreative.com.br".freeze s.executables = ["mosh_generator".freeze] s.extra_rdoc_files = ["README.md".freeze] s.files = [".editorconfig".freeze, ".gitignore".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "bin/mosh_generator".freeze, "doc/MoshGenerator.html".freeze, "doc/MoshGenerator/AppBuilder.html".freeze, "doc/MoshGenerator/AppGenerator.html".freeze, "doc/_index.html".freeze, "doc/class_list.html".freeze, "doc/css/common.css".freeze, "doc/css/full_list.css".freeze, "doc/css/style.css".freeze, "doc/file.README.html".freeze, "doc/file_list.html".freeze, "doc/frames.html".freeze, "doc/index.html".freeze, "doc/js/app.js".freeze, "doc/js/full_list.js".freeze, "doc/js/jquery.js".freeze, "doc/method_list.html".freeze, "doc/top-level-namespace.html".freeze, "lib/mosh_generator.rb".freeze, "lib/mosh_generator/app_builder.rb".freeze, "lib/mosh_generator/generators/app_generator.rb".freeze, "lib/mosh_generator/version.rb".freeze, "mosh_generator.gemspec".freeze, "templates/.editorconfig".freeze, "templates/.gitignore".freeze, "templates/.jshintrc".freeze, "templates/.ruby-gemset".freeze, "templates/.ruby-version".freeze, "templates/Gemfile.tt".freeze, "templates/Gruntfile.js".freeze, "templates/README.md.tt".freeze, "templates/app_directory/helpers/application_helper.rb.tt".freeze, "templates/app_directory/views/application/_chrome_frame.html".freeze, "templates/app_directory/views/application/_google_analytics.html".freeze, "templates/app_directory/views/layouts/application.html.erb.tt".freeze, "templates/config/database.yml".freeze, "templates/package.json.tt".freeze, "templates/public_directory/404.html".freeze, "templates/public_directory/apple-touch-icon-114x114-precomposed.png".freeze, "templates/public_directory/apple-touch-icon-144x144-precomposed.png".freeze, "templates/public_directory/apple-touch-icon-57x57-precomposed.png".freeze, "templates/public_directory/apple-touch-icon-72x72-precomposed.png".freeze, "templates/public_directory/apple-touch-icon-precomposed.png".freeze, "templates/public_directory/apple-touch-icon.png".freeze, "templates/public_directory/crossdomain.xml".freeze, "templates/public_directory/favicon.ico".freeze, "templates/public_directory/humans.txt".freeze, "templates/public_directory/images/.gitkeep".freeze, "templates/public_directory/javascripts/.gitkeep".freeze, "templates/public_directory/javascripts/vendor/modernizr.custom.js".freeze, "templates/public_directory/javascripts/vendor/respond.min.js".freeze, "templates/public_directory/robots.txt".freeze, "templates/public_directory/stylesheets/.gitkeep".freeze, "templates/public_directory/stylesheets/scss/core/_base.scss".freeze, "templates/public_directory/stylesheets/scss/core/_reset.scss".freeze, "templates/public_directory/stylesheets/scss/core/_settings.scss".freeze, "templates/public_directory/stylesheets/scss/site.scss".freeze] s.homepage = "http://github.com/MoshCreative/mosh-generator".freeze s.licenses = ["MIT".freeze] s.rdoc_options = ["--charset=UTF-8".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Rails application generator with Mosh Creative's standards.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 3.2.13".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.6.1".freeze]) end