# -*- encoding: utf-8 -*- # stub: mayday 0.2.0 ruby lib Gem::Specification.new do |s| s.name = "mayday".freeze s.version = "0.2.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Mark Larsen".freeze] s.date = "2015-06-12" s.description = "Custom warnings and errors".freeze s.email = ["larse503@gmail.com".freeze] s.executables = ["mayday".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/mayday".freeze, "docs/Cookbook.md".freeze, "docs/example.jpg".freeze, "docs/example_inline.jpg".freeze, "lib/mayday.rb".freeze, "lib/mayday/abstract_flag.rb".freeze, "lib/mayday/abstract_flag/error.rb".freeze, "lib/mayday/abstract_flag/warning.rb".freeze, "lib/mayday/error.rb".freeze, "lib/mayday/reader.rb".freeze, "lib/mayday/script_generator.rb".freeze, "lib/mayday/target_integrator.rb".freeze, "lib/mayday/user_definitions.rb".freeze, "lib/mayday/version.rb".freeze, "lib/mayday/warning.rb".freeze, "mayday.gemspec".freeze, "spec/fixtures/Fixtures/Fixtures.xcodeproj/project.pbxproj".freeze, "spec/fixtures/Fixtures/Fixtures.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "spec/fixtures/Fixtures/Fixtures.xcodeproj/xcshareddata/xcschemes/Fixtures.xcscheme".freeze, "spec/fixtures/Fixtures/Fixtures/AppDelegate.swift".freeze, "spec/fixtures/Fixtures/Fixtures/Base.lproj/LaunchScreen.xib".freeze, "spec/fixtures/Fixtures/Fixtures/Base.lproj/Main.storyboard".freeze, "spec/fixtures/Fixtures/Fixtures/Excluded/ExcludedFile.h".freeze, "spec/fixtures/Fixtures/Fixtures/Excluded/ExcludedFile.m".freeze, "spec/fixtures/Fixtures/Fixtures/Images.xcassets/AppIcon.appiconset/Contents.json".freeze, "spec/fixtures/Fixtures/Fixtures/Info.plist".freeze, "spec/fixtures/Fixtures/Fixtures/Pods/SomePodObject.h".freeze, "spec/fixtures/Fixtures/Fixtures/Pods/SomePodObject.m".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/Fixtures-Bridging-Header.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/LongFile.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/LongFile.m".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m".freeze, "spec/fixtures/Fixtures/Fixtures/ViewController.swift".freeze, "spec/fixtures/Fixtures/FixturesTests/FixturesTests.swift".freeze, "spec/fixtures/Fixtures/FixturesTests/Info.plist".freeze, "spec/fixtures/Maydayfile".freeze, "spec/fixtures/Maydayfile_ruby_error".freeze, "spec/mayday/user_definitions_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.homepage = "".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Custom warnings and errors".freeze s.test_files = ["spec/fixtures/Fixtures/Fixtures.xcodeproj/project.pbxproj".freeze, "spec/fixtures/Fixtures/Fixtures.xcodeproj/project.xcworkspace/contents.xcworkspacedata".freeze, "spec/fixtures/Fixtures/Fixtures.xcodeproj/xcshareddata/xcschemes/Fixtures.xcscheme".freeze, "spec/fixtures/Fixtures/Fixtures/AppDelegate.swift".freeze, "spec/fixtures/Fixtures/Fixtures/Base.lproj/LaunchScreen.xib".freeze, "spec/fixtures/Fixtures/Fixtures/Base.lproj/Main.storyboard".freeze, "spec/fixtures/Fixtures/Fixtures/Excluded/ExcludedFile.h".freeze, "spec/fixtures/Fixtures/Fixtures/Excluded/ExcludedFile.m".freeze, "spec/fixtures/Fixtures/Fixtures/Images.xcassets/AppIcon.appiconset/Contents.json".freeze, "spec/fixtures/Fixtures/Fixtures/Info.plist".freeze, "spec/fixtures/Fixtures/Fixtures/Pods/SomePodObject.h".freeze, "spec/fixtures/Fixtures/Fixtures/Pods/SomePodObject.m".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/Fixtures-Bridging-Header.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/LongFile.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/LongFile.m".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.h".freeze, "spec/fixtures/Fixtures/Fixtures/SomeDir/SomeObject.m".freeze, "spec/fixtures/Fixtures/Fixtures/ViewController.swift".freeze, "spec/fixtures/Fixtures/FixturesTests/FixturesTests.swift".freeze, "spec/fixtures/Fixtures/FixturesTests/Info.plist".freeze, "spec/fixtures/Maydayfile".freeze, "spec/fixtures/Maydayfile_ruby_error".freeze, "spec/mayday/user_definitions_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.14".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.7.3".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.0rc4".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.20".freeze]) end