# -*- encoding: utf-8 -*- # stub: Xwitter 0.4.0 ruby lib Gem::Specification.new do |s| s.name = "Xwitter".freeze s.version = "0.4.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 = ["myun2".freeze] s.bindir = "exe".freeze s.date = "2018-11-20" s.description = "Twitter like interface".freeze s.email = ["myun2@mbr.nifty.com".freeze] s.files = [".babelrc".freeze, ".gitignore".freeze, ".postcssrc.yml".freeze, ".ruby-version".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Installation.md".freeze, "LICENSE.txt".freeze, "Procfile".freeze, "README.md".freeze, "Rakefile".freeze, "Schemafile".freeze, "Xwitter.gemspec".freeze, "app/assets/config/manifest.js".freeze, "app/assets/images/.keep".freeze, "app/assets/javascripts/application.js".freeze, "app/assets/javascripts/cable.js".freeze, "app/assets/javascripts/channels/.keep".freeze, "app/assets/javascripts/messages.coffee".freeze, "app/assets/javascripts/users.coffee".freeze, "app/assets/stylesheets/application.scss".freeze, "app/assets/stylesheets/messages.scss".freeze, "app/assets/stylesheets/themes/dark.scss".freeze, "app/assets/stylesheets/users.scss".freeze, "app/channels/application_cable/channel.rb".freeze, "app/channels/application_cable/connection.rb".freeze, "app/controllers/application_controller.rb".freeze, "app/controllers/concerns/.keep".freeze, "app/controllers/follows_controller.rb".freeze, "app/controllers/messages_controller.rb".freeze, "app/controllers/profiles_controller.rb".freeze, "app/controllers/subscriptions_controller.rb".freeze, "app/controllers/topics_controller.rb".freeze, "app/helpers/application_helper.rb".freeze, "app/helpers/messages_helper.rb".freeze, "app/helpers/users_helper.rb".freeze, "app/javascript/components/.gitkeep".freeze, "app/javascript/packs/application.js".freeze, "app/javascript/packs/application.scss".freeze, "app/javascript/packs/hello_react.jsx".freeze, "app/javascript/packs/hello_typescript.ts".freeze, "app/javascript/packs/server_rendering.js".freeze, "app/jobs/application_job.rb".freeze, "app/mailers/application_mailer.rb".freeze, "app/models/application_record.rb".freeze, "app/models/concerns/.keep".freeze, "app/models/message.rb".freeze, "app/models/message_topic.rb".freeze, "app/models/observe.rb".freeze, "app/models/user.rb".freeze, "app/models/user_subscribe_topic.rb".freeze, "app/views/follows/followed.html.slim".freeze, "app/views/follows/index.html.slim".freeze, "app/views/layouts/application.html.slim".freeze, "app/views/layouts/mailer.html.erb".freeze, "app/views/layouts/mailer.text.erb".freeze, "app/views/messages/_form.html.slim".freeze, "app/views/messages/_index.html.slim".freeze, "app/views/messages/_message.json.jbuilder".freeze, "app/views/messages/_show.html.slim".freeze, "app/views/messages/_text.html.slim".freeze, "app/views/messages/edit.html.slim".freeze, "app/views/messages/index.html.slim".freeze, "app/views/messages/index.json.jbuilder".freeze, "app/views/messages/new.html.slim".freeze, "app/views/messages/show.html.slim".freeze, "app/views/messages/show.json.jbuilder".freeze, "app/views/profiles/_form.html.slim".freeze, "app/views/profiles/_user.json.jbuilder".freeze, "app/views/profiles/edit.html.slim".freeze, "app/views/profiles/show.html.slim".freeze, "app/views/profiles/show.json.jbuilder".freeze, "app/views/subscriptions/index.html.slim".freeze, "app/views/topics/show.html.slim".freeze, "app/views/users/confirmations/new.html.erb".freeze, "app/views/users/mailer/confirmation_instructions.html.erb".freeze, "app/views/users/mailer/email_changed.html.erb".freeze, "app/views/users/mailer/password_change.html.erb".freeze, "app/views/users/mailer/reset_password_instructions.html.erb".freeze, "app/views/users/mailer/unlock_instructions.html.erb".freeze, "app/views/users/passwords/edit.html.erb".freeze, "app/views/users/passwords/new.html.erb".freeze, "app/views/users/registrations/edit.html.erb".freeze, "app/views/users/registrations/new.html.erb".freeze, "app/views/users/sessions/new.html.slim".freeze, "app/views/users/shared/_links.html.slim".freeze, "app/views/users/unlocks/new.html.erb".freeze, "bin/bundle".freeze, "bin/console".freeze, "bin/rails".freeze, "bin/rake".freeze, "bin/setup".freeze, "bin/spring".freeze, "bin/update".freeze, "bin/webpack".freeze, "bin/webpack-dev-server".freeze, "bin/yarn".freeze, "config.ru".freeze, "config/application.rb".freeze, "config/boot.rb".freeze, "config/cable.yml".freeze, "config/credentials.yml.enc".freeze, "config/database.yml".freeze, "config/environment.rb".freeze, "config/environments/development.rb".freeze, "config/environments/production.rb".freeze, "config/environments/test.rb".freeze, "config/initializers/application_controller_renderer.rb".freeze, "config/initializers/assets.rb".freeze, "config/initializers/backtrace_silencers.rb".freeze, "config/initializers/content_security_policy.rb".freeze, "config/initializers/cookies_serializer.rb".freeze, "config/initializers/devise.rb".freeze, "config/initializers/filter_parameter_logging.rb".freeze, "config/initializers/inflections.rb".freeze, "config/initializers/mime_types.rb".freeze, "config/initializers/wrap_parameters.rb".freeze, "config/locales/devise.en.yml".freeze, "config/locales/en.yml".freeze, "config/puma.rb".freeze, "config/routes.rb".freeze, "config/spring.rb".freeze, "config/storage.yml".freeze, "config/webpack/development.js".freeze, "config/webpack/environment.js".freeze, "config/webpack/loaders/typescript.js".freeze, "config/webpack/production.js".freeze, "config/webpack/test.js".freeze, "config/webpacker.yml".freeze, "db/seeds.rb".freeze, "lib/Xwitter.rb".freeze, "lib/Xwitter/version.rb".freeze, "lib/assets/.keep".freeze, "lib/tasks/.keep".freeze, "log/.keep".freeze, "package.json".freeze, "public/404.html".freeze, "public/422.html".freeze, "public/500.html".freeze, "public/apple-touch-icon-precomposed.png".freeze, "public/apple-touch-icon.png".freeze, "public/favicon.ico".freeze, "public/robots.txt".freeze, "storage/.keep".freeze, "tsconfig.json".freeze, "vendor/.keep".freeze, "yarn.lock".freeze] s.homepage = "https://github.com/myun2/Xwitter".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Twitter like interface".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.17".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) end