Sha256: 8206da83ebd3143bd308ead17c36e1f960d94a39ca424bdb54adaad1b93879a8

Contents?: true

Size: 936 Bytes

Versions: 1

Compression:

Stored size: 936 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'rake'

require 'jeweler'
Jeweler::Tasks.new do |gem|
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
  gem.name = "storyboardlint"
  gem.homepage = "https://github.com/jfahrenkrug/StoryboardLint"
  gem.license = "MIT"
  gem.summary = %Q{A lint tool for UIStoryboards to find wrong classes and wrong storyboard/segue/reuse identifiers}
  gem.description = %Q{It's a pain to to keep identifier strings in your UIStoryboard and it your source code in sync. This tool helps you to do just that.}
  gem.email = "johannes@springenwerk.com"
  gem.authors = ["Johannes Fahrenkrug"]
  
  # dependencies defined in Gemfile
end
Jeweler::RubygemsDotOrgTasks.new

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
storyboardlint-0.1.0 Rakefile