storyboardlint.gemspec in storyboardlint-0.2.0 vs storyboardlint.gemspec in storyboardlint-0.2.1
- old
+ new
@@ -3,15 +3,15 @@
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = "storyboardlint"
- s.version = "0.2.0"
+ s.version = "0.2.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Johannes Fahrenkrug"]
- s.date = "2014-02-25"
+ s.date = "2014-03-11"
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",
@@ -27,10 +27,11 @@
"README.md",
"Rakefile",
"VERSION",
"bin/storyboardlint",
"lib/storyboardlint.rb",
+ "spec/fixtures/StoryboardLintTest/Pods/SomePod/Something.h",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.pbxproj",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest.xcodeproj/project.xcworkspace/xcshareddata/StoryboardLintTest.xccheckout",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/Base.lproj/Main_iPad.storyboard",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/Base.lproj/Main_iPhone.storyboard",
@@ -40,9 +41,10 @@
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKAppDelegate.m",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKDetailViewController.h",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKDetailViewController.m",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKMasterViewController.h",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/SPWKMasterViewController.m",
+ "spec/fixtures/StoryboardLintTest/StoryboardLintTest/SomeFolder.m/SomeFile.m",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/StoryboardLintTest-Info.plist",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/StoryboardLintTest-Prefix.pch",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/TestView.xib",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/en.lproj/InfoPlist.strings",
"spec/fixtures/StoryboardLintTest/StoryboardLintTest/main.m",