yolo 1.1.3 → 1.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/yolo/tasks/ios/release.rb +4 -4
  2. metadata +2 -1
@@ -179,11 +179,11 @@ module Yolo
179
179
  task :notes do
180
180
  Yolo::Tools::Ios::ReleaseNotes.generate(info_plist_path)
181
181
  end
182
- end
183
182
 
184
- desc "Builds the specified scheme."
185
- task :build do
186
- xcodebuild :build
183
+ desc "Builds the specified release scheme."
184
+ task :build do
185
+ xcodebuild :build
186
+ end
187
187
  end
188
188
  end
189
189
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yolo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -140,3 +140,4 @@ signing_key:
140
140
  specification_version: 3
141
141
  summary: YOLO!
142
142
  test_files: []
143
+ has_rdoc: