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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f7311368b897f33df78f4acd062d0d59e240480
4
- data.tar.gz: 13330b918529d04c8626e399c5f3a96f44fbb0d2
3
+ metadata.gz: f39df2ad661a6a2bb40058c77f25808c0da01d6c
4
+ data.tar.gz: f5d2dca0f07d4325c06ff5f3dde405d4b7df4b83
5
5
  SHA512:
6
- metadata.gz: cae2504a41a4bf68cc30cc720dc843dfcfbab0ac6ea5021b92f222769b8ed6ce5531e5ee451178884b32d022db57b0ff13d095614348d54382f64439dfc1f490
7
- data.tar.gz: a79d6bad35f6db15c46b94e9539dc0f327a24ab316bae465a55506222e380344bbdfc449e399b2872f70ac85feace541f6075a40be0558cee26ad41105925d1e
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 lib/langs.yaml'
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 => 'lib/langs.yaml'
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 lib/langs.yaml'
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 => 'lib/langs.yaml'
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
@@ -1,3 +1,3 @@
1
1
  module TdBerlinTest
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
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.5
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.4.gem
144
+ - tdberlintest-0.0.5.gem
145
145
  - tdberlintest.gemspec
146
146
  homepage: http://www.td-berlin.com
147
147
  licenses:
Binary file