camunda 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/camunda.rb +2 -2
- data/{app/models → lib}/camunda/api.rb +0 -0
- data/{app/models → lib}/camunda/case_definition.rb +0 -0
- data/{app/models → lib}/camunda/case_execution.rb +0 -0
- data/{app/models → lib}/camunda/execution.rb +0 -0
- data/{app/models → lib}/camunda/external_task.rb +0 -0
- data/{app/models → lib}/camunda/filter.rb +0 -0
- data/{app/models → lib}/camunda/job.rb +0 -0
- data/{app/models → lib}/camunda/process_instance.rb +0 -0
- data/{app/models → lib}/camunda/task.rb +0 -0
- data/lib/camunda/version.rb +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f419791abd4ce3cc41ed761f7011062120f8c1ae
|
4
|
+
data.tar.gz: 522305ec9f897f6293c255cd6f8bb62487f7ede6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7efac69792986e73c531cba34c24a7712e1731659e1553f71072c999fa15db1a759dca268e146fc741f80aabe183bdf9067a67eff5aeb3b2d0f19d6e93b22851
|
7
|
+
data.tar.gz: ee71d0ac4aeca672720a88e2beef86925ebfa17653abc51e62f6723ef1c950c72ca0a81b3a848819d7da2b2d10752ad51f387e7ae384fcfb56f41b3fec0e7b3a
|
data/lib/camunda.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/camunda/version.rb
CHANGED
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Martijn Lafeber
|
@@ -81,19 +81,19 @@ files:
|
|
81
81
|
- LICENSE.txt
|
82
82
|
- README.md
|
83
83
|
- Rakefile
|
84
|
-
- app/models/camunda/api.rb
|
85
|
-
- app/models/camunda/case_definition.rb
|
86
|
-
- app/models/camunda/case_execution.rb
|
87
|
-
- app/models/camunda/execution.rb
|
88
|
-
- app/models/camunda/external_task.rb
|
89
|
-
- app/models/camunda/filter.rb
|
90
|
-
- app/models/camunda/job.rb
|
91
|
-
- app/models/camunda/process_instance.rb
|
92
|
-
- app/models/camunda/task.rb
|
93
84
|
- bin/console
|
94
85
|
- bin/setup
|
95
86
|
- camunda.gemspec
|
96
87
|
- lib/camunda.rb
|
88
|
+
- lib/camunda/api.rb
|
89
|
+
- lib/camunda/case_definition.rb
|
90
|
+
- lib/camunda/case_execution.rb
|
91
|
+
- lib/camunda/execution.rb
|
92
|
+
- lib/camunda/external_task.rb
|
93
|
+
- lib/camunda/filter.rb
|
94
|
+
- lib/camunda/job.rb
|
95
|
+
- lib/camunda/process_instance.rb
|
96
|
+
- lib/camunda/task.rb
|
97
97
|
- lib/camunda/version.rb
|
98
98
|
homepage: http://rubygems.org/gems/camunda
|
99
99
|
licenses:
|