polygon 0.10.0 → 0.10.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,8 @@
1
+ # 0.10.1 / 2013-07-25
2
+
3
+ * Ensure path is quoted when attempting to use a config.ru file in Open
4
+ script.
5
+
1
6
  # 0.10.0 / 2013-07-25
2
7
 
3
8
  * Alf dependency bumped to 0.16(.3)
@@ -70,7 +70,7 @@ module Polygon
70
70
 
71
71
  thinpid = nil
72
72
  info "Starting the web server..." do
73
- thinpid = spawn("thin -R #{config_ru} start")
73
+ thinpid = spawn("thin -R \"#{config_ru}\" start")
74
74
  end
75
75
 
76
76
  info "Waiting for the server to start" do
@@ -3,7 +3,7 @@ module Polygon
3
3
 
4
4
  MAJOR = 0
5
5
  MINOR = 10
6
- TINY = 0
6
+ TINY = 1
7
7
 
8
8
  def self.to_s
9
9
  [ MAJOR, MINOR, TINY ].join('.')
@@ -7,7 +7,7 @@ variables:
7
7
  upper:
8
8
  Polygon
9
9
  version:
10
- 0.10.0
10
+ 0.10.1
11
11
  summary: |-
12
12
  A web framework powered by sinatra for mostly static websites
13
13
  description: |-
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: polygon
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -302,7 +302,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
302
302
  version: '0'
303
303
  segments:
304
304
  - 0
305
- hash: -758849009139759142
305
+ hash: 3347549835371008319
306
306
  required_rubygems_version: !ruby/object:Gem::Requirement
307
307
  none: false
308
308
  requirements: