erp_agreements 3.0.2 → 3.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
@@ -2,7 +2,7 @@ module ErpAgreements
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 3
4
4
  MINOR = 0
5
- TINY = 2
5
+ TINY = 3
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_agreements
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
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-05-25 00:00:00.000000000 Z
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: &2153090900 !ruby/object:Gem::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: *2153090900
24
+ version_requirements: *70097583436560
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: erp_dev_svcs
27
- requirement: &2153090400 !ruby/object:Gem::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: *2153090400
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.15
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