appium_thor 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e331f0fc44825100620237160cee4029e12c0e28
4
- data.tar.gz: db1fde0432add084cfd54e27279561ccd0aa9959
3
+ metadata.gz: 31174c14a3cdd7c54fe388271f773d707937a774
4
+ data.tar.gz: 9c62777c8ed859313fb4b8ecdb0c078964c7ead9
5
5
  SHA512:
6
- metadata.gz: 35a2e1d2a454f38ca8a4c3785ff9d4ef82057467e5c69c6e1ca63af3cfd4a2caee5a1136c23949f6d85480f69bd740e02e1211d60cc99a567a14d185d5e0afa2
7
- data.tar.gz: 0b4384f00c5130ac25ae38e6c7888e4809604be15cd4eaefbf5771aa760e684af61fb60829bec968cf23b81893c4320faae5b2094ee08aa632595d8cbac036de
6
+ metadata.gz: 9e8e7ecf9d8ed7b40e3d3fb6befb5c01c075203f556bc677887e3e4712d99ae85f46ac43de39cbfbeaf9bd043a0821520d1ba8ece1c0778d4df6cbe0fcfb066f
7
+ data.tar.gz: b640e61fd061a49b43c4dfb447d34a4f0ba4e108c6ad8c8563e0db9a71cbd6704f2b4f1b7df58a28c4ef51a20d4c85df1b04f75dfa6ac85090699b71e2482bf4
@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
14
14
 
15
15
  s.add_runtime_dependency 'redcarpet', '~> 3.1', '>= 3.1.2'
16
16
  s.add_runtime_dependency 'posix-spawn', '~> 0.3', '>= 0.3.8'
17
- s.add_runtime_dependency 'yard', '~> 0.8', '>= 0.8.7.4'
17
+ s.add_runtime_dependency 'yard', '~> 0.9.11'
18
18
 
19
19
  s.files = `git ls-files`.split "\n"
20
- end
20
+ end
@@ -1,4 +1,4 @@
1
- ##### [_build_gem](https://github.com/appium/appium_thor/blob/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L6) common
1
+ ##### [_build_gem](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L6) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L12) common
10
+ ##### [tag_exists](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L12) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L18) common
18
+ ##### [sh](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L18) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L30) common
26
+ ##### [version_rgx](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L30) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L35) common
34
+ ##### [version](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L35) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L46) common
42
+ ##### [_bump](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L46) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L86) common
58
+ ##### [update_release_notes](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L86) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L150) common
67
+ ##### [_install](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L150) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L157) common
79
+ ##### [_uninstall](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L157) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L168) common
87
+ ##### [_publish](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L168) common
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/1758415f0676af855b8a522e647e1d5eebfc71ad/lib/appium_thor/helpers.rb#L200) common
99
+ ##### [remove_non_ascii_from_cwd](https://github.com/appium/appium_thor/blob/ab32d98572d23a69e17355fb831485c3fd51405d/lib/appium_thor/helpers.rb#L200) common
100
100
 
101
101
  > def remove_non_ascii_from_cwd
102
102
 
@@ -1,6 +1,6 @@
1
1
  module Appium
2
2
  module Thor
3
- VERSION = '1.1.4' unless defined? ::Appium::Thor::VERSION
4
- DATE = '2018-11-22' unless defined? ::Appium::Thor::DATE
3
+ VERSION = '1.1.5' unless defined? ::Appium::Thor::VERSION
4
+ DATE = '2019-05-28' unless defined? ::Appium::Thor::DATE
5
5
  end
6
6
  end
@@ -1,3 +1,10 @@
1
+ #### v1.1.5 2019-05-28
2
+
3
+ - [ab32d98](https://github.com/appium/appium_thor/commit/ab32d98572d23a69e17355fb831485c3fd51405d) Release 1.1.5
4
+ - [c50ac40](https://github.com/appium/appium_thor/commit/c50ac40a5b5a8fd1533dc1a177130a72dc4e69ff) Merge pull request #5 from KazuCocoa/bump-yard
5
+ - [8711b02](https://github.com/appium/appium_thor/commit/8711b02cd57602eea636f4df0c97bd24fdd5e8a8) update yard
6
+
7
+
1
8
  #### v1.1.4 2018-11-22
2
9
 
3
10
  - [1758415](https://github.com/appium/appium_thor/commit/1758415f0676af855b8a522e647e1d5eebfc71ad) Release 1.1.4
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_thor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-11-22 00:00:00.000000000 Z
11
+ date: 2019-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redcarpet
@@ -56,20 +56,14 @@ dependencies:
56
56
  requirements:
57
57
  - - "~>"
58
58
  - !ruby/object:Gem::Version
59
- version: '0.8'
60
- - - ">="
61
- - !ruby/object:Gem::Version
62
- version: 0.8.7.4
59
+ version: 0.9.11
63
60
  type: :runtime
64
61
  prerelease: false
65
62
  version_requirements: !ruby/object:Gem::Requirement
66
63
  requirements:
67
64
  - - "~>"
68
65
  - !ruby/object:Gem::Version
69
- version: '0.8'
70
- - - ">="
71
- - !ruby/object:Gem::Version
72
- version: 0.8.7.4
66
+ version: 0.9.11
73
67
  description: Thor tasks for Appium gems.
74
68
  email:
75
69
  - code@bootstraponline.com