Sha256: 851d51150f4180d94107dcb266787b4a08b625449eb8d9c6f0becca2a0d9c1a5
Contents?: true
Size: 1.77 KB
Versions: 1
Compression:
Stored size: 1.77 KB
Contents
# Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = "storyboardlint" s.version = "0.1.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Johannes Fahrenkrug"] s.date = "2014-02-20" s.description = "It's a pain to to keep identifier strings in your UIStoryboard and in your source code in sync. This tool helps you to do just that." s.email = "johannes@springenwerk.com" s.executables = ["storyboardlint"] s.extra_rdoc_files = [ "LICENSE", "README.md" ] s.files = [ "Gemfile", "Gemfile.lock", "LICENSE", "README.md", "Rakefile", "VERSION", "bin/storyboardlint", "lib/storyboardlint.rb", "storyboardlint.gemspec" ] s.homepage = "https://github.com/jfahrenkrug/StoryboardLint" s.licenses = ["MIT"] s.require_paths = ["lib"] s.rubygems_version = "2.0.3" s.summary = "A lint tool for UIStoryboards to find wrong classes and wrong storyboard/segue/reuse identifiers" if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_runtime_dependency(%q<nokogiri>, ["~> 1.5.0"]) s.add_development_dependency(%q<bundler>, ["~> 1.3.5"]) s.add_development_dependency(%q<jeweler>, ["~> 1.8.0"]) else s.add_dependency(%q<nokogiri>, ["~> 1.5.0"]) s.add_dependency(%q<bundler>, ["~> 1.3.5"]) s.add_dependency(%q<jeweler>, ["~> 1.8.0"]) end else s.add_dependency(%q<nokogiri>, ["~> 1.5.0"]) s.add_dependency(%q<bundler>, ["~> 1.3.5"]) s.add_dependency(%q<jeweler>, ["~> 1.8.0"]) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
storyboardlint-0.1.1 | storyboardlint.gemspec |