salesflip-jobboersen_integration 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,6 +6,9 @@ module JobboersenIntegration
6
6
  engine_name :jobboersen_integration
7
7
 
8
8
  paths.app = 'lib/app'
9
+ paths.app.controllers = 'lib/app/controllers'
10
+ paths.app.views = 'lib/app/views'
11
+ paths.app.models = 'lib/app/models'
9
12
  paths.lib = 'lib/app/lib'
10
13
  paths.lib.tasks = 'lib/app/lib/tasks/tasks.rake'
11
14
 
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: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors: []
13
13