eventhub-command 0.0.20 → 0.0.21
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 +4 -4
- data/.gitignore +17 -17
- data/Gemfile +2 -2
- data/README.md +29 -29
- data/Rakefile +44 -44
- data/bin/eh +39 -39
- data/eh.gemspec +28 -28
- data/eh.rdoc +4 -4
- data/features/eh.feature +8 -8
- data/features/step_definitions/eh_steps.rb +6 -6
- data/features/support/env.rb +15 -15
- data/lib/eh/commands/copy_config.rb +51 -51
- data/lib/eh/commands/deploy.rb +38 -38
- data/lib/eh/commands/generate_processor.rb +90 -90
- data/lib/eh/commands/package.rb +104 -97
- data/lib/eh/commands/package_rails.rb +67 -65
- data/lib/eh/settings.rb +69 -66
- data/lib/eh/version.rb +3 -3
- data/lib/eh-commands.rb +6 -6
- data/lib/eh.rb +6 -6
- data/test/default_test.rb +14 -14
- data/test/test_helper.rb +9 -9
- data/todo.txt +8 -8
- metadata +2 -3
data/lib/eh-commands.rb
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
# All commands are required here
|
2
|
-
require 'eh/commands/deploy'
|
3
|
-
require 'eh/commands/copy_config'
|
4
|
-
require 'eh/commands/generate_processor'
|
5
|
-
require 'eh/commands/package_rails'
|
6
|
-
require 'eh/commands/package'
|
1
|
+
# All commands are required here
|
2
|
+
require 'eh/commands/deploy'
|
3
|
+
require 'eh/commands/copy_config'
|
4
|
+
require 'eh/commands/generate_processor'
|
5
|
+
require 'eh/commands/package_rails'
|
6
|
+
require 'eh/commands/package'
|
data/lib/eh.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
module Eh
|
2
|
-
end
|
3
|
-
require 'zip'
|
4
|
-
require 'pathname'
|
5
|
-
|
6
|
-
require 'eh/version'
|
1
|
+
module Eh
|
2
|
+
end
|
3
|
+
require 'zip'
|
4
|
+
require 'pathname'
|
5
|
+
|
6
|
+
require 'eh/version'
|
7
7
|
require 'eh/settings'
|
data/test/default_test.rb
CHANGED
@@ -1,14 +1,14 @@
|
|
1
|
-
require 'test_helper'
|
2
|
-
|
3
|
-
class DefaultTest < Test::Unit::TestCase
|
4
|
-
|
5
|
-
def setup
|
6
|
-
end
|
7
|
-
|
8
|
-
def teardown
|
9
|
-
end
|
10
|
-
|
11
|
-
def test_the_truth
|
12
|
-
assert true
|
13
|
-
end
|
14
|
-
end
|
1
|
+
require 'test_helper'
|
2
|
+
|
3
|
+
class DefaultTest < Test::Unit::TestCase
|
4
|
+
|
5
|
+
def setup
|
6
|
+
end
|
7
|
+
|
8
|
+
def teardown
|
9
|
+
end
|
10
|
+
|
11
|
+
def test_the_truth
|
12
|
+
assert true
|
13
|
+
end
|
14
|
+
end
|
data/test/test_helper.rb
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
require 'test/unit'
|
2
|
-
|
3
|
-
# Add test libraries you want to use here, e.g. mocha
|
4
|
-
|
5
|
-
class Test::Unit::TestCase
|
6
|
-
|
7
|
-
# Add global extensions to the test case class here
|
8
|
-
|
9
|
-
end
|
1
|
+
require 'test/unit'
|
2
|
+
|
3
|
+
# Add test libraries you want to use here, e.g. mocha
|
4
|
+
|
5
|
+
class Test::Unit::TestCase
|
6
|
+
|
7
|
+
# Add global extensions to the test case class here
|
8
|
+
|
9
|
+
end
|
data/todo.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
-- -------------------------------------
|
2
|
-
-- to do
|
3
|
-
-- -------------------------------------
|
4
|
-
|
5
|
-
- eh relase -r or --repository plate_store or http path -u user -p password
|
6
|
-
- folder filter, default and customize
|
7
|
-
- extension filter, default and custmize
|
8
|
-
- it could take config settings from a local .ehconfig file
|
1
|
+
-- -------------------------------------
|
2
|
+
-- to do
|
3
|
+
-- -------------------------------------
|
4
|
+
|
5
|
+
- eh relase -r or --repository plate_store or http path -u user -p password
|
6
|
+
- folder filter, default and customize
|
7
|
+
- extension filter, default and custmize
|
8
|
+
- it could take config settings from a local .ehconfig file
|
9
9
|
- would be nice to have a release all feature
|
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.0.
|
4
|
+
version: 0.0.21
|
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: 2014-11-
|
12
|
+
date: 2014-11-13 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
@@ -160,4 +160,3 @@ signing_key:
|
|
160
160
|
specification_version: 4
|
161
161
|
summary: Event Hub Command Line Tool
|
162
162
|
test_files: []
|
163
|
-
has_rdoc: true
|