stellaserver 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{public → lib/public}/index.html +0 -0
- metadata +3 -5
- data/bin/stellaserver +0 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f960ace0164e194656da16c5b09ec0459aba753c
|
4
|
+
data.tar.gz: 708641a8df2ef6639634740b744bdf27c3ef6e4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 67b6773aa1bfa2187b0f34c2c79e42d4579b42dfc775558d04bf433db7763ba0b68ee4e418bd22a452c42f9222df39c723c2a36a05c8730fa77f3116ad4cd8d3
|
7
|
+
data.tar.gz: d5709240942d71844af0cbd449734722cb76e3492712c978a27f59b7504092321c1edabf61d10458bea387e7aee3905d16a7e7e79f2d98d8b7a7edaf4f51adbd
|
File without changes
|
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.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kayla Morrison
|
@@ -12,14 +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:
|
16
|
-
- stellaserver
|
15
|
+
executables: []
|
17
16
|
extensions: []
|
18
17
|
extra_rdoc_files: []
|
19
18
|
files:
|
20
|
-
-
|
19
|
+
- lib/public/index.html
|
21
20
|
- lib/stellaserver.rb
|
22
|
-
- public/index.html
|
23
21
|
homepage: https://rubygems.org/gems/stellaserver
|
24
22
|
licenses:
|
25
23
|
- MIT
|
data/bin/stellaserver
DELETED