efo_nelfo 1.6.1 → 1.6.2
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 +4 -4
- data/lib/efo_nelfo/property.rb +1 -1
- data/lib/efo_nelfo/version.rb +1 -1
- data/spec/property_spec.rb +1 -0
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 884b970373a6b87923826814960d9de2cb73945b
|
4
|
+
data.tar.gz: 4d90874cd0b4bd3c69d7baccb9a6fb291f6979e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a353d565edad77ae6882e51318f4dcab8ff741f5f11c83ee75033db808b5fcde10a0165756183804d1d896e6024bcb75d43e9838fd3df0271b2255281fb7d885
|
7
|
+
data.tar.gz: b4cf475ffbba809f7fa829402659cb96f26e836b50df4801b936f0780d3e2c0bf81921b610d71618d19e3e75e9ad140069afbf0b5a1b86930693ad7db6e5f16b
|
data/lib/efo_nelfo/property.rb
CHANGED
data/lib/efo_nelfo/version.rb
CHANGED
data/spec/property_spec.rb
CHANGED
@@ -157,6 +157,7 @@ describe EfoNelfo::Property do
|
|
157
157
|
it { make_property("A string").must_equal "A string" }
|
158
158
|
it { make_property(nil).must_equal nil }
|
159
159
|
it { make_property("Sjøhest").encoding.must_equal Encoding::ISO_8859_1 }
|
160
|
+
it { make_property("").must_equal nil }
|
160
161
|
end
|
161
162
|
|
162
163
|
describe "type is :integer" do
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: efo_nelfo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.6.
|
4
|
+
version: 1.6.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gudleik Rasch
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-11-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -248,7 +248,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
248
248
|
version: '0'
|
249
249
|
requirements: []
|
250
250
|
rubyforge_project:
|
251
|
-
rubygems_version: 2.4.
|
251
|
+
rubygems_version: 2.4.5
|
252
252
|
signing_key:
|
253
253
|
specification_version: 4
|
254
254
|
summary: Parser for EFONELFO format
|
@@ -280,3 +280,4 @@ test_files:
|
|
280
280
|
- spec/spec_helper.rb
|
281
281
|
- spec/va_spec.rb
|
282
282
|
- spec/vl_spec.rb
|
283
|
+
has_rdoc:
|