salesflip-jobboersen_integration 0.2.4 → 0.3.0

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.4'
22
+ version '0.3.0'
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: 31
4
+ hash: 19
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 2
9
- - 4
10
- version: 0.2.4
8
+ - 3
9
+ - 0
10
+ version: 0.3.0
11
11
  platform: ruby
12
12
  authors: []
13
13