eventhub-command 0.3.5 → 0.3.7

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: be6caed5c1667e872d1518de92673b5e1c479f15
4
- data.tar.gz: 5ecb3e749cc7cbf27cd319c905273ae4147548fd
3
+ metadata.gz: e905d03ba5f13b0dc2c8b458f08619bd359b52fb
4
+ data.tar.gz: f1b06b1b645d511aa791253f648ab68c5f1ffa2b
5
5
  SHA512:
6
- metadata.gz: 4f2c1fcda1624c56acb2de15f666b2d65d8564af4bc6d15efbdaa8d18245c94a7e7b1f117d6677c57b423d43f3b228b6ed81ed77c38be3297c1b2301cfbb8f61
7
- data.tar.gz: fdc239a453ec98671cfafe2ead31c21caa7b23ec02b435ef757697e5b2cd7c96357a79599bdbc4692d687a1fbee968a4d4166faf0c5cb48fa03ed3b185be8ccf
6
+ metadata.gz: dc69822118ed75ea670985a295b6803245763652f89112bfb02f267a5ffdb7ff9bfc176a3e91585356414ece6dc833e7de15f68d5e6e49521014780e363177c4
7
+ data.tar.gz: cde30ea67d3c8202850d6f1b9cc17324a19366429597b7dc1b0a1241c55b5e8bfc492d95332ad386783b6a28475464a5692d375454cb8de3914d00bc0a8bb607
data/README.md CHANGED
@@ -87,5 +87,3 @@ Those config files will be used uppon next deployment.
87
87
  * package_ruby: package ruby processors to zip files and copy to release directory on local machines. Those packages
88
88
  will be used upon next "deploy_via scp" or if you commit them to SVN then upon next "deploy_via svn"
89
89
  * generate_processor: generate a processor from a basic template
90
-
91
-
@@ -19,6 +19,7 @@ command :stage do |command|
19
19
  stage = args[0]
20
20
  Eh::Settings.current.data['default_stage'] = stage
21
21
  Eh::Settings.current.write
22
+ puts "Set stage default to '#{stage}'"
22
23
  end
23
24
  end
24
25
  end
data/lib/eh/settings.rb CHANGED
@@ -118,10 +118,14 @@ class Eh::Settings
118
118
  end
119
119
 
120
120
  def deployment_management_files
121
- [ File.join(deployment_dir, 'management', 'launcher.rb') ]
121
+ [File.join(deployment_dir, 'management', 'launcher.rb')]
122
122
  end
123
123
 
124
124
  def stages_dir
125
125
  File.join(repository.dir, 'config', 'stages')
126
126
  end
127
+
128
+ def db_backups_dir
129
+ '/tmp/foo'
130
+ end
127
131
  end
data/lib/eh/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eh
2
- VERSION = '0.3.5'
2
+ VERSION = '0.3.7'
3
3
  end
data/lib/eh-commands.rb CHANGED
@@ -9,6 +9,7 @@ if Eh::Settings.current.repository
9
9
  require 'eh/commands/deploy_mule'
10
10
  require 'eh/commands/deploy_console'
11
11
  require 'eh/commands/dump'
12
+ require 'eh/commands/db'
12
13
  else
13
14
  # remove unused settings for this version
14
15
  Eh::Settings.current.data.delete('repository_root_dir')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventhub-command
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.5
4
+ version: 0.3.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pascal Betz
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-06 00:00:00.000000000 Z
12
+ date: 2015-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  requirements: []
196
196
  rubyforge_project:
197
- rubygems_version: 2.4.3
197
+ rubygems_version: 2.4.5
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: Event Hub Command Line Tool