xliffer 1.0.0 → 1.0.1

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: 104aa521b84201e154f07c5644d47f2ecbc8d0cc
4
- data.tar.gz: 6b27b0b839f4357043d4cd273b0bc1a048f84d51
3
+ metadata.gz: b50380a2269eafb1911a8f06333d9c2c3aac05ad
4
+ data.tar.gz: d5d440b6d59e7720be43382854672c001a4148a8
5
5
  SHA512:
6
- metadata.gz: 207f2eaabf1ab6376e2a5dc048b564ce959f66379a01568b0948f9a27c185534584f6e6d4046114e49cd1c301f817de2c731fd91c218078320664bac099fd03d
7
- data.tar.gz: 24fa0d4d45f33e79a1f5dd4c963fbaa91280e845a9024e604d2e1ee0e0fd3b89c4f5fc80c9a592b6ac69e9cf72113497ace3a2c14215daffc062013101aaa32d
6
+ metadata.gz: ae05afe6a609feb192e2f8eb116012514d8ad9d7e156653bb065bbe9c0f7b777f4c1ea9a73d8c5d4926fd02b067e74813df2cf953e6b08078de9cf36937b0ccb
7
+ data.tar.gz: 50740ecc58ee40c41cca7693ef2d539ddc25b580a2008761e3d3712a5fa2c150ed20db6a7ff9cefb630c3d2f47e188b5ab81311e0660b2747266fa962e910783
@@ -1,3 +1,3 @@
1
1
  module XLIFFer
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
data/lib/xliffer/xliff.rb CHANGED
@@ -14,7 +14,7 @@ module XLIFFer
14
14
  parse(text)
15
15
  end
16
16
 
17
- def to_xliff
17
+ def to_s
18
18
  @xml.to_xml
19
19
  end
20
20
 
@@ -60,11 +60,7 @@ module XLIFFer
60
60
  it 'should output an xml' do
61
61
  xml = ::File.open("spec/files/empty.xliff").read
62
62
  xliff = XLIFF.new(xml)
63
- expect(xliff.to_xliff).to be_equivalent_to(xml)
64
- end
65
-
66
- it 'should contain modifications' do
67
-
63
+ expect(xliff.to_s).to be_equivalent_to(xml)
68
64
  end
69
65
  end
70
66
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xliffer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felipe Tanus