capistrano_scm_nexus 1.0.0 → 1.0.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: ad7b7763c7f5a51085f4c56b3f88a262deddde93
4
- data.tar.gz: 708d8f116407cc3c312d2f854b12f3e231edb224
3
+ metadata.gz: 90565257f0675e688469d7621498a83f82af87b4
4
+ data.tar.gz: 469ce23a11df6a44576d1805408bb3ced90e42b9
5
5
  SHA512:
6
- metadata.gz: 9bd33f6406a05ddf64f0600a827c34dd51db6b0ef0bc75741c915b257841d36a8dda93ec5164aa1b6b58e2e2312c58652c219ec6e7f27d6e823c657a49ab585c
7
- data.tar.gz: c68f8e0e1a9d664876ff4bf286ebbd783aa7eb3db54272b44b65e8c069411bdb73ccc5cccab5f3c200d4c8f8a6c25698e0b5cf7e6b86812eeb911baf4207cdb5
6
+ metadata.gz: 5fec8c499da4a107a98fa2c2fbfba2dc9e958dfaa3ab7f9ac24daf34cae2ab1b2b40c418594c46af848c3557b58832f6b8c91d2554cc84eddf429c9dee76f5d7
7
+ data.tar.gz: 0eb242373c0b07a862e6d73a02119e2310d039ea674f38e6d1a57ac9d8b30411602bc66a063bc5c8ad0be4934a4ae56ca0ba529b6563a257afa90364e56fcd3f
data/README.md CHANGED
@@ -13,7 +13,7 @@ Set the following configuration variables in `config/deploy.rb` or wherever rele
13
13
  ```ruby
14
14
  set :scm, 'nexus'
15
15
  set :nexus_endpoint, 'http://nexus.example.com/nexus/content/repositories'
16
- set :nexus_artifact_name, my-application'
16
+ set :nexus_artifact_name, 'my-application'
17
17
  set :nexus_artifact_version, '1.0.2'
18
18
  set :nexus_repository, 'releases'
19
19
  set :nexus_group_id, 'com.example'
@@ -1,3 +1,3 @@
1
1
  module CapistranoSCMNexus
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.1'
3
3
  end
@@ -1 +0,0 @@
1
- load File.expand_path('../capistrano/tasks/nexus.rake', __FILE__)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_scm_nexus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jen Page
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-04 00:00:00.000000000 Z
11
+ date: 2014-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano