serve-this 0.0.9 → 0.1.0

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.
@@ -1,3 +1,3 @@
1
1
  module ServeThis
2
- VERSION = "0.0.9"
2
+ VERSION = "0.1.0"
3
3
  end
data/res/favicon.ico ADDED
Binary file
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serve-this
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 9
10
- version: 0.0.9
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Matthew Rudy Jacobs
@@ -72,9 +72,10 @@ extra_rdoc_files:
72
72
  - README
73
73
  files:
74
74
  - README
75
- - lib/serve-this/version.rb
76
- - lib/serve-this.rb
77
75
  - bin/serve-this
76
+ - lib/serve-this.rb
77
+ - lib/serve-this/version.rb
78
+ - res/favicon.ico
78
79
  has_rdoc: true
79
80
  homepage: https://github.com/matthewrudy/serve-this
80
81
  licenses: []