myuniversaljobsmatchfeed 0.1.1 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f4e8d8e4e7dfd65ba751ab570160395ff5f69bc
4
- data.tar.gz: ddb8c0bf3fc47d6d0aa4d1789396c5a56e79dd6f
3
+ metadata.gz: eb0846fe4e07f48b28e2dc20a4024f3a5aa8cf55
4
+ data.tar.gz: ec526e0d492745dbfe2487596ccbe4a9153b3de3
5
5
  SHA512:
6
- metadata.gz: d3ea28c14fb92bf48d1e4d046ac8aa7fa3998d8e3009d3cfaeea15b86658656d32f44e5c7f37a31cc8a0e9aae28a9e2d7ae7132bfa6cf807d49979a4f5afb57e
7
- data.tar.gz: cbe90ec18c0c25eb91dbc0ac61ec0c140dc4eda75a2c1180a6e84a09699be736c6c1724dd7ae3b689990d78177c4484cf8893b27bb376b5d917871629cd5bba6
6
+ metadata.gz: cc142cd4d9b24fb58ff7f3e3bf7b7fb8e4e489429ebe2577a3e6c5f57792905e031faa8bb8896d974b8f9c2849b222c82f2c3fb134cb98f634ce4a349d406635
7
+ data.tar.gz: 771e06e36699488c5dc35df41abb5ebaf794c33dcb0fe7535ef542eec308ae2b4f62442db0e26fa3240dde48c6e21bbfd9986caf684799062284059004186d01
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -10,7 +10,7 @@ require 'myuniversaljobsmatch'
10
10
  class MyUniversalJobsMatchFeed < DailyNotices
11
11
 
12
12
  def initialize(filepath='', title: nil, where: nil, url_base: '', \
13
- dx_xslt: '', rss_xslt: '', refreshrate: nil, target_xslt: '')
13
+ dx_xslt: nil, rss_xslt: nil, refreshrate: nil, target_xslt: '')
14
14
 
15
15
  @schema = 'ujm[title,tags]/item(job_id, title, description, ' + \
16
16
  'posting_date, company, location, industries, ' + \
@@ -57,9 +57,10 @@ class MyUniversalJobsMatchFeed < DailyNotices
57
57
 
58
58
  capture = ->(result) do
59
59
  vacancy = @ujm.query result[:job_id]
60
+
60
61
 
61
62
  self.add(vacancy, title: vacancy[:title], \
62
- description: vacancy[:description], id: vacancy[:job_id]) do |kvx|
63
+ description: vacancy[:description], id: vacancy[:job_id].rstrip) do |kvx|
63
64
  kvx.summary[:title] = vacancy[:title]
64
65
  end
65
66
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: myuniversaljobsmatchfeed
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Robertson
@@ -31,7 +31,7 @@ cert_chain:
31
31
  hutGID88gCwJmkr087O3V0hW65rNfi60o1Gf2isaXnjWu9oUKQZiaZYCf35sr96m
32
32
  2ts5zHJi+atHJg==
33
33
  -----END CERTIFICATE-----
34
- date: 2015-11-02 00:00:00.000000000 Z
34
+ date: 2015-11-13 00:00:00.000000000 Z
35
35
  dependencies:
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: myuniversaljobsmatch
metadata.gz.sig CHANGED
Binary file