fivepointssolutions-serve 0.9.17 → 0.9.18

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/Rakefile +1 -0
  2. data/VERSION.yml +1 -1
  3. metadata +7 -6
data/Rakefile CHANGED
@@ -2,6 +2,7 @@ begin
2
2
  require 'jeweler'
3
3
  Jeweler::Tasks.new do |s|
4
4
  s.name = "serve"
5
+ s.executables = ["serve"]
5
6
  s.summary = "Serve is a small Ruby script that makes it easy to start up a WEBrick server in any directory. Serve is ideal for HTML prototyping and simple file sharing. If the haml, redcloth, and bluecloth gems are installed serve can handle Haml, Sass, Textile, and Markdown (in addition to HTML)."
6
7
  s.email = "me@johnwlong.com"
7
8
  s.files = FileList["[A-Z]*", "{bin,lib,rails,spec}/**/*"].exclude("tmp")
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :minor: 9
3
- :patch: 17
3
+ :patch: 18
4
4
  :major: 0
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fivepointssolutions-serve
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.17
4
+ version: 0.9.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - John W. Long
@@ -9,14 +9,14 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-02-18 00:00:00 -08:00
13
- default_executable:
12
+ date: 2009-07-27 00:00:00 -07:00
13
+ default_executable: serve
14
14
  dependencies: []
15
15
 
16
16
  description: Serve is a small Ruby script that makes it easy to start up a WEBrick server in any directory. Serve is ideal for HTML prototyping and simple file sharing. If the haml, redcloth, and bluecloth gems are installed serve can handle Haml, Sass, Textile, and Markdown (in addition to HTML).
17
17
  email: me@johnwlong.com
18
- executables: []
19
-
18
+ executables:
19
+ - serve
20
20
  extensions: []
21
21
 
22
22
  extra_rdoc_files: []
@@ -62,6 +62,7 @@ files:
62
62
  - spec/spec_helper.rb
63
63
  has_rdoc: false
64
64
  homepage: http://github.com/jlong/serve
65
+ licenses:
65
66
  post_install_message:
66
67
  rdoc_options: []
67
68
 
@@ -82,7 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
83
  requirements: []
83
84
 
84
85
  rubyforge_project:
85
- rubygems_version: 1.2.0
86
+ rubygems_version: 1.3.5
86
87
  signing_key:
87
88
  specification_version: 2
88
89
  summary: Serve is a small Ruby script that makes it easy to start up a WEBrick server in any directory. Serve is ideal for HTML prototyping and simple file sharing. If the haml, redcloth, and bluecloth gems are installed serve can handle Haml, Sass, Textile, and Markdown (in addition to HTML).