aws-swf 0.1.7 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/aws-swf.rb +2 -2
- data/lib/{swf.rb → swf/swf.rb} +0 -0
- data/lib/{workflows.rb → swf/workflows.rb} +0 -0
- data/spec/swf_spec.rb +1 -1
- metadata +3 -3
data/lib/aws-swf.rb
CHANGED
data/lib/{swf.rb → swf/swf.rb}
RENAMED
File without changes
|
File without changes
|
data/spec/swf_spec.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-swf
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.8
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -70,8 +70,8 @@ files:
|
|
70
70
|
- lib/swf/decision_task_handler.rb
|
71
71
|
- lib/swf/runner.rb
|
72
72
|
- lib/swf/task_handler.rb
|
73
|
-
- lib/swf.rb
|
74
|
-
- lib/workflows.rb
|
73
|
+
- lib/swf/swf.rb
|
74
|
+
- lib/swf/workflows.rb
|
75
75
|
homepage: http://change.github.io/aws-swf
|
76
76
|
licenses:
|
77
77
|
- MIT
|