# -*- encoding: utf-8 -*-
# stub: panopticon 0.1.0 ruby lib

Gem::Specification.new do |s|
  s.name = "panopticon".freeze
  s.version = "0.1.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["enukane".freeze]
  s.bindir = "exe".freeze
  s.date = "2016-12-02"
  s.email = ["enukane@glenda9.org".freeze]
  s.executables = ["panopticond".freeze]
  s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/panopticond".freeze, "extra/install.sh".freeze, "extra/panopticond".freeze, "extra/public/css/bootstrap-theme.css".freeze, "extra/public/css/bootstrap-theme.min.css".freeze, "extra/public/css/bootstrap.css".freeze, "extra/public/css/bootstrap.min.css".freeze, "extra/public/css/panopticon.css".freeze, "extra/public/fonts/glyphicons-halflings-regular.eot".freeze, "extra/public/fonts/glyphicons-halflings-regular.svg".freeze, "extra/public/fonts/glyphicons-halflings-regular.ttf".freeze, "extra/public/fonts/glyphicons-halflings-regular.woff".freeze, "extra/public/index.html".freeze, "extra/public/js/bootstrap.js".freeze, "extra/public/js/bootstrap.min.js".freeze, "extra/public/js/canvasjs.min.js".freeze, "extra/public/js/jquery-3.1.0.min.js".freeze, "extra/public/js/script.js".freeze, "lib/panopticon.rb".freeze, "lib/panopticon/api.rb".freeze, "lib/panopticon/command/panopticond.rb".freeze, "lib/panopticon/log.rb".freeze, "lib/panopticon/version.rb".freeze, "lib/panopticon/wlan_capture.rb".freeze, "lib/panopticon/wlan_control.rb".freeze, "lib/panopticon/wlan_utilization.rb".freeze, "panopticon.gemspec".freeze]
  s.homepage = "https://github.com/enukane/panopticon".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Wi-Fi packet capture software set on Raspberry Pi".freeze

  s.specification_version = 4

  s.add_development_dependency(%q<bundler>.freeze, ["~> 1.11".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 10.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.0".freeze])
  s.add_runtime_dependency(%q<pidfile>.freeze, ["~> 0.3.0".freeze])
  s.add_runtime_dependency(%q<sinatra>.freeze, ["~> 1.4.7".freeze])
end