Sha256: c9bf4b35e7ceef78b9609d6dc1a2784a8b062c882b36a1b0785d0945e122ac5a
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 KB
Contents
# -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{xibtoti} s.version = "0.0.2" s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version= s.authors = ["Fredrik Andersson"] s.cert_chain = ["/Users/martin/.gem_cert/gem-public_cert.pem"] s.date = %q{2011-03-18} s.default_executable = %q{xibtoti} s.description = %q{Convert iPhone xib-files to Titanium javascript.} s.email = %q{fredrik@kondensator.se} s.executables = ["xibtoti"] s.extra_rdoc_files = ["CHANGELOG", "LICENSE", "README.rdoc", "bin/xibtoti", "lib/config.rb", "lib/converters.rb", "lib/nodes.rb", "lib/session.rb", "lib/xibtoti.rb"] s.files = ["CHANGELOG", "LICENSE", "README.rdoc", "Rakefile", "bin/xibtoti", "lib/config.rb", "lib/converters.rb", "lib/nodes.rb", "lib/session.rb", "lib/xibtoti.rb", "xibtoti.gemspec", "Manifest"] s.homepage = %q{http://github.com/KONDENSATOR/xibtoti} s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Xibtoti", "--main", "README.rdoc"] s.require_paths = ["lib"] s.rubyforge_project = %q{xibtoti} s.rubygems_version = %q{1.3.7} s.signing_key = %q{/Users/martin/.gem_cert/gem-private_key.pem} s.summary = %q{Convert iPhone xib-files to Titanium javascript.} if s.respond_to? :specification_version then current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION s.specification_version = 3 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then else end else end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xibtoti-0.0.2 | xibtoti.gemspec |