nexus_cli 0.9.0 → 0.9.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.
- data/VERSION +1 -1
- data/lib/nexus_cli/nexus_oss_remote.rb +1 -1
- data/lib/nexus_cli/nexus_pro_remote.rb +2 -2
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.9.
|
|
1
|
+
0.9.1
|
|
@@ -461,7 +461,7 @@ module NexusCli
|
|
|
461
461
|
params[:checksumPolicy] = "WARN"
|
|
462
462
|
params[:writePolicy] = "READ_ONLY"
|
|
463
463
|
params[:downloadRemoteIndexes] = true
|
|
464
|
-
params[:autoBlockActive] =
|
|
464
|
+
params[:autoBlockActive] = false
|
|
465
465
|
params[:name] = name
|
|
466
466
|
params[:id] = sanitize_for_id(name)
|
|
467
467
|
params[:remoteStorage] = {:remoteStorageUrl => url.nil? ? "http://change-me.com/" : url}
|
|
@@ -252,10 +252,10 @@ module NexusCli
|
|
|
252
252
|
def transfer_artifact(artifact, from_repository, to_repository)
|
|
253
253
|
do_transfer_artifact(artifact, from_repository, to_repository)
|
|
254
254
|
|
|
255
|
-
configuration["repository"] = from_repository
|
|
255
|
+
configuration["repository"] = sanitize_for_id(from_repository)
|
|
256
256
|
from_artifact_metadata = get_custom_metadata_hash(artifact)
|
|
257
257
|
|
|
258
|
-
configuration["repository"] = to_repository
|
|
258
|
+
configuration["repository"] = sanitize_for_id(to_repository)
|
|
259
259
|
to_artifact_metadata = get_custom_metadata_hash(artifact)
|
|
260
260
|
|
|
261
261
|
do_update_custom_metadata(artifact, from_artifact_metadata, to_artifact_metadata)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexus_cli
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2012-10-
|
|
12
|
+
date: 2012-10-04 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: thor
|
|
@@ -253,7 +253,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
253
253
|
version: '0'
|
|
254
254
|
segments:
|
|
255
255
|
- 0
|
|
256
|
-
hash:
|
|
256
|
+
hash: 1683805139971071117
|
|
257
257
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
258
258
|
none: false
|
|
259
259
|
requirements:
|
|
@@ -262,7 +262,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
262
262
|
version: '0'
|
|
263
263
|
segments:
|
|
264
264
|
- 0
|
|
265
|
-
hash:
|
|
265
|
+
hash: 1683805139971071117
|
|
266
266
|
requirements: []
|
|
267
267
|
rubyforge_project:
|
|
268
268
|
rubygems_version: 1.8.21
|