mirage 3.0.1 → 3.0.2

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.
Files changed (5) hide show
  1. data/README.md +1 -1
  2. data/VERSION +1 -1
  3. data/mirage.gemspec +1 -1
  4. data/mirage_server.rb +1 -0
  5. metadata +2 -2
data/README.md CHANGED
@@ -23,7 +23,7 @@ What's New?
23
23
  ------------------------------
24
24
  3.0.0 is now out the following is a description of what's new.
25
25
 
26
- A full description of the functionality is also available in the projects [feature files](https://github.com/lashd/mirage/wiki) hosted on Relish. A lot of effort has gone in to trying to make these tests readable so if something is missing or unclear drop me a line.
26
+ A full description of the functionality is also available in the projects [feature files](https://www.relishapp.com/lashd/mirage/docs) hosted on Relish. A lot of effort has gone in to trying to make these tests readable so if something is missing or unclear drop me a line.
27
27
 
28
28
 
29
29
  #### What's new in the Server:
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1
1
+ 3.0.2
data/mirage.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "mirage"
8
- s.version = "3.0.1"
8
+ s.version = "3.0.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leon Davis"]
data/mirage_server.rb CHANGED
@@ -21,6 +21,7 @@ module Mirage
21
21
  set :dump_errors, true
22
22
  set :server, 'webrick'
23
23
  set :views, "#{ROOT_DIR}/views"
24
+ set :bind, '0.0.0.0'
24
25
 
25
26
  log_file = File.open('mirage.log', 'a')
26
27
  log_file.sync=true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mirage
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -368,7 +368,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
368
368
  version: '0'
369
369
  segments:
370
370
  - 0
371
- hash: -3570325547630703443
371
+ hash: -3322692429990949488
372
372
  required_rubygems_version: !ruby/object:Gem::Requirement
373
373
  none: false
374
374
  requirements: