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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3552ecf0212ed1d9c32ea299f5b151b89ad2f76b
4
- data.tar.gz: 410f39540623e921fe95eea96ba82592e6502fc5
3
+ metadata.gz: f419791abd4ce3cc41ed761f7011062120f8c1ae
4
+ data.tar.gz: 522305ec9f897f6293c255cd6f8bb62487f7ede6
5
5
  SHA512:
6
- metadata.gz: 1988fe61cca15c1bd38d59bc2398f65fef3626bedb9762a2a4131b142f4cc1926b48812b92c22a5888e7eaae61a5a972241360e3f43290f13cbb6633bf0bc8b5
7
- data.tar.gz: 2d9749e153746e8b6240744fa856cd6c2d823243b3182cde3fad5f2359b3c6a4727b01ca786fee8bd2d52cd63182b6d3a954cd31f5a64f259d960ba0d21ce944
6
+ metadata.gz: 7efac69792986e73c531cba34c24a7712e1731659e1553f71072c999fa15db1a759dca268e146fc741f80aabe183bdf9067a67eff5aeb3b2d0f19d6e93b22851
7
+ data.tar.gz: ee71d0ac4aeca672720a88e2beef86925ebfa17653abc51e62f6723ef1c950c72ca0a81b3a848819d7da2b2d10752ad51f387e7ae384fcfb56f41b3fec0e7b3a
@@ -1,5 +1,5 @@
1
- require "camunda/version"
1
+ Dir["camunda/*.rb"].each {|file| require file }
2
2
 
3
3
  module Camunda
4
- # Your code goes here...
4
+ # Check out the
5
5
  end
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module Camunda
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  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.0
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: