camunda 0.1.1 → 0.1.2

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: f419791abd4ce3cc41ed761f7011062120f8c1ae
4
- data.tar.gz: 522305ec9f897f6293c255cd6f8bb62487f7ede6
3
+ metadata.gz: db9c080e4a707b9f0f500bf9647eeb8e65bbb33e
4
+ data.tar.gz: 39d28a14f72606955e0f3ed1f6ee6561bba938b1
5
5
  SHA512:
6
- metadata.gz: 7efac69792986e73c531cba34c24a7712e1731659e1553f71072c999fa15db1a759dca268e146fc741f80aabe183bdf9067a67eff5aeb3b2d0f19d6e93b22851
7
- data.tar.gz: ee71d0ac4aeca672720a88e2beef86925ebfa17653abc51e62f6723ef1c950c72ca0a81b3a848819d7da2b2d10752ad51f387e7ae384fcfb56f41b3fec0e7b3a
6
+ metadata.gz: 71fc763494f12538f4562ee0e10cf6780a69cffcdedb60e896b51e310881dc64d66448cf9c5fa5be9fb1928050e5d4df8a707c14ae71977b7f2a7a5edd297a8b
7
+ data.tar.gz: bf36a7cf8836ffc30b7422ac682718702b963a82762288863229f3741126ff6d138fa22ec35a0ea8355ffa4ca630593a9691b8c78f084d44f4109422db7a14e5
data/README.md CHANGED
@@ -22,7 +22,15 @@ Or install it yourself as:
22
22
 
23
23
  ## Usage
24
24
 
25
- TODO: Write usage instructions here
25
+ ```ruby
26
+ Camunda::ExternalTask.find(:all)
27
+
28
+ Camunda::ProcessInstance.find("2b665c82-2e9a-11e8-9b41-76b52c4c8361")
29
+
30
+ Camunda::ProcessInstance.find('2b665c82-2e9a-11e8-9b41-76b52c4c8361').get('activity-instances')
31
+
32
+ Camunda::Task.get(:count)
33
+ ```
26
34
 
27
35
  ## Development
28
36
 
@@ -1,3 +1,3 @@
1
1
  module Camunda
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/camunda.rb CHANGED
@@ -1,5 +1,13 @@
1
- Dir["camunda/*.rb"].each {|file| require file }
1
+ require File.expand_path('../camunda/api', __FILE__)
2
+ require File.expand_path('../camunda/case_definition', __FILE__)
3
+ require File.expand_path('../camunda/case_execution', __FILE__)
4
+ require File.expand_path('../camunda/execution', __FILE__)
5
+ require File.expand_path('../camunda/external_task', __FILE__)
6
+ require File.expand_path('../camunda/filter', __FILE__)
7
+ require File.expand_path('../camunda/job', __FILE__)
8
+ require File.expand_path('../camunda/process_instance', __FILE__)
9
+ require File.expand_path('../camunda/task', __FILE__)
2
10
 
3
11
  module Camunda
4
- # Check out the
12
+
5
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: camunda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martijn Lafeber