jruby_activiti 1.1.0 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 88fe51b4ed2c04232d92bc1876ca89d8547cb207
4
- data.tar.gz: f5d2e57e70c3a010b9c50613890627f9eb47159a
3
+ metadata.gz: ee20adca9322128e6a2fe8e47fe82e2c34a70e9b
4
+ data.tar.gz: cf5bb3ebf2b27f03bb19635397f96e76e4ec5667
5
5
  SHA512:
6
- metadata.gz: 9d11d634bd2999bce04da6af15ca66456e61fe734529b1852e2490d1121690f847244a2c8e0f39042062c807c921de580f3d2c537374413876238fa261dee29b
7
- data.tar.gz: d87b7de71a35208d3a72291fee532bde2d407368e45b4043a3a84aa3180e292d11b79743b05f58ed14aa74b2b73db0c080a17c58a03b90057973729d1c08e9c4
6
+ metadata.gz: ff006529fc0f9abc530842e4fe0bd96046eae8c93432eb09803a77075e02897a30b8a68e2c319505d5ed41db5c320198108708ee200bd4a5979e9cc36ecb4e84
7
+ data.tar.gz: 2e6411a2766da4d3a2941afe1903c02140161e0747518b12e38260c43400d8f8db143152653cf79c958d2ba1910b13c6a7e9c9810a58b85aaf9e5d4d8ebec743
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # JrubyActiviti
2
2
 
3
- You can directly access Activiti BPM in Ruby Web Application.
3
+ You can directly access Activiti BPM in JRuby Application.
4
4
 
5
5
  ## Test Environments
6
6
  JRuby-9.0.3.0, Activiti-5.18.0
@@ -6,9 +6,10 @@ require 'jruby_activiti/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "jruby_activiti"
8
8
  spec.version = JrubyActiviti::VERSION
9
+ # spec.platform = "java"
9
10
  spec.authors = ["richfisher"]
10
11
  spec.email = ["richfisher.pan@gmail.com"]
11
- spec.summary = "Interact with Activiti BPM in JRuby, https://github.com/richfisher/jruby_activiti"
12
+ spec.summary = "Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti"
12
13
  spec.description = spec.summary
13
14
  spec.homepage = "https://github.com/richfisher/jruby_activiti"
14
15
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module JrubyActiviti
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,44 +1,44 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jruby_activiti
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - richfisher
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2015-11-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
+ name: minitest
14
15
  requirement: !ruby/object:Gem::Requirement
15
16
  requirements:
16
17
  - - ">="
17
18
  - !ruby/object:Gem::Version
18
19
  version: '5.8'
19
- name: minitest
20
- prerelease: false
21
20
  type: :development
21
+ prerelease: false
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
+ name: jbundler
28
29
  requirement: !ruby/object:Gem::Requirement
29
30
  requirements:
30
31
  - - ">="
31
32
  - !ruby/object:Gem::Version
32
33
  version: '0.9'
33
- name: jbundler
34
- prerelease: false
35
34
  type: :runtime
35
+ prerelease: false
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: Interact with Activiti BPM in JRuby, https://github.com/richfisher/jruby_activiti
41
+ description: Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti
42
42
  email:
43
43
  - richfisher.pan@gmail.com
44
44
  executables: []
@@ -68,7 +68,7 @@ homepage: https://github.com/richfisher/jruby_activiti
68
68
  licenses:
69
69
  - MIT
70
70
  metadata: {}
71
- post_install_message:
71
+ post_install_message:
72
72
  rdoc_options: []
73
73
  require_paths:
74
74
  - lib
@@ -83,11 +83,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
83
83
  - !ruby/object:Gem::Version
84
84
  version: '0'
85
85
  requirements: []
86
- rubyforge_project:
86
+ rubyforge_project:
87
87
  rubygems_version: 2.4.8
88
- signing_key:
88
+ signing_key:
89
89
  specification_version: 4
90
- summary: Interact with Activiti BPM in JRuby, https://github.com/richfisher/jruby_activiti
90
+ summary: Access and interact with Activiti BPM in JRuby directly, https://github.com/richfisher/jruby_activiti
91
91
  test_files:
92
92
  - test/VacationRequest.bpmn20.xml
93
93
  - test/activiti.cfg.xml