diffed 0.0.14 → 0.0.15

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: c323260693928112317ed6042adfc69b93a4fd11
4
- data.tar.gz: 0b507fd5ac46c983c84cd362b31f504b49b0cc0c
3
+ metadata.gz: 4549763cc6f1be935d54fa401b8c842088737a8c
4
+ data.tar.gz: 9f78d5e266561a60946d67fad94d14f7b7991f94
5
5
  SHA512:
6
- metadata.gz: 5a1c2c17e399b92a7f6bcdbdd1b4fba4e1dd69f744f8881e3735a57f86c728eb0a7afc6150207b7f80ba0ebd6b33227750deafd872bc4c14d074650c40ff9d46
7
- data.tar.gz: afb2b25edf3f4f34dfdf0110dac1ed97efd9a161db2b8111f6901cf101f0ba2aebc3fe58a793028b63747f8ce05cc9e0d0b43cf1cb3229ef64fa35449cf9cdfc
6
+ metadata.gz: 747ad84c6b607bb1adea60f9603ce2c8a6b460d5ecc9718a46930c6585dd401c8e6e40cc458ff2dc61ee50dd7e78b87f70cf10cf33cc4493b0e8bba69d9c031b
7
+ data.tar.gz: 5f8b815d67ba096dbaa54398db8b0cd75e0637377beb38f84075b49f779112f8c55d6d9d9191cab1166cdf46215f545c06a839b948ccf4fe3b766d1edd2aa738
@@ -1,3 +1,3 @@
1
1
  module Diffed
2
- VERSION = "0.0.14"
2
+ VERSION = "0.0.15"
3
3
  end
@@ -62,11 +62,9 @@ module Diffed
62
62
  if line_text.start_with? "-"
63
63
  @type = :left
64
64
  elsif line_text.start_with? "+"
65
- @type = :right
66
- elsif line_text.start_with? " "
67
- @type = :both
65
+ @type = :right
68
66
  else
69
- raise "Unparseable line: #{line_text}"
67
+ @type = :both
70
68
  end
71
69
  end
72
70
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: diffed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.14
4
+ version: 0.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jun-Dai Bates-Kobashigawa