dtc_rake 0.1.0 → 0.1.2

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: c817667aaedf7106b5c94e35686711cd05a1397e
4
- data.tar.gz: 519d634e71da52759dbf46bfd0d6d4c2297e249f
3
+ metadata.gz: a6eb10cf8fdddd2c8145c25efc91682f83f3e83a
4
+ data.tar.gz: c6bd0f7679351512cffde8ae4678f8c5db1ae5e8
5
5
  SHA512:
6
- metadata.gz: 1e3fb74e9dc74d865c3822f206027800378089db348deece4b808fb325754aab5777e65c011612b557ec788f412f5784f6027eabaf277f28d9086473c4b3a9cf
7
- data.tar.gz: 4aff5f658dce122c1e9ac33f97ad56b200b689ce2c2b55e2900219e813cef917fd5938367d4fb945dcae376c9cd7dbee452d4374e207ca72f302c1079a01f371
6
+ metadata.gz: 03d47edcaaf2eb780c190a5dfad0285359b1b55f73778e74bdea7b13946bedbe2468512305eff2f67aa7c9d31db77140ed5709ac389fd6e74c9038d81dde2069
7
+ data.tar.gz: f0fd7708edba6aab252d5188243a65b9f5ab1905e538d9281eff72f4ac581ff7efe2edf0433a0d2de86d2db7a814638ebf7ac48067be5d423ee70f0916efd914
data/README.md CHANGED
@@ -55,7 +55,7 @@ rake upload:cmd DTC_RAKE_PASSWD=/path/to/12-345-6
55
55
 
56
56
  # Documentation
57
57
 
58
- TODO Link to online yardoc
58
+ [Online yardoc](http://www.rubydoc.info/gems/dtc_rake)
59
59
 
60
60
  ## Configuration
61
61
 
@@ -1,3 +1,3 @@
1
1
  module DtcRake
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -23,7 +23,7 @@ if config.upload_app_descriptor
23
23
  task :descriptor do
24
24
  error("Specify password file in env variable DTC_RAKE_PASSWD, e.g. rake upload:descriptor DTC_RAKE_PASSWD=12-345-6") unless ENV["DTC_RAKE_PASSWD"]
25
25
 
26
- the_file = File.join(config.output_dir, config.app_descriptor_path)
26
+ the_file = config.app_descriptor_path
27
27
  error("File #{the_file} does not exist") unless File.file?(the_file)
28
28
 
29
29
  art_uri = product.appbox_uri
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dtc_rake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan Sibil
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-04 00:00:00.000000000 Z
11
+ date: 2016-12-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: json
@@ -116,7 +116,7 @@ files:
116
116
  - lib/tasks/build_yardoc.rake
117
117
  - lib/tasks/upload_all.rake
118
118
  - lib/tasks/upload_cmd.rake
119
- - lib/tasks/upload_descriptor.rb
119
+ - lib/tasks/upload_descriptor.rake
120
120
  - lib/tasks/upload_dockerfiles.rake
121
121
  - lib/tasks/upload_gem.rake
122
122
  - lib/tasks/upload_vuc.rake