earlgrey 0.0.3 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4e51eb3f71a30c2d85f4b79c40e2c65ed546898b
4
- data.tar.gz: f30f0157ab4a3c72cc97a27c0b076a8a98fe1bdd
3
+ metadata.gz: 956e2568138465c89585c545e8fa3aafa5b846da
4
+ data.tar.gz: f1b1122cc33bab6ea53045cbef4413ea95cd918b
5
5
  SHA512:
6
- metadata.gz: 89fb3a79dee14fb89308c6aca21d4113a2e4ba96c11ba06847a57011bd9297b4d93edb26b03ec0ee71f8b7187603723235844292254947984236ae1dc5b07f03
7
- data.tar.gz: c1d63ca917fe693edf2868ba1965e622b82da2f0d953554d9fccd4538bca9848309c0201f66845045126641a84c4ca2e4d3a7f323f7d58f957b8d6bda156fb03
6
+ metadata.gz: 4ccbd458b26a57c1b41c6abc25273f90aa30f68ec981678b327152848612d460fa339d5995b3caeaa89be6c3518b239af373bd6c26973b376110df059497ad38
7
+ data.tar.gz: 3f25987e1861f2a31ffe586411e933ddfefe6bd967393bf52dada86a3e35729a638da28318bd4307f6dfddcb19df140f8bc6d85ae142a485a0d25a6c135b3644
data/lib/earlgrey/cli.rb CHANGED
@@ -19,8 +19,8 @@ module EarlGrey
19
19
 
20
20
  desc 'install', 'Installs EarlGrey into an Xcode unit test target'
21
21
  method_option :project, aliases: '-p', type: :string, required: false, desc: 'Project'
22
- method_option :target, aliases: '-t', type: :string, required: true, desc: 'EarlGrey'
23
- method_option :scheme, aliases: '-s', type: :string, required: false, desc: 'EarlGrey.xcscheme'
22
+ method_option :target, aliases: '-t', type: :string, required: true, desc: 'EarlGreyTestTarget'
23
+ method_option :scheme, aliases: '-s', type: :string, required: false, desc: 'EarlGreyTestTarget.xcscheme'
24
24
  method_option :swift, type: :boolean, default: true
25
25
  method_option :carthage, type: :boolean, default: true
26
26
 
@@ -34,7 +34,7 @@ module EarlGrey
34
34
  path ? path : nil
35
35
  end
36
36
 
37
- # Strips excessive spaces from a string
37
+ # Strips each line in a string
38
38
  # @param string [String] the string to process
39
39
  # @return [String] the modified string
40
40
  def strip(string)
@@ -14,5 +14,5 @@
14
14
  # limitations under the License.
15
15
 
16
16
  module EarlGrey
17
- VERSION = '0.0.3'.freeze unless defined? ::EarlGrey::VERSION
17
+ VERSION = '0.0.4'.freeze unless defined? ::EarlGrey::VERSION
18
18
  end
metadata CHANGED
@@ -1,14 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: earlgrey
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
- - code@bootstraponline.com
7
+ - khandpur
8
+ - tirodkar
9
+ - bootstraponline
8
10
  autorequire:
9
11
  bindir: bin
10
12
  cert_chain: []
11
- date: 2016-05-06 00:00:00.000000000 Z
13
+ date: 2016-05-15 00:00:00.000000000 Z
12
14
  dependencies:
13
15
  - !ruby/object:Gem::Dependency
14
16
  name: colored
@@ -123,8 +125,7 @@ dependencies:
123
125
  - !ruby/object:Gem::Version
124
126
  version: '11.1'
125
127
  description: Command line tool for installing EarlGrey into an iOS Unit Testing target
126
- email:
127
- - code@bootstraponline.com
128
+ email:
128
129
  executables:
129
130
  - earlgrey
130
131
  extensions: []