jruby_activiti 1.0.0 → 1.0.1
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.
- checksums.yaml +4 -4
- data/jruby_activiti.gemspec +1 -1
- data/lib/jruby_activiti/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5a53ad543e875dde0904ef60a969993d4a68fa22
|
|
4
|
+
data.tar.gz: 3752e7bb6e3146abafcc2244947823db8938cd9f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2afa7b2a318d63569afa036426233b958580c3489395fd46355359592dc0304d6bb48860eacecaed6bf624ed4892a87b874414032ee09e8ac6ad3b36efae836
|
|
7
|
+
data.tar.gz: 9bb6c51ce1f07bd6ef0f948275260993df967e0eb9283a5f4c51df960ccdf2e667c4e16d1688cfa57a8a9381d79b59f8e1fc3f56fb8ccfe312fcaef6c7042bfe
|
data/jruby_activiti.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = JrubyActiviti::VERSION
|
|
9
9
|
spec.authors = ["richfisher"]
|
|
10
10
|
spec.email = ["richfisher.pan@gmail.com"]
|
|
11
|
-
spec.summary = "Interact with Activiti BPM in
|
|
11
|
+
spec.summary = "Interact with Activiti BPM in JRuby, http://activiti.org/"
|
|
12
12
|
spec.description = spec.summary
|
|
13
13
|
spec.homepage = "https://github.com/richfisher/jruby_activiti"
|
|
14
14
|
spec.license = "MIT"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jruby_activiti
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- richfisher
|
|
@@ -38,7 +38,7 @@ dependencies:
|
|
|
38
38
|
- - ">="
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0.9'
|
|
41
|
-
description: Interact with Activiti BPM in
|
|
41
|
+
description: Interact with Activiti BPM in JRuby, http://activiti.org/
|
|
42
42
|
email:
|
|
43
43
|
- richfisher.pan@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -82,7 +82,7 @@ rubyforge_project:
|
|
|
82
82
|
rubygems_version: 2.4.8
|
|
83
83
|
signing_key:
|
|
84
84
|
specification_version: 4
|
|
85
|
-
summary: Interact with Activiti BPM in
|
|
85
|
+
summary: Interact with Activiti BPM in JRuby, http://activiti.org/
|
|
86
86
|
test_files:
|
|
87
87
|
- test/VacationRequest.bpmn20.xml
|
|
88
88
|
- test/activiti.cfg.xml
|