jruby_activiti 1.2.2 → 1.2.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/jruby_activiti.gemspec +3 -3
- data/lib/jruby_activiti/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e21c9eabb36209d29b942313826a8cbc124f53b4
|
|
4
|
+
data.tar.gz: 703ea055603b34a0d1d1b36621276c952e411fa5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f0ab072b86c28e0ed562f6d7f398b9d81614cd7ec5ec28b9879306c448e7f05274d156a4a2cd92a5df67819a73b8ceafedd2f9dc4118aa1cf96b0904849fff31
|
|
7
|
+
data.tar.gz: c96d69a871bbf324ab989d701f438f7d5efa3c4f11a15b02e316b9ead7decfefa607e0c92f1ada82f791e5710771e7f8c54c40fc64a736c4b2a26d1bec2e10db
|
data/README.md
CHANGED
data/jruby_activiti.gemspec
CHANGED
|
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
|
9
9
|
# spec.platform = "java"
|
|
10
10
|
spec.authors = ["richfisher"]
|
|
11
11
|
spec.email = ["richfisher.pan@gmail.com"]
|
|
12
|
-
spec.summary = "Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti"
|
|
12
|
+
spec.summary = "Access and interact with Activiti BPM in JRuby/Rails directly, https://github.com/richfisher/jruby_activiti"
|
|
13
13
|
spec.description = spec.summary
|
|
14
14
|
spec.homepage = "https://github.com/richfisher/jruby_activiti"
|
|
15
15
|
spec.license = "MIT"
|
|
@@ -19,7 +19,7 @@ Gem::Specification.new do |spec|
|
|
|
19
19
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
20
20
|
spec.require_paths = ["lib"]
|
|
21
21
|
|
|
22
|
-
spec.add_development_dependency "minitest", '
|
|
22
|
+
spec.add_development_dependency "minitest", '~> 5.8'
|
|
23
23
|
|
|
24
|
-
spec.add_dependency "jbundler", '
|
|
24
|
+
spec.add_dependency "jbundler", '~> 0.9'
|
|
25
25
|
end
|
metadata
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jruby_activiti
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- richfisher
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-11-
|
|
11
|
+
date: 2015-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|
|
15
15
|
requirements:
|
|
16
|
-
- - "
|
|
16
|
+
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
18
|
version: '5.8'
|
|
19
19
|
name: minitest
|
|
@@ -21,13 +21,13 @@ dependencies:
|
|
|
21
21
|
type: :development
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
|
-
- - "
|
|
24
|
+
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
26
|
version: '5.8'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
|
29
29
|
requirements:
|
|
30
|
-
- - "
|
|
30
|
+
- - "~>"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: '0.9'
|
|
33
33
|
name: jbundler
|
|
@@ -35,10 +35,10 @@ dependencies:
|
|
|
35
35
|
type: :runtime
|
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
|
37
37
|
requirements:
|
|
38
|
-
- - "
|
|
38
|
+
- - "~>"
|
|
39
39
|
- !ruby/object:Gem::Version
|
|
40
40
|
version: '0.9'
|
|
41
|
-
description: Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti
|
|
41
|
+
description: Access and interact with Activiti BPM in JRuby/Rails directly, https://github.com/richfisher/jruby_activiti
|
|
42
42
|
email:
|
|
43
43
|
- richfisher.pan@gmail.com
|
|
44
44
|
executables: []
|
|
@@ -88,7 +88,7 @@ rubyforge_project:
|
|
|
88
88
|
rubygems_version: 2.4.8
|
|
89
89
|
signing_key:
|
|
90
90
|
specification_version: 4
|
|
91
|
-
summary: Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti
|
|
91
|
+
summary: Access and interact with Activiti BPM in JRuby/Rails directly, https://github.com/richfisher/jruby_activiti
|
|
92
92
|
test_files:
|
|
93
93
|
- test/base_test.rb
|
|
94
94
|
- test/resources/VacationRequest.bpmn20.xml
|