distributed_demo 1.0.1 → 1.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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distributed_demo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tyler McMullen
@@ -16,7 +16,7 @@ dependencies: []
16
16
  description: "Demo for my talk at the Scottish Ruby Conference: Distributed Systems with Rack."
17
17
  email:
18
18
  executables:
19
- - distributed_demo_client
19
+ - distributed_demo
20
20
  - distributed_demo_server
21
21
  extensions: []
22
22
 
@@ -43,7 +43,7 @@ files:
43
43
  - roles/recent_posts/app.rb
44
44
  - nginx/mime.types
45
45
  - nginx/nginx.conf
46
- - bin/distributed_demo_client
46
+ - bin/distributed_demo
47
47
  - bin/distributed_demo_server
48
48
  - lib/views/master.erb
49
49
  - lib/views/status.erb
File without changes