triple_parser 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -27,7 +27,7 @@ module TripleParser
27
27
  end
28
28
 
29
29
  def text
30
- before_ampersand.gsub(/['"]/, "")
30
+ before_ampersand.gsub(/^['"]/, '').gsub(/['"]$/, '')
31
31
  end
32
32
 
33
33
  def after_ampersand
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: triple_parser
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.10
4
+ version: 0.1.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: