erp_inventory 3.0.3 → 3.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/erp_inventory/version.rb +1 -1
- metadata +42 -46
metadata
CHANGED
@@ -1,50 +1,48 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: erp_inventory
|
3
|
-
version: !ruby/object:Gem::Version
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 3.0.4
|
4
5
|
prerelease:
|
5
|
-
version: 3.0.3
|
6
6
|
platform: ruby
|
7
|
-
authors:
|
7
|
+
authors:
|
8
8
|
- Rick Koloski, Russell Holmes
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
dependencies:
|
16
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
17
15
|
name: erp_orders
|
18
|
-
|
19
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: &70116928002060 !ruby/object:Gem::Requirement
|
20
17
|
none: false
|
21
|
-
requirements:
|
18
|
+
requirements:
|
22
19
|
- - ~>
|
23
|
-
- !ruby/object:Gem::Version
|
24
|
-
version:
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '3.0'
|
25
22
|
type: :runtime
|
26
|
-
version_requirements: *id001
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: erp_dev_svcs
|
29
23
|
prerelease: false
|
30
|
-
|
24
|
+
version_requirements: *70116928002060
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: erp_dev_svcs
|
27
|
+
requirement: &70116928001520 !ruby/object:Gem::Requirement
|
31
28
|
none: false
|
32
|
-
requirements:
|
29
|
+
requirements:
|
33
30
|
- - ~>
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
version:
|
31
|
+
- !ruby/object:Gem::Version
|
32
|
+
version: '3.0'
|
36
33
|
type: :development
|
37
|
-
|
38
|
-
|
39
|
-
|
34
|
+
prerelease: false
|
35
|
+
version_requirements: *70116928001520
|
36
|
+
description: The Inventory Engine in CompassAE implements a set of models for storing
|
37
|
+
information about the availability and location of ProductTypes and optionally Product
|
38
|
+
Instances. It is also the root for yield and revenue management requirements to
|
39
|
+
segment and allocate inventory for different purposes.
|
40
|
+
email:
|
40
41
|
- russonrails@gmail.com
|
41
42
|
executables: []
|
42
|
-
|
43
43
|
extensions: []
|
44
|
-
|
45
44
|
extra_rdoc_files: []
|
46
|
-
|
47
|
-
files:
|
45
|
+
files:
|
48
46
|
- public/javascripts/extensions/compass_ae/erp_app/desktop/applications/product_manager/inventory_form_panel.js
|
49
47
|
- app/assets/javascripts/erp_inventory/application.js
|
50
48
|
- app/assets/stylesheets/erp_inventory/application.css
|
@@ -102,35 +100,33 @@ files:
|
|
102
100
|
- spec/models/inventory_entry_spec.rb
|
103
101
|
- spec/models/prod_instance_inv_entry_spec.rb
|
104
102
|
- spec/spec_helper.rb
|
105
|
-
has_rdoc: true
|
106
103
|
homepage: http://development.compassagile.com
|
107
104
|
licenses: []
|
108
|
-
|
109
105
|
post_install_message:
|
110
106
|
rdoc_options: []
|
111
|
-
|
112
|
-
require_paths:
|
107
|
+
require_paths:
|
113
108
|
- lib
|
114
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
109
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
115
110
|
none: false
|
116
|
-
requirements:
|
117
|
-
- -
|
118
|
-
- !ruby/object:Gem::Version
|
119
|
-
version:
|
120
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
111
|
+
requirements:
|
112
|
+
- - ! '>='
|
113
|
+
- !ruby/object:Gem::Version
|
114
|
+
version: '0'
|
115
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
116
|
none: false
|
122
|
-
requirements:
|
123
|
-
- -
|
124
|
-
- !ruby/object:Gem::Version
|
125
|
-
version:
|
117
|
+
requirements:
|
118
|
+
- - ! '>='
|
119
|
+
- !ruby/object:Gem::Version
|
120
|
+
version: '0'
|
126
121
|
requirements: []
|
127
|
-
|
128
122
|
rubyforge_project:
|
129
|
-
rubygems_version: 1.
|
123
|
+
rubygems_version: 1.8.11
|
130
124
|
signing_key:
|
131
125
|
specification_version: 3
|
132
|
-
summary: The Inventory Engine in CompassAE implements a set of models for storing
|
133
|
-
|
126
|
+
summary: The Inventory Engine in CompassAE implements a set of models for storing
|
127
|
+
information about the availability and location of ProductTypes and optionally Product
|
128
|
+
Instances.
|
129
|
+
test_files:
|
134
130
|
- spec/dummy/app/assets/javascripts/application.js
|
135
131
|
- spec/dummy/app/assets/stylesheets/application.css
|
136
132
|
- spec/dummy/app/controllers/application_controller.rb
|