appium_thor 1.1.0 → 1.1.1

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: ce91a20d735d6b7cf091bb4456c3eab1459dfc29
4
- data.tar.gz: 8957f2d51ade12824b92e5c2d698948636cb7176
3
+ metadata.gz: a67bd9298990ca16c9878005d4706911abf487c8
4
+ data.tar.gz: 6ef8d2c2c80457c98a88074f7b12c52069cf9443
5
5
  SHA512:
6
- metadata.gz: 3af645fbf72d1d603ff6b1cfdb2e424babd85711c5becb7eb0fc53a619f658d6e69b9253808ce35f9a39b5967520c90497369305bf40a7283cef98864b8d04d1
7
- data.tar.gz: 319f6ebd4c7e655e4448005d631e5f3e43b62b492bf0596e734983250cb525c26bd1e176353e15ffb8b1c0ff7c8c8ec530d236696c5c99b87f942563609fec6e
6
+ metadata.gz: deae04b389e91cba93f3e1c53178acf97637ffd7f25cb2539ce85960793d401063dac908b42468ab81965880a4cf8a553172f1929f0c070ab5376682329f96d7
7
+ data.tar.gz: 8434875d97d1839d39429670cd5faf60afa05435effd7334e07b4d8b6f5c2a5bf97a24a9275d4e17f959c3596d34220ca97f3e668c5467521f7e9dd9015f1ba4
data/docs/helpers_docs.md CHANGED
@@ -1,4 +1,4 @@
1
- ##### [_build_gem](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L6)
1
+ ##### [_build_gem](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L6)
2
2
 
3
3
  > def _build_gem
4
4
 
@@ -7,7 +7,7 @@ Runs gem build gemspec
7
7
 
8
8
  --
9
9
 
10
- ##### [tag_exists](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L12)
10
+ ##### [tag_exists](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L12)
11
11
 
12
12
  > def tag_exists(tag_name)
13
13
 
@@ -15,7 +15,7 @@ Returns true if the tag exists on the master branch.
15
15
 
16
16
  --
17
17
 
18
- ##### [sh](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L18)
18
+ ##### [sh](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L18)
19
19
 
20
20
  > def sh(command)
21
21
 
@@ -23,7 +23,7 @@ Runs command. Raises an exception if the command doesn't execute successfully.
23
23
 
24
24
  --
25
25
 
26
- ##### [version_rgx](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L30)
26
+ ##### [version_rgx](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L30)
27
27
 
28
28
  > def version_rgx
29
29
 
@@ -31,7 +31,7 @@ Used to parse the version number from version_file
31
31
 
32
32
  --
33
33
 
34
- ##### [version](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L35)
34
+ ##### [version](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L35)
35
35
 
36
36
  > def version
37
37
 
@@ -39,7 +39,7 @@ Returns the version number from version_file as a string
39
39
 
40
40
  --
41
41
 
42
- ##### [_bump](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L46)
42
+ ##### [_bump](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L46)
43
43
 
44
44
  > def _bump(value)
45
45
 
@@ -55,7 +55,7 @@ __Parameters:__
55
55
 
56
56
  --
57
57
 
58
- ##### [update_release_notes](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L86)
58
+ ##### [update_release_notes](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L86)
59
59
 
60
60
  > def update_release_notes
61
61
 
@@ -64,7 +64,7 @@ Note that the first tag won't contain notes.
64
64
 
65
65
  --
66
66
 
67
- ##### [_install](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L150)
67
+ ##### [_install](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L150)
68
68
 
69
69
  > def _install
70
70
 
@@ -76,7 +76,7 @@ Installs the local gem. It's fast due to the flags
76
76
 
77
77
  --
78
78
 
79
- ##### [_uninstall](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L157)
79
+ ##### [_uninstall](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L157)
80
80
 
81
81
  > def _uninstall
82
82
 
@@ -84,7 +84,7 @@ Uninstalls all versions of the gem
84
84
 
85
85
  --
86
86
 
87
- ##### [_publish](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L168)
87
+ ##### [_publish](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L168)
88
88
 
89
89
  > def _publish
90
90
 
@@ -96,7 +96,7 @@ Publishes the gem to rubygems
96
96
 
97
97
  --
98
98
 
99
- ##### [remove_non_ascii_from_cwd](https://github.com/appium/appium_thor/blob/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2/lib/appium_thor/helpers.rb#L200)
99
+ ##### [remove_non_ascii_from_cwd](https://github.com/appium/appium_thor/blob/7e1ac01f1398a10f22b36bd230ea8ea74937cbed/lib/appium_thor/helpers.rb#L200)
100
100
 
101
101
  > def remove_non_ascii_from_cwd
102
102
 
@@ -2,10 +2,12 @@
2
2
  class Default < Thor
3
3
  desc 'info', 'prints config info for this gem'
4
4
  def info
5
- puts " gem_name: #{gem_name}\n" +
6
- " github_name: #{github_name}\n" +
7
- " github_owner: #{github_owner}\n"
8
- " version_file: #{version_file}"
5
+ puts <<-MSG
6
+ gem_name: #{gem_name}
7
+ github_name: #{github_name}
8
+ github_owner: #{github_owner}
9
+ version_file: #{version_file}
10
+ MSG
9
11
  end
10
12
 
11
13
  desc 'bumpx', 'Bump the x version number, set y & z to zero, update the date.'
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '1.1.0' unless defined? ::Appium::Thor::VERSION
3
+ VERSION = '1.1.1' unless defined? ::Appium::Thor::VERSION
4
4
  DATE = '2018-11-12' unless defined? ::Appium::Thor::DATE
5
5
  end
6
6
  end
data/release_notes.md CHANGED
@@ -1,3 +1,9 @@
1
+ #### v1.1.1 2018-11-12
2
+
3
+ - [7e1ac01](https://github.com/appium/appium_thor/commit/7e1ac01f1398a10f22b36bd230ea8ea74937cbed) Release 1.1.1
4
+ - [87bd38c](https://github.com/appium/appium_thor/commit/87bd38cf9b64761f59d97a71ad04308a75bb1a77) fix info
5
+
6
+
1
7
  #### v1.1.0 2018-11-12
2
8
 
3
9
  - [5c7bcaf](https://github.com/appium/appium_thor/commit/5c7bcaff616abd2b0593f056a940d64f5b0ce3c2) Release 1.1.0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com