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.
- data/README.md +1 -1
- data/VERSION +1 -1
- data/mirage.gemspec +1 -1
- data/mirage_server.rb +1 -0
- 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://
|
|
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
|
+
3.0.2
|
data/mirage.gemspec
CHANGED
data/mirage_server.rb
CHANGED
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.
|
|
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: -
|
|
371
|
+
hash: -3322692429990949488
|
|
372
372
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
373
373
|
none: false
|
|
374
374
|
requirements:
|