orchestrated 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/orchestrated/version.rb +1 -1
- data/orchestrated.gemspec +1 -1
- metadata +2 -2
data/lib/orchestrated/version.rb
CHANGED
data/orchestrated.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |gem|
|
|
|
10
10
|
gem.email = ["bill@paydici.com"]
|
|
11
11
|
gem.description = %q{a workflow orchestration framework running on delayed_job and active_record}
|
|
12
12
|
gem.summary = %q{Orchestrated is a workflow orchestration framework running on delayed_job and active_record. In the style of delayed_job's 'delay', Orchestration lets you 'orchestrate' delivery of a message so that it will run only after others have been delivered and processed.}
|
|
13
|
-
gem.homepage = "https://github.com/paydici/
|
|
13
|
+
gem.homepage = "https://github.com/paydici/orchestrated"
|
|
14
14
|
gem.license = 'MIT'
|
|
15
15
|
|
|
16
16
|
gem.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: orchestrated
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -208,7 +208,7 @@ files:
|
|
|
208
208
|
- spec/unit/orchestrated_spec.rb
|
|
209
209
|
- spec/unit/rspec_spec.rb
|
|
210
210
|
- spec/unit/static_analysis_spec.rb
|
|
211
|
-
homepage: https://github.com/paydici/
|
|
211
|
+
homepage: https://github.com/paydici/orchestrated
|
|
212
212
|
licenses:
|
|
213
213
|
- MIT
|
|
214
214
|
post_install_message:
|