# -*- encoding: utf-8 -*- # stub: inline_encryption 1.0.3 ruby lib Gem::Specification.new do |s| s.name = "inline_encryption".freeze s.version = "1.0.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["rubyisbeautiful".freeze] s.date = "2014-01-31" s.description = " A simple encryption tool based on common convention ".freeze s.email = ["bcptaylor@gmail.com".freeze] s.executables = ["inline_encryption".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Guardfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/inline_encryption".freeze, "config/locales.yml".freeze, "inline_encryption.gemspec".freeze, "lib/inline_encryption.rb".freeze, "lib/inline_encryption/base.rb".freeze, "lib/inline_encryption/cli.rb".freeze, "lib/inline_encryption/config.rb".freeze, "lib/inline_encryption/errors.rb".freeze, "lib/inline_encryption/version.rb".freeze, "spec/inline_encryption/base_spec.rb".freeze, "spec/inline_encryption/cli_spec.rb".freeze, "spec/inline_encryption/config_spec.rb".freeze, "spec/inline_encryption_spec.rb".freeze, "spec/spec_helper.rb".freeze, "test_app/.gitignore".freeze, "test_app/Gemfile".freeze, "test_app/README.rdoc".freeze, "test_app/Rakefile".freeze, "test_app/app/assets/images/.keep".freeze, "test_app/app/assets/javascripts/application.js".freeze, "test_app/app/assets/stylesheets/application.css".freeze, "test_app/app/controllers/application_controller.rb".freeze, "test_app/app/controllers/concerns/.keep".freeze, "test_app/app/helpers/application_helper.rb".freeze, "test_app/app/mailers/.keep".freeze, "test_app/app/models/.keep".freeze, "test_app/app/models/concerns/.keep".freeze, "test_app/app/views/layouts/application.html.erb".freeze, "test_app/bin/bundle".freeze, "test_app/bin/rails".freeze, "test_app/bin/rake".freeze, "test_app/config.ru".freeze, "test_app/config/application.rb".freeze, "test_app/config/boot.rb".freeze, "test_app/config/database.yml".freeze, "test_app/config/environment.rb".freeze, "test_app/config/environments/development.rb".freeze, "test_app/config/environments/production.rb".freeze, "test_app/config/environments/test.rb".freeze, "test_app/config/initializers/backtrace_silencers.rb".freeze, "test_app/config/initializers/filter_parameter_logging.rb".freeze, "test_app/config/initializers/inflections.rb".freeze, "test_app/config/initializers/mime_types.rb".freeze, "test_app/config/initializers/secret_token.rb".freeze, "test_app/config/initializers/session_store.rb".freeze, "test_app/config/initializers/wrap_parameters.rb".freeze, "test_app/config/locales/en.yml".freeze, "test_app/config/routes.rb".freeze, "test_app/db/seeds.rb".freeze, "test_app/lib/assets/.keep".freeze, "test_app/lib/tasks/.keep".freeze, "test_app/log/.keep".freeze, "test_app/public/404.html".freeze, "test_app/public/422.html".freeze, "test_app/public/500.html".freeze, "test_app/public/favicon.ico".freeze, "test_app/public/robots.txt".freeze, "test_app/test/controllers/.keep".freeze, "test_app/test/fixtures/.keep".freeze, "test_app/test/helpers/.keep".freeze, "test_app/test/integration/.keep".freeze, "test_app/test/mailers/.keep".freeze, "test_app/test/models/.keep".freeze, "test_app/test/test_helper.rb".freeze] s.homepage = "http://github.com/rubyisbeautiful/inline_encryption".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 1.9.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "A simple encryption tool based on common convention and designed as a drop in for Stringish things".freeze s.test_files = ["spec/inline_encryption/base_spec.rb".freeze, "spec/inline_encryption/cli_spec.rb".freeze, "spec/inline_encryption/config_spec.rb".freeze, "spec/inline_encryption_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end