tdberlintest 0.0.5 → 0.0.6
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/lib/tdberlintest.rb +4 -4
- data/lib/tdberlintest/version.rb +1 -1
- data/tdberlintest-0.0.5.gem +0 -0
- metadata +2 -2
- data/tdberlintest-0.0.4.gem +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f39df2ad661a6a2bb40058c77f25808c0da01d6c
|
4
|
+
data.tar.gz: f5d2dca0f07d4325c06ff5f3dde405d4b7df4b83
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e22269e0be51c14e3249b729f8b6625fe07f6970079866c1c1a29cd7377d66a901f876f0e47355e99ad1588c8dd8467842a5ed2c8f835859f9877eaacb15b417
|
7
|
+
data.tar.gz: 9b8ebb789920f00685e9d5f4667666c078a4126bc4f9258ace9e8e42e74df8a353f06e8543096b07d248d9750c519eb8ee369da90bb5c2f13bb006c5ce1efc04
|
data/lib/tdberlintest.rb
CHANGED
@@ -8,7 +8,7 @@ require_relative 'stackoverflow_api_fetcher'
|
|
8
8
|
module TdBerlinTest
|
9
9
|
class TestManager < Thor
|
10
10
|
|
11
|
-
desc 'task1', 'execute task1 of test. specify input yaml file. e.g.: ./test.rb task1 -i
|
11
|
+
desc 'task1', 'execute task1 of test. specify input yaml file. e.g.: ./test.rb task1 -i langs.yaml'
|
12
12
|
long_desc <<-LONGDESC
|
13
13
|
Query the Wolfram Alpha API and parse the output.
|
14
14
|
|
@@ -29,13 +29,13 @@ module TdBerlinTest
|
|
29
29
|
|
30
30
|
['Perl','Lisp', 'Dylan', 'Elixir', ... ]
|
31
31
|
LONGDESC
|
32
|
-
method_option :input, :aliases => '-i', :desc => 'Specify input yaml file', :default => '
|
32
|
+
method_option :input, :aliases => '-i', :desc => 'Specify input yaml file', :default => 'langs.yaml'
|
33
33
|
def task1
|
34
34
|
wolfram_api_fetcher = TdBerlinTest::WolframApiFetcher.new options[:input]
|
35
35
|
wolfram_api_fetcher.run
|
36
36
|
end
|
37
37
|
|
38
|
-
desc 'task2', 'execute task2 of test. specify input yaml file. e.g.: ./test.rb task2 -i
|
38
|
+
desc 'task2', 'execute task2 of test. specify input yaml file. e.g.: ./test.rb task2 -i langs.yaml'
|
39
39
|
long_desc <<-LONGDESC
|
40
40
|
Query the Stackexchange API and parse the output.
|
41
41
|
|
@@ -59,7 +59,7 @@ module TdBerlinTest
|
|
59
59
|
}
|
60
60
|
|
61
61
|
LONGDESC
|
62
|
-
method_option :input, :aliases => '-i', :desc => 'Specify input yaml file', :default => '
|
62
|
+
method_option :input, :aliases => '-i', :desc => 'Specify input yaml file', :default => 'langs.yaml'
|
63
63
|
def task2
|
64
64
|
stackexchange_api_fetcher = TdBerlinTest::StackexchangeApiFetcher.new options[:input]
|
65
65
|
stackexchange_api_fetcher.run
|
data/lib/tdberlintest/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tdberlintest
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Phil Stahlschmidt
|
@@ -141,7 +141,7 @@ files:
|
|
141
141
|
- lib/tests/test_helper.rb
|
142
142
|
- lib/tests/wolfram_api_fetcher_spec.rb
|
143
143
|
- lib/wolfram_api_fetcher.rb
|
144
|
-
- tdberlintest-0.0.
|
144
|
+
- tdberlintest-0.0.5.gem
|
145
145
|
- tdberlintest.gemspec
|
146
146
|
homepage: http://www.td-berlin.com
|
147
147
|
licenses:
|
data/tdberlintest-0.0.4.gem
DELETED
Binary file
|