salesflip-jobboersen_integration 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -19,7 +19,7 @@ module JobboersenIntegration
19
19
  Salesflip::Plugin.register(:jobboersen_integration) do
20
20
  name 'JobBoersen Integration'
21
21
  author 'Matt Beedle'
22
- version '0.2.1'
22
+ version '0.2.2'
23
23
  description 'Everything to seemlessly integrate 1000jobboersen.de'
24
24
  end
25
25
 
@@ -29,6 +29,9 @@ module JobboersenIntegration
29
29
  require 'app/lib/user_extras'
30
30
  User.send(:include, UserExtras)
31
31
 
32
+ require 'app/lib/contact_extras'
33
+ Contact.send(:include, ContactExtras)
34
+
32
35
  require 'app/lib/controller_hooks'
33
36
  end
34
37
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: salesflip-jobboersen_integration
3
3
  version: !ruby/object:Gem::Version
4
- hash: 21
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 2
9
- - 1
10
- version: 0.2.1
9
+ - 2
10
+ version: 0.2.2
11
11
  platform: ruby
12
12
  authors: []
13
13
 
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-10-31 00:00:00 +02:00
18
+ date: 2010-11-01 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21