capistrano-storm 0.1.0 → 0.2.0

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: 309f086ef9dd61005e2a1760361bf4ac46c0a35d
4
- data.tar.gz: 205891a1f57864f6a6414bbaf9fdcf9b4905fd4c
3
+ metadata.gz: a987ce562a521383deedd31070efef936949a1ae
4
+ data.tar.gz: 0084d41636c62714dc5b5a72fba10fd7ec818781
5
5
  SHA512:
6
- metadata.gz: fae5cb425ba574e182ad3f56c759ce83936d9b812de1bb0ca84140a5ccb64c110736fb627efb8a73ec1ba9a650a68e9154800e4cb2ab7164d4d7feac38e163e6
7
- data.tar.gz: 8dd9444e3a5a2a7487aa239f80a2dc248a58e934a44aa62f438facccc7291b0351b8ad5abaad4493aa8ed1f444e6c7e4dc7bee426ce0bfe8fb45ce4a6f0c7407
6
+ metadata.gz: e92447e96cf206235abdbee2fe359f9fe1368f35b9944d462ad00b54047c7a77541a4e0902cdb2f904a98f08740b48d042b589ddd2b36bc7bd68306551f37d95
7
+ data.tar.gz: 08e60c6500e359d2c08bd98b0d51b142d9a453f7d028a9e18c833ceb93f4491e690fbe4b66157933019a18604c1f6515a3c40e7a6a01fc9cbbb52d5674f349c9
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  This is the Changelog for Capistrano::storm.
4
4
 
5
+ ## v0.2.0 (2014-11-12)
6
+
7
+ * Clarify Cap variable name for topology other args
8
+
5
9
  ## v0.1.0 (2014-11-11)
6
10
 
7
11
  * Initial release
data/README.md CHANGED
@@ -39,7 +39,7 @@ set :topology_class_name, 'com.et.contacts.storm.topology.ContactNotifyTopology'
39
39
  set :topology_name, 'contact-change'
40
40
 
41
41
  # Any additional arguments you want to pass to `storm jar`
42
- set :topology_args, '5 4 4 5'
42
+ set :topology_other_args, '5 4 4 5'
43
43
  ```
44
44
 
45
45
  ## Contributing
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3
3
 
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'capistrano-storm'
6
- spec.version = '0.1.0'
6
+ spec.version = '0.2.0'
7
7
  spec.authors = ['Jeff Byrnes']
8
8
  spec.email = ['jeff@evertrue.com']
9
9
  spec.summary = %q{Capistrano 3 plugin for handling Storm topologies.}
@@ -23,7 +23,7 @@ namespace :storm do
23
23
  fetch(:deployed_artifact_filename),
24
24
  fetch(:topology_class_name),
25
25
  fetch(:topology_name),
26
- fetch(:topology_args)
26
+ fetch(:topology_other_args)
27
27
  )
28
28
  end
29
29
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-storm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeff Byrnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-11-11 00:00:00.000000000 Z
11
+ date: 2014-11-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano