# -*- encoding: utf-8 -*- # stub: lockr 0.5.1 ruby lib Gem::Specification.new do |s| s.name = "lockr".freeze s.version = "0.5.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Marc Doerflinger".freeze] s.date = "2013-11-10" s.description = "Lockr is a password manager that features a local web interface \n (no cloud, all on your local machine) as well as command line function \n to manage your passwords. Passwords are stored AES-encrypted in a file \n on your own system and can (if you want) be uploaded to your own \n 'cloud' via ssh.".freeze s.email = "info@byteblues.com".freeze s.executables = ["lockr".freeze, "httplockr.rb".freeze] s.files = ["bin/httplockr.rb".freeze, "bin/lockr".freeze, "lib/lockr.rb".freeze, "lib/lockr/action/add.rb".freeze, "lib/lockr/action/base.rb".freeze, "lib/lockr/action/list.rb".freeze, "lib/lockr/action/remove.rb".freeze, "lib/lockr/action/show.rb".freeze, "lib/lockr/config.rb".freeze, "lib/lockr/encryption/aes.rb".freeze, "lib/lockr/fileutils.rb".freeze, "lib/lockr/http/httplockrinit.rb".freeze, "lib/lockr/pwdgen.rb".freeze, "lib/lockr/pwdmgr.rb".freeze, "lib/lockr/pwdstore.rb".freeze, "lib/lockr/sftp.rb".freeze, "lib/lockr/version.rb".freeze, "resources/static/css/images/animated-overlay.gif".freeze, "resources/static/css/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png".freeze, "resources/static/css/images/ui-bg_flat_15_cd0a0a_40x100.png".freeze, "resources/static/css/images/ui-bg_glass_100_e4f1fb_1x400.png".freeze, "resources/static/css/images/ui-bg_glass_50_3baae3_1x400.png".freeze, "resources/static/css/images/ui-bg_glass_80_d7ebf9_1x400.png".freeze, "resources/static/css/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png".freeze, "resources/static/css/images/ui-bg_highlight-hard_70_000000_1x100.png".freeze, "resources/static/css/images/ui-bg_highlight-soft_100_deedf7_1x100.png".freeze, "resources/static/css/images/ui-bg_highlight-soft_25_ffef8f_1x100.png".freeze, "resources/static/css/images/ui-icons_2694e8_256x240.png".freeze, "resources/static/css/images/ui-icons_2e83ff_256x240.png".freeze, "resources/static/css/images/ui-icons_3d80b3_256x240.png".freeze, "resources/static/css/images/ui-icons_72a7cf_256x240.png".freeze, "resources/static/css/images/ui-icons_ffffff_256x240.png".freeze, "resources/static/css/jquery-ui-1.10.3.custom.min.css".freeze, "resources/static/css/jquery.dataTables.css".freeze, "resources/static/css/lockr.css".freeze, "resources/static/js/jquery-2.0.0.min.js".freeze, "resources/static/js/jquery-ui-1.10.3.custom.min.js".freeze, "resources/static/js/jquery.dataTables.min.js".freeze, "resources/static/js/lockr.js".freeze, "resources/views/addnewsite.erb".freeze, "resources/views/changepwd.erb".freeze, "resources/views/deletepwd.erb".freeze, "resources/views/entryrow.erb".freeze, "resources/views/index.erb".freeze, "resources/views/layout.erb".freeze] s.homepage = "http://lockr.byteblues.com/".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Password manager with local web interface and command line tools".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 1.6.13".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.5".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.0.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.11.4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.1.0".freeze]) end