tiltd 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/bin/tiltd +4 -1
  2. data/lib/tiltd/version.rb +1 -1
  3. metadata +3 -3
data/bin/tiltd CHANGED
@@ -2,4 +2,7 @@
2
2
 
3
3
  require 'tiltd'
4
4
 
5
- Rack::Server.start(app: Tiltd::Application.new)
5
+ ARGV << '--builder'
6
+ ARGV << 'run Tiltd::Application.new'
7
+
8
+ Rack::Server.start
@@ -1,3 +1,3 @@
1
1
  module Tiltd
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tiltd
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -150,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
150
150
  version: '0'
151
151
  segments:
152
152
  - 0
153
- hash: 1025954593
153
+ hash: 874917747
154
154
  required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  none: false
156
156
  requirements:
@@ -159,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
159
159
  version: '0'
160
160
  segments:
161
161
  - 0
162
- hash: 1025954593
162
+ hash: 874917747
163
163
  requirements: []
164
164
  rubyforge_project:
165
165
  rubygems_version: 1.8.24