Skip to content

Commit

Permalink
Bump version 4 again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashikant86 committed Feb 12, 2017
1 parent bb36135 commit b471103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XCFit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.description = %q{XCFit is a full stack BDD framework in Xcode for iOS and macOS apps with Swift using Cucumberish and Fitnesse. Native Xcode implementation, No Appium, No Calabash, No Ruby or any other non iOS language. Checkout XCFIT POD}
spec.homepage = "https://github.com/Shashikant86/XCFit"

spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|XCFit2Demo|XCFitnesse|spec|features|_Pods.xcodeproj|Sources|Tests|XCFit.xcodeproj)/}) }
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|XCFit4Demo|XCFitnesse|spec|features|_Pods.xcodeproj|Sources|Tests|XCFit.xcodeproj)/}) }
spec.files.reject! { |fn| fn.include? "_Pods.xcodeproj" }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
Expand Down

0 comments on commit b471103

Please sign in to comment.