ohloh_scm 2.4.9 → 2.4.10

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
- SHA256:
3
- metadata.gz: 09e3c4a4a9d79abd9a5d4e16ba0f4ca6e4cd9ef11f513d3588b28763cf7b34f6
4
- data.tar.gz: d58b7bcd27984f6e6f3192e4dbd0380c682ff6e036c5345982623efb725b9e3c
2
+ SHA1:
3
+ metadata.gz: f6263879a1b0c4ca7362b396c9d521d8be1d212a
4
+ data.tar.gz: e023592da9161292e2e482a252809d6b3e460f01
5
5
  SHA512:
6
- metadata.gz: 56d543842b4cab2309e3370e2b223c240f3ffa49294eeb1990fe44d7a23ee6cbdfdcc8cf6b8ba191c6f2f1506de9ee72599b8900e1c4d181180ea9bcb0cf494a
7
- data.tar.gz: de2fcb77fe6a7b33f7585f440c5f35e460ffa1e236b29ae0b962876bfe8e6636b65c95c7a1bbaea37ff6439992f84e5c95eb89c9527ee2084f673b83ff34833f
6
+ metadata.gz: 7ebc2c9e61a2247f03a052007c741493d0080933a357e9e8a8f113442c6b7e2b000f57a92379433015e797532068fc05b657ef1c791130b2f8894e2d5b5dbfa3
7
+ data.tar.gz: dfdf297a8987c63e9e224e49baef8b2ea11854b9c9ba46078b56c1f20bbd478bfb6f4cd18c164f6231553327ddc8397fc5d41f8f40c3bcfa6b64085d32910ab8
data/bin/string_encoder CHANGED
@@ -5,7 +5,8 @@
5
5
  # $ cat some_file | string_encoder
6
6
 
7
7
  while input = gets
8
- if input.to_s.valid_encoding?
8
+ input = input.to_s.force_encoding('UTF-8')
9
+ if input.valid_encoding?
9
10
  puts input
10
11
  else
11
12
  puts input.encode('UTF-8', 'binary', invalid: :replace, undef: :replace)
@@ -1,5 +1,5 @@
1
1
  module OhlohScm
2
2
  module Version
3
- STRING = '2.4.9'
3
+ STRING = '2.4.10'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ohloh_scm
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.9
4
+ version: 2.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - BlackDuck Software
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-09-25 00:00:00.000000000 Z
11
+ date: 2018-10-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: posix-spawn
@@ -646,7 +646,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
646
646
  version: '0'
647
647
  requirements: []
648
648
  rubyforge_project:
649
- rubygems_version: 2.7.6
649
+ rubygems_version: 2.6.14
650
650
  signing_key:
651
651
  specification_version: 4
652
652
  summary: Source Control Management