stellaserver 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/stellaserver +3 -0
- metadata +4 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b0499a182d2d6fa373dcd305cbf31ab84555f39a
|
4
|
+
data.tar.gz: 9bbed16fcc5ffd3338dc15a9aa4b1c87b409ef9e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 830cf07fa531227d9a64a58251632a75fd9e70806a4f8d0ff5327dfad36cbf56ec80be45573a146810d23f723ec3609bc53030f8776f3b985dfacaafaa041e8f
|
7
|
+
data.tar.gz: 25d4097eecc1fc67acd9a1ff7f5e5acd7120a43130d8bd600806d8808074c83ed2848fe380765ad9496ccd0d49b48cd1e16d57b284dfe19974df0ed2b2d48c23
|
data/bin/stellaserver
ADDED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: stellaserver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kayla Morrison
|
@@ -12,10 +12,12 @@ date: 2014-02-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
13
13
|
description: A simple server gem
|
14
14
|
email: kaylas.email.address@gmail.com
|
15
|
-
executables:
|
15
|
+
executables:
|
16
|
+
- stellaserver
|
16
17
|
extensions: []
|
17
18
|
extra_rdoc_files: []
|
18
19
|
files:
|
20
|
+
- bin/stellaserver
|
19
21
|
- lib/stellaserver.rb
|
20
22
|
- public/index.html
|
21
23
|
homepage: https://rubygems.org/gems/stellaserver
|