# -*- encoding: utf-8 -*- # stub: twee2 0.4.1 ruby lib Gem::Specification.new do |s| s.name = "twee2".freeze s.version = "0.4.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 = ["Dan Q".freeze] s.date = "2015-10-08" s.description = " Designed for those who preferred the Twee (for Twine 1) approach to source management, because the command-line is awesome,\n but who want to take advantage of the new features in Twine 2.\n Note that this is NOT a Twine 1 to Twine 2 converter, although parts of its functionality go some way to achieving this goal.\n".freeze s.email = ["dan@danq.me".freeze] s.executables = ["twee2".freeze] s.files = [".gitignore".freeze, ".ruby-version".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bin/twee2".freeze, "doc/usage.txt".freeze, "lib/twee2.rb".freeze, "lib/twee2/build_config.rb".freeze, "lib/twee2/decompiler.rb".freeze, "lib/twee2/story_file.rb".freeze, "lib/twee2/story_format.rb".freeze, "lib/twee2/version.rb".freeze, "storyFormats/Harlowe/format.js".freeze, "storyFormats/Harlowe/icon.svg".freeze, "storyFormats/Paperthin/format.js".freeze, "storyFormats/Paperthin/icon.svg".freeze, "storyFormats/Snowman/format.js".freeze, "storyFormats/Snowman/icon.svg".freeze, "storyFormats/SugarCube/format.js".freeze, "storyFormats/SugarCube/icon.svg".freeze, "twee2.gemspec".freeze, "web/.gitignore".freeze, "web/build/CNAME".freeze, "web/build/documentation.html".freeze, "web/build/eg1.html".freeze, "web/build/escape-from-earth.html".freeze, "web/build/escape-from-earth.tw2".freeze, "web/build/favicon.ico".freeze, "web/build/fonts/glyphicons-halflings-regular.eot".freeze, "web/build/fonts/glyphicons-halflings-regular.svg".freeze, "web/build/fonts/glyphicons-halflings-regular.ttf".freeze, "web/build/fonts/glyphicons-halflings-regular.woff".freeze, "web/build/fonts/glyphicons-halflings-regular.woff2".freeze, "web/build/images/escape-from-earth.png".freeze, "web/build/images/notepad.png".freeze, "web/build/images/twee2-logo.png".freeze, "web/build/index.html".freeze, "web/build/install.html".freeze, "web/build/javascripts/all.js".freeze, "web/build/javascripts/bootstrap.min.js".freeze, "web/build/javascripts/jquery-2.1.4.min.js".freeze, "web/build/stylesheets/all.css".freeze, "web/build/stylesheets/readable.bootstrap.min.css".freeze, "web/build/tutorial.html".freeze, "web/config.rb".freeze, "web/source/CNAME".freeze, "web/source/documentation.html.haml".freeze, "web/source/eg1.html".freeze, "web/source/escape-from-earth.html".freeze, "web/source/escape-from-earth.tw2".freeze, "web/source/favicon.ico".freeze, "web/source/fonts/glyphicons-halflings-regular.eot".freeze, "web/source/fonts/glyphicons-halflings-regular.svg".freeze, "web/source/fonts/glyphicons-halflings-regular.ttf".freeze, "web/source/fonts/glyphicons-halflings-regular.woff".freeze, "web/source/fonts/glyphicons-halflings-regular.woff2".freeze, "web/source/images/escape-from-earth.png".freeze, "web/source/images/notepad.png".freeze, "web/source/images/twee2-logo.png".freeze, "web/source/index.html.haml".freeze, "web/source/install.html.haml".freeze, "web/source/javascripts/all.js".freeze, "web/source/javascripts/bootstrap.min.js".freeze, "web/source/javascripts/jquery-2.1.4.min.js".freeze, "web/source/layouts/layout.haml".freeze, "web/source/stylesheets/all.css".freeze, "web/source/stylesheets/readable.bootstrap.min.css".freeze, "web/source/tutorial.html.haml".freeze] s.homepage = "https://github.com/avapoet/twee2".freeze s.licenses = ["GPL-2.0".freeze] s.required_ruby_version = Gem::Requirement.new("~> 2".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Command-line tool to compile Twee-style (.tw, .twine) interactive fiction source files to Twine 2-style (non-Tiddlywiki) output.".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 10".freeze]) s.add_development_dependency(%q.freeze, [">= 3.4.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze, ">= 3.2.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.4".freeze, ">= 2.4.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.9".freeze, ">= 1.9.1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.6".freeze, ">= 2.6.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5".freeze, ">= 0.5.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze, ">= 4.0.7".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.6".freeze, ">= 1.6.6.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 3.2".freeze, ">= 3.2.19".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19".freeze, ">= 0.19.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.0".freeze, ">= 2.0.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2.1".freeze, ">= 2.1.2".freeze]) end