# -*- encoding: utf-8 -*- # stub: stitch-rb 0.0.7 ruby lib Gem::Specification.new do |s| s.name = "stitch-rb".freeze s.version = "0.0.7".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Alex MacCaw".freeze] s.date = "2011-12-07" s.description = "A JavaScript package manager".freeze s.email = ["maccman@gmail.com".freeze] s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "examples/app/controllers/users.coffee".freeze, "examples/app/index.js".freeze, "examples/app/models/orm.js".freeze, "examples/app/models/user.js".freeze, "examples/compile.rb".freeze, "examples/lib/jquery.js".freeze, "examples/lib/lib.coffee".freeze, "lib/stitch-rb.rb".freeze, "lib/stitch.rb".freeze, "lib/stitch/compiler.rb".freeze, "lib/stitch/compilers/coffeescript.rb".freeze, "lib/stitch/compilers/javascript.rb".freeze, "lib/stitch/compilers/mustache.rb".freeze, "lib/stitch/compilers/tmpl.rb".freeze, "lib/stitch/package.rb".freeze, "lib/stitch/server.rb".freeze, "lib/stitch/source.rb".freeze, "lib/stitch/stitch.js.erb".freeze, "lib/stitch/version.rb".freeze, "stitch.gemspec".freeze, "test/fixtures/app/controllers/users.coffee".freeze, "test/fixtures/app/index.js".freeze, "test/fixtures/app/models/orm.js".freeze, "test/fixtures/app/models/person.js".freeze, "test/fixtures/app/models/user.js".freeze, "test/fixtures/lib/jquery.js".freeze, "test/fixtures/lib/lib.coffee".freeze, "test/jasmine/index.html".freeze, "test/jasmine/index.js".freeze, "test/jasmine/specs.js".freeze, "test/test_helper.rb".freeze, "test/test_source.rb".freeze, "test/test_stitch.rb".freeze] s.homepage = "".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Stitch ported to Ruby".freeze s.test_files = ["test/fixtures/app/controllers/users.coffee".freeze, "test/fixtures/app/index.js".freeze, "test/fixtures/app/models/orm.js".freeze, "test/fixtures/app/models/person.js".freeze, "test/fixtures/app/models/user.js".freeze, "test/fixtures/lib/jquery.js".freeze, "test/fixtures/lib/lib.coffee".freeze, "test/jasmine/index.html".freeze, "test/jasmine/index.js".freeze, "test/jasmine/specs.js".freeze, "test/test_helper.rb".freeze, "test/test_source.rb".freeze, "test/test_stitch.rb".freeze] end