stellaserver 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0499a182d2d6fa373dcd305cbf31ab84555f39a
4
- data.tar.gz: 9bbed16fcc5ffd3338dc15a9aa4b1c87b409ef9e
3
+ metadata.gz: f960ace0164e194656da16c5b09ec0459aba753c
4
+ data.tar.gz: 708641a8df2ef6639634740b744bdf27c3ef6e4f
5
5
  SHA512:
6
- metadata.gz: 830cf07fa531227d9a64a58251632a75fd9e70806a4f8d0ff5327dfad36cbf56ec80be45573a146810d23f723ec3609bc53030f8776f3b985dfacaafaa041e8f
7
- data.tar.gz: 25d4097eecc1fc67acd9a1ff7f5e5acd7120a43130d8bd600806d8808074c83ed2848fe380765ad9496ccd0d49b48cd1e16d57b284dfe19974df0ed2b2d48c23
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.2
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
- - bin/stellaserver
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
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
-
3
- require 'stellaserver'