erp_agreements 3.0.2 → 3.0.3
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.
- data/README.rdoc +4 -0
- data/lib/erp_agreements/version.rb +1 -1
- metadata +7 -7
data/README.rdoc
CHANGED
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
= ErpAgreements
|
|
2
2
|
|
|
3
|
+
The Agreements Engine implements model classes for storing Contracts and Agreements data, including
|
|
4
|
+
AgreementItems, which represent the terms of the Agreement. Contracts are a special case of Agreements,
|
|
5
|
+
specifically Agreements which are legal in nature. Agreements and Terms are often used as the execution
|
|
6
|
+
context of a rules engine to govern other behaviors of a system.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: erp_agreements
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.3
|
|
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-
|
|
12
|
+
date: 2012-09-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: erp_tech_svcs
|
|
16
|
-
requirement: &
|
|
16
|
+
requirement: &70097583436560 !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: *
|
|
24
|
+
version_requirements: *70097583436560
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: erp_dev_svcs
|
|
27
|
-
requirement: &
|
|
27
|
+
requirement: &70097583436040 !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: *
|
|
35
|
+
version_requirements: *70097583436040
|
|
36
36
|
description: The Agreements Engine implements model classes for storing Contracts
|
|
37
37
|
and Agreements data, including AgreementItems, which represent the terms of the
|
|
38
38
|
Agreement. Contracts are a special case of Agreements, specifically Agreements which
|
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
131
131
|
version: '0'
|
|
132
132
|
requirements: []
|
|
133
133
|
rubyforge_project:
|
|
134
|
-
rubygems_version: 1.8.
|
|
134
|
+
rubygems_version: 1.8.11
|
|
135
135
|
signing_key:
|
|
136
136
|
specification_version: 3
|
|
137
137
|
summary: The Agreements Engine implements model classes for storing Contracts and
|