earlgrey 0.0.7 → 0.0.8
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.
- checksums.yaml +4 -4
- data/lib/earlgrey/configure_earlgrey.rb +3 -3
- data/lib/earlgrey/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02fa8958c3c796f4286ae8d8470b833bb39390de
|
|
4
|
+
data.tar.gz: ea7e9627197aefffd7b508db177c638b46110587
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1b6e95a222326594ca32a66c4949014115fa7aa0053e7c5d0692ab2838fe21f37a6260aac6da1adefbe1901e2befde8fb17b2037d3daf838b684b027afc820fb
|
|
7
|
+
data.tar.gz: 4b471bf13f77c30e7dfff460c4179b6f32d40699062b16baca9cf916a14498f14c451b4aae10eaacbd7abe4576017e14712b9aca5b2a626ffaef3a628926b6e6
|
|
@@ -63,7 +63,7 @@ module EarlGrey
|
|
|
63
63
|
puts strip(string).yellow
|
|
64
64
|
end
|
|
65
65
|
|
|
66
|
-
def set_defaults(installer, project_name, test_target_name, scheme_file, opts={})
|
|
66
|
+
def set_defaults(installer, project_name, test_target_name, scheme_file, opts = {})
|
|
67
67
|
@swift = opts.fetch(:swift, false)
|
|
68
68
|
@carthage = opts.fetch(:carthage, false)
|
|
69
69
|
|
|
@@ -105,7 +105,7 @@ module EarlGrey
|
|
|
105
105
|
# @param test_target_name [String] the test target name contained in xcodeproj
|
|
106
106
|
# @param scheme_file [String] the scheme file name. defaults to project name when nil.
|
|
107
107
|
# @return [nil]
|
|
108
|
-
def configure_for_earlgrey(installer, project_name, test_target_name, scheme_file, opts={})
|
|
108
|
+
def configure_for_earlgrey(installer, project_name, test_target_name, scheme_file, opts = {})
|
|
109
109
|
set_defaults(installer, project_name, test_target_name, scheme_file, opts)
|
|
110
110
|
|
|
111
111
|
# Add a Test Action to the User Project Scheme.
|
|
@@ -125,7 +125,7 @@ module EarlGrey
|
|
|
125
125
|
|
|
126
126
|
puts_blue <<-S
|
|
127
127
|
EarlGrey setup complete.
|
|
128
|
-
You can use the Test Target: #{test_target_name} for EarlGrey testing.
|
|
128
|
+
You can use the Test Target: #{test_target_name} for EarlGrey testing.
|
|
129
129
|
S
|
|
130
130
|
end
|
|
131
131
|
|
data/lib/earlgrey/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: earlgrey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- khandpur
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2016-
|
|
13
|
+
date: 2016-06-16 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: colored
|
|
@@ -164,3 +164,4 @@ signing_key:
|
|
|
164
164
|
specification_version: 4
|
|
165
165
|
summary: EarlGrey installer gem
|
|
166
166
|
test_files: []
|
|
167
|
+
has_rdoc:
|