From 1b4bdbfc1062e65947286340804c6ae27c2be123 Mon Sep 17 00:00:00 2001 From: Chris Park Date: Wed, 1 Jun 2016 08:59:00 -0400 Subject: [PATCH] bumped test version to 1.1.0 --- tests/tests_spec.rb | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/tests/tests_spec.rb b/tests/tests_spec.rb index b39c1c8..c1c62d1 100644 --- a/tests/tests_spec.rb +++ b/tests/tests_spec.rb @@ -18,7 +18,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'language'}.to_json, headers: {}) end it 'test language' do @@ -55,7 +55,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'morphology/complete'}.to_json, headers: {}) end it 'test morphology complete' do @@ -77,7 +77,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'morphology/compound-components'}.to_json, headers: {}) end it 'test morphology compound components' do @@ -99,7 +99,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'morphology/han-readings'}.to_json, headers: {}) end it 'test morphology han readings' do @@ -121,7 +121,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'morphology/parts-of-speech'}.to_json, headers: {}) end it 'test morphology parts of speech' do @@ -143,7 +143,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'morphology/lemmas'}.to_json, headers: {}) end it 'test morphology lemmas' do @@ -165,7 +165,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'entities'}.to_json, headers: {}) end it 'test entities' do @@ -188,7 +188,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'entities/linked'}.to_json, headers: {}) end it 'test entities linked' do @@ -218,7 +218,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'categories'}.to_json, headers: {}) end it 'test categories' do @@ -240,7 +240,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'relationships'}.to_json, headers: {}) end it 'test relationships' do @@ -262,7 +262,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'name-translation'}.to_json, headers: {}) end it 'test name translation' do @@ -289,7 +289,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'name-similarity'}.to_json, headers: {}) end it 'test name similarity' do @@ -325,7 +325,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'tokens'}.to_json, headers: {}) end it 'test tokens' do @@ -347,7 +347,7 @@ 'User-Agent' => 'Ruby', 'X-Rosetteapi-Key' => '0123456789', 'X-Rosetteapi-Binding' => 'ruby', - 'X-Rosetteapi-Binding-Version' => '1.0.2'}). + 'X-Rosetteapi-Binding-Version' => '1.1.0'}). to_return(status: 200, body: {'test': 'sentences'}.to_json, headers: {}) end it 'test sentences' do