erp_products 3.0.4 → 3.0.5

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.
@@ -12,11 +12,6 @@ module ErpProducts
12
12
  include ErpProducts::Extensions::ActiveRecord::ActsAsProductType
13
13
  end
14
14
 
15
- #TODO
16
- #this will be removed once rails 3.2 adds the ability to set the order of engine loading
17
- engine = self
18
- config.to_prepare do
19
- ErpBaseErpSvcs.register_compass_ae_engine(engine)
20
- end
15
+ ErpBaseErpSvcs.register_as_compass_ae_engine(config, self)
21
16
  end
22
17
  end
@@ -2,7 +2,7 @@ module ErpProducts
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 4
5
+ TINY = 5
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].compact.join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: erp_products
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.4
4
+ version: 3.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-09-24 00:00:00.000000000 Z
12
+ date: 2013-01-10 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: erp_app
16
- requirement: &70211132069280 !ruby/object:Gem::Requirement
16
+ requirement: &70205959615240 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70211132069280
24
+ version_requirements: *70205959615240
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: erp_dev_svcs
27
- requirement: &70211132068780 !ruby/object:Gem::Requirement
27
+ requirement: &70205959614400 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '3.0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70211132068780
35
+ version_requirements: *70205959614400
36
36
  description: ! 'The Products Engine implements ProductType and ProductInstance, as
37
37
  well as a number of classes to support product catalog-type functions and search/shopping
38
38
  scenarios. '