# -*- encoding: utf-8 -*- # stub: furoshiki 0.3.0 ruby lib Gem::Specification.new do |s| s.name = "furoshiki".freeze s.version = "0.3.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 = ["Steve Klabnik".freeze] s.date = "2015-01-06" s.description = "Create .app, .exe, and $LINUX_PACKAGE versions of your application, with its own embedded Ruby.".freeze s.email = "steve@steveklabnik.com".freeze s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.rdoc".freeze, "Rakefile".freeze, "example/Rakefile".freeze, "furoshiki.gemspec".freeze, "lib/furoshiki.rb".freeze, "lib/furoshiki/configuration.rb".freeze, "lib/furoshiki/exceptions.rb".freeze, "lib/furoshiki/jar.rb".freeze, "lib/furoshiki/jar_app.rb".freeze, "lib/furoshiki/util.rb".freeze, "lib/furoshiki/validator.rb".freeze, "lib/furoshiki/version.rb".freeze, "lib/furoshiki/warbler_extensions.rb".freeze, "lib/furoshiki/zip.rb".freeze, "lib/furoshiki/zip/directory.rb".freeze, "lib/furoshiki/zip/directory_contents.rb".freeze, "lib/furoshiki/zip/recursive.rb".freeze, "lib/warbler/traits/furoshiki.rb".freeze, "spec/app_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/fixtures/config.yaml".freeze, "spec/fixtures/test_app/app.yaml".freeze, "spec/fixtures/test_app/bin/hello_world".freeze, "spec/fixtures/test_app/dir_to_ignore/file_to_ignore.txt".freeze, "spec/fixtures/test_app/img/boots.icns".freeze, "spec/fixtures/test_app/img/boots.ico".freeze, "spec/fixtures/test_app/img/boots_512x512x32.png".freeze, "spec/fixtures/test_app/sibling.rb".freeze, "spec/fixtures/test_project/bin/hello.rb".freeze, "spec/fixtures/test_project/dir_to_ignore/file_to_ignore.txt".freeze, "spec/jar_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_config.rb".freeze, "spec/support/shared_zip.rb".freeze, "spec/support/zip/a/a.rb".freeze, "spec/support/zip/a/b/b.png".freeze, "spec/support/zip/a/b/c/c.rb".freeze, "spec/util_spec.rb".freeze, "spec/zip/directory_contents_spec.rb".freeze, "spec/zip/directory_spec.rb".freeze, "vendor/appbundler-1.0.jar".freeze] s.homepage = "http://github.com/steveklabnik/furoshiki".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Package and distribute applications with Ruby.".freeze s.test_files = ["spec/app_spec.rb".freeze, "spec/configuration_spec.rb".freeze, "spec/fixtures/config.yaml".freeze, "spec/fixtures/test_app/app.yaml".freeze, "spec/fixtures/test_app/bin/hello_world".freeze, "spec/fixtures/test_app/dir_to_ignore/file_to_ignore.txt".freeze, "spec/fixtures/test_app/img/boots.icns".freeze, "spec/fixtures/test_app/img/boots.ico".freeze, "spec/fixtures/test_app/img/boots_512x512x32.png".freeze, "spec/fixtures/test_app/sibling.rb".freeze, "spec/fixtures/test_project/bin/hello.rb".freeze, "spec/fixtures/test_project/dir_to_ignore/file_to_ignore.txt".freeze, "spec/jar_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/shared_config.rb".freeze, "spec/support/shared_zip.rb".freeze, "spec/support/zip/a/a.rb".freeze, "spec/support/zip/a/b/b.png".freeze, "spec/support/zip/a/b/c/c.rb".freeze, "spec/util_spec.rb".freeze, "spec/zip/directory_contents_spec.rb".freeze, "spec/zip/directory_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.4.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end