distributed_rails 0.0.1 → 0.0.2
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/distributed_rails/version.rb +1 -1
- metadata +3 -3
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: distributed_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -44,7 +44,7 @@ dependencies:
|
|
|
44
44
|
- !ruby/object:Gem::Version
|
|
45
45
|
version: '0'
|
|
46
46
|
description: DistributedRails enables the server to use the clients (browsers) to
|
|
47
|
-
execute javascript tasks and return the results.
|
|
47
|
+
execute javascript tasks and return the results. Think SETI@home or folding@home
|
|
48
48
|
email:
|
|
49
49
|
- alejandro@alejandrociniglio.com
|
|
50
50
|
executables: []
|
|
@@ -103,7 +103,7 @@ files:
|
|
|
103
103
|
- test/dummy/script/rails
|
|
104
104
|
- test/integration/navigation_test.rb
|
|
105
105
|
- test/test_helper.rb
|
|
106
|
-
homepage: http://github.com/ciniglio/
|
|
106
|
+
homepage: http://github.com/ciniglio/DistributedRails
|
|
107
107
|
licenses: []
|
|
108
108
|
post_install_message:
|
|
109
109
|
rdoc_options: []
|