Rakefile in storyboardlint-0.1.0 vs Rakefile in storyboardlint-0.1.1

- old
+ new

@@ -14,10 +14,10 @@ # 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.description = %Q{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.} gem.email = "johannes@springenwerk.com" gem.authors = ["Johannes Fahrenkrug"] # dependencies defined in Gemfile end \ No newline at end of file