dtc_rake 1.2.0 → 1.2.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: 19c2f7282927b82d9cdc575e6e89abd539709c84
4
- data.tar.gz: 24a7d80e9ded265166c40bbc512f00a307ff4847
3
+ metadata.gz: 48cd2fa693f082a7fcff2e3b6a463f5698b7e782
4
+ data.tar.gz: 26a5ee05a4405c841ab2910399dc2fb2e5ee6d53
5
5
  SHA512:
6
- metadata.gz: b4524b6c6d0f63c6926911b681e078fa568af675fba9c0e3b758bb1214bb2cec4348a550eed3e6287b243e8f6c0702b3d8c44b20aa7cf58076a66f8c9d4778e8
7
- data.tar.gz: 9b95c665916a93b448800e8896299b2c2d7cf5e7575ae0c7f227eacde9628af7169753913521a89656e23889c699df869220de532e11cb9d9ba80287c63cc82a
6
+ metadata.gz: ee5458104fc9f994b01f7ca58e0c18dfe4c9230b5a9081de49909e80c62893677450e8ccd637f0a32ed671f56f0dab74bb5c59a8fe565a1475fa7f327f686542
7
+ data.tar.gz: 455c3e2f4b2773a0a323e59bb2d6cd08bfd2a55e6a98b4566cb287bf829d6b10ab2c4d1fdf9dfb6a3e0561b26d8861bc58e36a033073b67c804305f6bb17b204
data/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2018 Jan Sibil
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.2.0
1
+ 1.2.1
@@ -8,6 +8,7 @@ Gem::Specification.new do |spec|
8
8
  spec.version = DtcRake::VERSION
9
9
  spec.authors = ["Jan Sibil"]
10
10
  spec.email = ["21-1@plus4u.net"]
11
+ spec.license = 'MIT'
11
12
 
12
13
  spec.summary = %q{Rake tasks for building apps produced by DTC.DEV team.}
13
14
 
@@ -1,3 +1,3 @@
1
1
  module DtcRake
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,87 +1,86 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtc_rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Sibil
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-06-01 00:00:00.000000000 Z
11
+ date: 2018-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
- name: json
15
14
  requirement: !ruby/object:Gem::Requirement
16
15
  requirements:
17
16
  - - "~>"
18
17
  - !ruby/object:Gem::Version
19
18
  version: 1.8.3
20
- type: :runtime
19
+ name: json
21
20
  prerelease: false
21
+ type: :runtime
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.8.3
27
27
  - !ruby/object:Gem::Dependency
28
- name: rainbow
29
28
  requirement: !ruby/object:Gem::Requirement
30
29
  requirements:
31
30
  - - "~>"
32
31
  - !ruby/object:Gem::Version
33
32
  version: 2.1.0
34
- type: :runtime
33
+ name: rainbow
35
34
  prerelease: false
35
+ type: :runtime
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 2.1.0
41
41
  - !ruby/object:Gem::Dependency
42
- name: uu_os
43
42
  requirement: !ruby/object:Gem::Requirement
44
43
  requirements:
45
44
  - - "~>"
46
45
  - !ruby/object:Gem::Version
47
46
  version: '0.29'
48
- type: :runtime
47
+ name: uu_os
49
48
  prerelease: false
49
+ type: :runtime
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '0.29'
55
55
  - !ruby/object:Gem::Dependency
56
- name: uu_os_commons
57
56
  requirement: !ruby/object:Gem::Requirement
58
57
  requirements:
59
58
  - - "~>"
60
59
  - !ruby/object:Gem::Version
61
60
  version: '1.5'
62
- type: :runtime
61
+ name: uu_os_commons
63
62
  prerelease: false
63
+ type: :runtime
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.5'
69
69
  - !ruby/object:Gem::Dependency
70
- name: rake-version
71
70
  requirement: !ruby/object:Gem::Requirement
72
71
  requirements:
73
72
  - - "~>"
74
73
  - !ruby/object:Gem::Version
75
74
  version: '1.0'
76
- type: :runtime
75
+ name: rake-version
77
76
  prerelease: false
77
+ type: :runtime
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '1.0'
83
83
  - !ruby/object:Gem::Dependency
84
- name: bundler
85
84
  requirement: !ruby/object:Gem::Requirement
86
85
  requirements:
87
86
  - - ">="
@@ -90,8 +89,9 @@ dependencies:
90
89
  - - "<"
91
90
  - !ruby/object:Gem::Version
92
91
  version: 1.16.0
93
- type: :development
92
+ name: bundler
94
93
  prerelease: false
94
+ type: :development
95
95
  version_requirements: !ruby/object:Gem::Requirement
96
96
  requirements:
97
97
  - - ">="
@@ -101,20 +101,20 @@ dependencies:
101
101
  - !ruby/object:Gem::Version
102
102
  version: 1.16.0
103
103
  - !ruby/object:Gem::Dependency
104
- name: rake
105
104
  requirement: !ruby/object:Gem::Requirement
106
105
  requirements:
107
106
  - - "<"
108
107
  - !ruby/object:Gem::Version
109
108
  version: 12.2.1
110
- type: :development
109
+ name: rake
111
110
  prerelease: false
111
+ type: :development
112
112
  version_requirements: !ruby/object:Gem::Requirement
113
113
  requirements:
114
114
  - - "<"
115
115
  - !ruby/object:Gem::Version
116
116
  version: 12.2.1
117
- description:
117
+ description:
118
118
  email:
119
119
  - 21-1@plus4u.net
120
120
  executables: []
@@ -123,6 +123,7 @@ extra_rdoc_files: []
123
123
  files:
124
124
  - ".gitignore"
125
125
  - Gemfile
126
+ - LICENSE
126
127
  - README.md
127
128
  - Rakefile
128
129
  - VERSION
@@ -152,10 +153,11 @@ files:
152
153
  - lib/tasks/upload_vuc.rake
153
154
  - lib/tasks/upload_yardoc.rake
154
155
  - lib/tasks/version.rake
155
- homepage:
156
- licenses: []
156
+ homepage:
157
+ licenses:
158
+ - MIT
157
159
  metadata: {}
158
- post_install_message:
160
+ post_install_message:
159
161
  rdoc_options: []
160
162
  require_paths:
161
163
  - lib
@@ -170,9 +172,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
172
  - !ruby/object:Gem::Version
171
173
  version: '0'
172
174
  requirements: []
173
- rubyforge_project:
174
- rubygems_version: 2.4.5.2
175
- signing_key:
175
+ rubyforge_project:
176
+ rubygems_version: 2.4.8
177
+ signing_key:
176
178
  specification_version: 4
177
179
  summary: Rake tasks for building apps produced by DTC.DEV team.
178
180
  test_files: []