jruby_activiti 1.2.2 → 1.2.3

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: 52cbc724f6de0c4e566e41941f262a41c15589ef
4
- data.tar.gz: 6b4aecbe6f802bde2d4759a0912913281c914aa8
3
+ metadata.gz: e21c9eabb36209d29b942313826a8cbc124f53b4
4
+ data.tar.gz: 703ea055603b34a0d1d1b36621276c952e411fa5
5
5
  SHA512:
6
- metadata.gz: 1e83d66f445d80d5326e188c3bf2b8c103fad0a8aed0d382b20688323559f24e392354af64b6ac14b15dd467d22c0ed85e547a605f282ae2c89873a487a87713
7
- data.tar.gz: c77a3d3afa9cecfe5044f0e5b866aea56b861a33d0691fc51cd872045916426d13e19e98dae8b554326c614c2539e955ff87e16e68bde6dfc9fafe0ecbeb5460
6
+ metadata.gz: f0ab072b86c28e0ed562f6d7f398b9d81614cd7ec5ec28b9879306c448e7f05274d156a4a2cd92a5df67819a73b8ceafedd2f9dc4118aa1cf96b0904849fff31
7
+ data.tar.gz: c96d69a871bbf324ab989d701f438f7d5efa3c4f11a15b02e316b9ead7decfefa607e0c92f1ada82f791e5710771e7f8c54c40fc64a736c4b2a26d1bec2e10db
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # JrubyActiviti
2
2
 
3
- You can directly access Activiti BPM in JRuby Application.
3
+ You can directly access Activiti BPM in JRuby/Rails Application.
4
4
 
5
5
  ## Test Environment
6
6
  JRuby-9.0.3.0, Activiti-5.19.0
@@ -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", '>= 5.8'
22
+ spec.add_development_dependency "minitest", '~> 5.8'
23
23
 
24
- spec.add_dependency "jbundler", '>= 0.9'
24
+ spec.add_dependency "jbundler", '~> 0.9'
25
25
  end
@@ -1,3 +1,3 @@
1
1
  module JrubyActiviti
2
- VERSION = "1.2.2"
2
+ VERSION = "1.2.3"
3
3
  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.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-07 00:00:00.000000000 Z
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