fwtoolkit 0.6.4 → 0.6.5
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.
- data/lib/fwtoolkit/tasks/ci.rb +6 -2
- data/lib/fwtoolkit/tasks/cocoapods.rb +4 -0
- data/lib/fwtoolkit/version.rb +1 -1
- metadata +4 -4
data/lib/fwtoolkit/tasks/ci.rb
CHANGED
|
@@ -13,11 +13,15 @@ module FWToolkit
|
|
|
13
13
|
run 'bundle'
|
|
14
14
|
end
|
|
15
15
|
|
|
16
|
+
task :update_submodules do
|
|
17
|
+
run 'git submodule update --init'
|
|
18
|
+
end
|
|
19
|
+
|
|
16
20
|
desc 'Clean, build and test'
|
|
17
|
-
task :build => ["ci:bundle", "xcode:debug_simulator:cleanbuild", "frank:build", "frank:ci_test"]
|
|
21
|
+
task :build => ["ci:bundle", "ci:update_submodules", "xcode:debug_simulator:cleanbuild", "frank:build", "frank:ci_test"]
|
|
18
22
|
|
|
19
23
|
desc 'Clean, build and test for Cocoapods projects'
|
|
20
|
-
task :pod_build => ["ci:bundle", "pod:clean_install", "ci:build"]
|
|
24
|
+
task :pod_build => ["ci:bundle", "pod:update_specs", "pod:clean_install", "ci:build"]
|
|
21
25
|
end
|
|
22
26
|
end
|
|
23
27
|
end
|
data/lib/fwtoolkit/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fwtoolkit
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.5
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-01-
|
|
12
|
+
date: 2013-01-15 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: cucumber
|
|
@@ -327,7 +327,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
327
327
|
version: '0'
|
|
328
328
|
segments:
|
|
329
329
|
- 0
|
|
330
|
-
hash:
|
|
330
|
+
hash: -3720852875407021362
|
|
331
331
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
332
332
|
none: false
|
|
333
333
|
requirements:
|
|
@@ -336,7 +336,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
336
336
|
version: '0'
|
|
337
337
|
segments:
|
|
338
338
|
- 0
|
|
339
|
-
hash:
|
|
339
|
+
hash: -3720852875407021362
|
|
340
340
|
requirements: []
|
|
341
341
|
rubyforge_project:
|
|
342
342
|
rubygems_version: 1.8.24
|