active_conductor 0.2.0 → 0.2.1
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/README.md +2 -2
- metadata +2 -2
data/README.md
CHANGED
|
@@ -24,11 +24,11 @@ Add it to your Gemfile:
|
|
|
24
24
|
|
|
25
25
|
Install as a Rails plugin:
|
|
26
26
|
|
|
27
|
-
rails plugin install git://github.com/
|
|
27
|
+
rails plugin install git://github.com/smtlaissezfaire/active_conductor.git
|
|
28
28
|
|
|
29
29
|
## Documentation
|
|
30
30
|
|
|
31
|
-
You can browse the API documentation directly on [rdoc.info](http://rdoc.info/github/
|
|
31
|
+
You can browse the API documentation directly on [rdoc.info](http://rdoc.info/github/smtlaissezfaire/active_conductor/master/frames).
|
|
32
32
|
|
|
33
33
|
## Example
|
|
34
34
|
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: active_conductor
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.2.
|
|
5
|
+
version: 0.2.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Scott Taylor
|
|
@@ -128,7 +128,7 @@ files:
|
|
|
128
128
|
- LICENSE.txt
|
|
129
129
|
- README.md
|
|
130
130
|
has_rdoc: true
|
|
131
|
-
homepage: https://github.com/
|
|
131
|
+
homepage: https://github.com/smtlaissezfaire/active_conductor
|
|
132
132
|
licenses: []
|
|
133
133
|
|
|
134
134
|
post_install_message:
|