jruby_activiti 1.1.1-java → 1.1.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 196b05b05eb04257cb23fe43e276d50df379ab32
4
- data.tar.gz: 8adcb737d1ad0e5c75bf5ef6112cd05ebbe13616
3
+ metadata.gz: aeea134c10b292ec78cde20e2ac629c000245275
4
+ data.tar.gz: cf98aa4343ce56d7f0c64b5455db3db11735814c
5
5
  SHA512:
6
- metadata.gz: 9cad97dec7c8d6590cb7a8d6a33b196605c21251b5cf37084e3ed695aa36237baf43914d9ff05aeb6a46e534dc79d17337867ddabc82e4a0cba4c93f74f77339
7
- data.tar.gz: 00aed058e7202a7cf471615294ab9c294edaf6e6d202e081a419f0dd718adda021e702c33a489b981a1ef972406ad9141526cd24c13958bd4dbc45f72ed380a7
6
+ metadata.gz: fcc137803f5fd406f85f00afe97d9fb35f5065ad0b213117bdc4b2b33fa0a9a017ec16392178945e08e60bfba8fb3c7d86f8571b3a79ef64263b630bdb2ef3a4
7
+ data.tar.gz: 30c576197ef4f9d670ddcf13389f3de7e2a3467567cc4d790a03d29909d1b65ecaa7bb2625c8572e374b2bc8adc05650647213b8584af26285908205f72bb4c0
@@ -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 = "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"
13
13
  spec.description = spec.summary
14
14
  spec.homepage = "https://github.com/richfisher/jruby_activiti"
15
15
  spec.license = "MIT"
@@ -1,3 +1,3 @@
1
1
  module JrubyActiviti
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
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.1.1
4
+ version: 1.1.2
5
5
  platform: java
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 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: []
@@ -87,7 +87,7 @@ rubyforge_project:
87
87
  rubygems_version: 2.4.8
88
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