hdo-storting-importer 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -53,6 +53,7 @@ module Hdo
53
53
  }
54
54
  end
55
55
 
56
+ alias_method :short_inspect, :inspect
56
57
  end
57
58
  end
58
59
  end
@@ -53,6 +53,7 @@ module Hdo
53
53
  }
54
54
  end
55
55
 
56
+ alias_method :short_inspect, :inspect
56
57
  end
57
58
  end
58
59
  end
@@ -1,5 +1,5 @@
1
1
  module Hdo
2
2
  module StortingImporter
3
- VERSION = "0.3.1"
3
+ VERSION = "0.3.2"
4
4
  end
5
5
  end
@@ -6,6 +6,7 @@ module Hdo
6
6
  describe ParliamentPeriod do
7
7
 
8
8
  it_behaves_like 'type with JSON schema'
9
+ it_behaves_like 'type with #short_inspect'
9
10
 
10
11
  it 'builds parliament periods from Storting XML list' do
11
12
  xml = <<-XML
@@ -6,6 +6,7 @@ module Hdo
6
6
  describe ParliamentSession do
7
7
 
8
8
  it_behaves_like 'type with JSON schema'
9
+ it_behaves_like 'type with #short_inspect'
9
10
 
10
11
  it 'builds parliament sessions from Storting XML list' do
11
12
  xml = <<-XML
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hdo-storting-importer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -361,7 +361,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
361
361
  version: '0'
362
362
  segments:
363
363
  - 0
364
- hash: 200633762499888561
364
+ hash: 1318751592972283247
365
365
  required_rubygems_version: !ruby/object:Gem::Requirement
366
366
  none: false
367
367
  requirements:
@@ -370,7 +370,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
370
370
  version: '0'
371
371
  segments:
372
372
  - 0
373
- hash: 200633762499888561
373
+ hash: 1318751592972283247
374
374
  requirements: []
375
375
  rubyforge_project:
376
376
  rubygems_version: 1.8.24