Sha256: 4fdb3935bc337b803292658e03755c1dad1171d3a020d8008526d7e122deb413
Contents?: true
Size: 758 Bytes
Versions: 3
Compression:
Stored size: 758 Bytes
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/ib/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Yury Korolev"] gem.email = ["yury.korolev@gmail.com"] gem.description = %q{Stupid rubymotion ib outlets support} gem.summary = %q{Small portion of love to interface builder with rubymotion} gem.homepage = "" gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "ib" gem.require_paths = ["lib"] gem.version = IB::VERSION gem.add_dependency "xcodeproj", ">= 0.2.3" gem.add_development_dependency "rspec", ">= 2.0" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ib-0.0.3 | ib.gemspec |
ib-0.0.2 | ib.gemspec |
ib-0.0.1 | ib.gemspec |