--- !ruby/object:Gem::Specification name: eucalypt version: !ruby/object:Gem::Version version: 0.1.3 platform: ruby authors: - Edwin Onuonga autorequire: bindir: bin cert_chain: [] date: 2018-08-21 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.16' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '12.3' - !ruby/object:Gem::Dependency name: rspec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.7' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '3.7' - !ruby/object:Gem::Dependency name: regexp-examples requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.4' - !ruby/object:Gem::Dependency name: colorize requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.8' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.8' - !ruby/object:Gem::Dependency name: string-builder requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.3' - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' - !ruby/object:Gem::Dependency name: activerecord requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '5.2' - !ruby/object:Gem::Dependency name: front_matter_parser requirement: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '=' - !ruby/object:Gem::Version version: 0.2.0 - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.20' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.20' - !ruby/object:Gem::Dependency name: sinatra requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.0' - !ruby/object:Gem::Dependency name: rerun requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '0.13' description: email: - edwinonuonga@gmail.com executables: - eucalypt extensions: [] extra_rdoc_files: [] files: - Gemfile - LICENSE - README.md - Rakefile - bin/eucalypt - eucalypt.gemspec - lib/eucalypt.rb - lib/eucalypt/app.rb - lib/eucalypt/controller.rb - lib/eucalypt/errors.rb - lib/eucalypt/eucalypt-blog/helpers.rb - lib/eucalypt/eucalypt-blog/namespaces/blog-article-edit/cli/edit-datetime.rb - lib/eucalypt/eucalypt-blog/namespaces/blog-article-edit/cli/edit-urltitle.rb - lib/eucalypt/eucalypt-blog/namespaces/blog-article/cli/article.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/__base__.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/__require__.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/cli/blog.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/generators/article.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/generators/controller.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/generators/helper.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/generators/list.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/generators/views.rb - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/controller/controller.tt - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/controller/controller_spec.tt - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/helper/helper.tt - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/helper/helper_spec.tt - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/article.erb - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/article_layout.erb - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/article_md.tt - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/articles.erb - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/articles_layout.erb - lib/eucalypt/eucalypt-blog/namespaces/blog/templates/views/search.erb - lib/eucalypt/eucalypt-core/cli/__base__.rb - lib/eucalypt/eucalypt-core/cli/console.rb - lib/eucalypt/eucalypt-core/cli/core.rb - lib/eucalypt/eucalypt-core/cli/help.rb - lib/eucalypt/eucalypt-core/cli/init.rb - lib/eucalypt/eucalypt-core/cli/launch.rb - lib/eucalypt/eucalypt-core/cli/test.rb - lib/eucalypt/eucalypt-core/cli/version.rb - lib/eucalypt/eucalypt-core/templates/Gemfile.tt - lib/eucalypt/eucalypt-core/templates/eucalypt/.gitignore - lib/eucalypt/eucalypt-core/templates/eucalypt/.travis.yml - lib/eucalypt/eucalypt-core/templates/eucalypt/Procfile - lib/eucalypt/eucalypt-core/templates/eucalypt/Rakefile - lib/eucalypt/eucalypt-core/templates/eucalypt/app.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/fonts/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/images/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/scripts/application.js - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/stylesheets/__partials__.scss - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/stylesheets/application.scss - lib/eucalypt/eucalypt-core/templates/eucalypt/app/assets/stylesheets/partials/_mixins.scss - lib/eucalypt/eucalypt-core/templates/eucalypt/app/controllers/application_controller.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/app/helpers/application_helper.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/app/models/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/app/static/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/app/static/readme.yml - lib/eucalypt/eucalypt-core/templates/eucalypt/app/views/index.erb - lib/eucalypt/eucalypt-core/templates/eucalypt/app/views/layouts/main.erb - lib/eucalypt/eucalypt-core/templates/eucalypt/app/views/partials/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/config.ru - lib/eucalypt/eucalypt-core/templates/eucalypt/config/active_record.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/config/asset_pipeline.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/config/database.yml - lib/eucalypt/eucalypt-core/templates/eucalypt/config/initializers/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/config/logging.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/config/manifest.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/log/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/spec/controllers/application_controller_spec.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/spec/helpers/application_helper_spec.rb - lib/eucalypt/eucalypt-core/templates/eucalypt/spec/models/.empty_directory - lib/eucalypt/eucalypt-core/templates/eucalypt/spec/spec_helper.rb - lib/eucalypt/eucalypt-destroy/helpers.rb - lib/eucalypt/eucalypt-destroy/namespaces/destroy/cli/destroy-controller.rb - lib/eucalypt/eucalypt-destroy/namespaces/destroy/cli/destroy-helper.rb - lib/eucalypt/eucalypt-destroy/namespaces/destroy/cli/destroy-model.rb - lib/eucalypt/eucalypt-destroy/namespaces/destroy/cli/destroy-scaffold.rb - lib/eucalypt/eucalypt-destroy/namespaces/destroy/cli/destroy.rb - lib/eucalypt/eucalypt-generate/.gitkeep - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/cli/generate-controller.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/generators/controller.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/templates/controller/controller.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/templates/controller/policy_rest_controller.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/templates/controller/rest_controller.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-controller/templates/controller_spec.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-helper/cli/generate-helper.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-helper/generators/helper.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-helper/templates/helper.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-helper/templates/helper_spec.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-model/cli/generate-model.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-model/generators/model.rb - lib/eucalypt/eucalypt-generate/namespaces/generate-model/templates/model.tt - lib/eucalypt/eucalypt-generate/namespaces/generate-model/templates/model_spec.tt - lib/eucalypt/eucalypt-generate/namespaces/generate/cli/generate-scaffold.rb - lib/eucalypt/eucalypt-generate/namespaces/generate/cli/generate.rb - lib/eucalypt/eucalypt-migration/helpers.rb - lib/eucalypt/eucalypt-migration/migration_base.tt - lib/eucalypt/eucalypt-migration/namespaces/migration-add/cli/add-column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-add/cli/add-index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-add/cli/add.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-add/generators/column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-add/generators/index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-blank/cli/blank.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-blank/generators/blank.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change-column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-change/cli/change.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-change/generators/column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-create/cli/create-table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-create/cli/create.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-create/generators/table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/cli/drop-column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/cli/drop-index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/cli/drop-table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/cli/drop.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/generators/column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/generators/index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-drop/generators/table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/cli/rename-column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/cli/rename-index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/cli/rename-table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/cli/rename.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/generators/column.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/generators/index.rb - lib/eucalypt/eucalypt-migration/namespaces/migration-rename/generators/table.rb - lib/eucalypt/eucalypt-migration/namespaces/migration/cli/migration.rb - lib/eucalypt/eucalypt-security/helpers.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy-permission/cli/security-policy-permission.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy-permission/generators/policy-permission.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy-permission/templates/add_permission_to_policy_migration.tt - lib/eucalypt/eucalypt-security/namespaces/security-policy-role/cli/security-policy-role.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy/cli/security-policy.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy/generators/policy.rb - lib/eucalypt/eucalypt-security/namespaces/security-policy/templates/create_policy_roles_migration.tt - lib/eucalypt/eucalypt-security/namespaces/security-policy/templates/policy.tt - lib/eucalypt/eucalypt-security/namespaces/security-pundit/cli/security-pundit.rb - lib/eucalypt/eucalypt-security/namespaces/security-pundit/generators/role.rb - lib/eucalypt/eucalypt-security/namespaces/security-pundit/templates/create_roles_migration.tt - lib/eucalypt/eucalypt-security/namespaces/security-pundit/templates/pundit.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/cli/security-warden.rb - lib/eucalypt/eucalypt-security/namespaces/security-warden/generators/auth_controller.rb - lib/eucalypt/eucalypt-security/namespaces/security-warden/generators/user.rb - lib/eucalypt/eucalypt-security/namespaces/security-warden/templates/auth_controller.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/templates/auth_login.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/templates/create_users_table_migration.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/templates/user.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/templates/warden.tt - lib/eucalypt/eucalypt-security/namespaces/security-warden/user_confirm.rb - lib/eucalypt/eucalypt-security/namespaces/security/cli/security.rb - lib/eucalypt/helpers.rb - lib/eucalypt/helpers/colorize.rb - lib/eucalypt/helpers/gemfile.rb - lib/eucalypt/helpers/inflect.rb - lib/eucalypt/helpers/messages.rb - lib/eucalypt/helpers/migration.rb - lib/eucalypt/helpers/numeric.rb - lib/eucalypt/list.rb - lib/eucalypt/static.rb - lib/eucalypt/version.rb homepage: https://eucalypt.gitbook.io/eucalypt licenses: - MIT metadata: documentation_uri: https://eucalypt.gitbook.io/eucalypt source_code_uri: https://github.com/eucalypt-framework/eucalypt/ post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '2.5' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 2.7.7 signing_key: specification_version: 4 summary: Micro-framework and CLI wrapped around the Sinatra DSL. test_files: []