grntest 1.2.6 → 1.2.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: 623111bd9759dab5b911292fabd306b098813483
4
- data.tar.gz: f58cccf27785ee89309f43ad765108daf4efb82d
3
+ metadata.gz: f81f534889d10b04307d564e1513adc17f92a75c
4
+ data.tar.gz: cead0e701169cf08b5f3ac386f7833955f455173
5
5
  SHA512:
6
- metadata.gz: f0580f314af0dccf1649b8516ecc9e487f738def148ca6ad3720b9bf308d194156a1e6873da73d9ccc1399202a44b3cb5fb8500f02f3c11da6f50939c00381ba
7
- data.tar.gz: 66f8421596ee261fa921e5e9c92375faded61ebf21d18ac522e6e0eb70f5693d28382865404662af0a71c03153accc8425d77795953d42f8363d23323d25080c
6
+ metadata.gz: 4f54f9eb7e1bdb896c60be55f17919b822f78e39732f8b330d5a8cdd3f8363b3136f8fb45dbde8114ad07cd15918de0feeca72d7d49019d3e5b779dc36247e81
7
+ data.tar.gz: 41b0b1e61f34cb9b744241c121bd7ae0a6ad9ac0ac1e6ff8ca1922600749fb1cc4180371a27991a19d3be78c93b76ff8e2a27ca2c32301b94a06e57459db4cf9
@@ -1,5 +1,11 @@
1
1
  # News
2
2
 
3
+ ## 1.2.7: 2017-10-31
4
+
5
+ ### Fixes
6
+
7
+ * Fixed incompatible encoding error.
8
+
3
9
  ## 1.2.6: 2017-08-16
4
10
 
5
11
  ### Improvements
@@ -536,11 +536,11 @@ http {
536
536
  end
537
537
 
538
538
  def normalize_actual_result(result)
539
- normalized_result = ""
539
+ normalized_result = "".b
540
540
  result.actual.each do |tag, content, options|
541
541
  case tag
542
542
  when :input
543
- normalized_result << content
543
+ normalized_result << content.b
544
544
  when :output
545
545
  normalized_result << normalize_output(content, options)
546
546
  when :error
@@ -14,5 +14,5 @@
14
14
  # along with this program. If not, see <http://www.gnu.org/licenses/>.
15
15
 
16
16
  module Grntest
17
- VERSION = "1.2.6"
17
+ VERSION = "1.2.7"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grntest
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.6
4
+ version: 1.2.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kouhei Sutou
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-08-16 00:00:00.000000000 Z
12
+ date: 2017-10-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: json
@@ -219,7 +219,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
219
  version: '0'
220
220
  requirements: []
221
221
  rubyforge_project:
222
- rubygems_version: 2.5.2
222
+ rubygems_version: 2.5.2.1
223
223
  signing_key:
224
224
  specification_version: 4
225
225
  summary: Grntest is a testing framework for Groonga. You can write a test for Groonga