dory 0.7.0 → 1.0.0
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.
- checksums.yaml +4 -4
- data/lib/dory/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e1d424d22511f5e830ffd22d30879b00504a50d7b4c438af50f8c50c2ee9b99b
|
|
4
|
+
data.tar.gz: 8695e5832c809dc24544275af5a08206f484bb64de5211adfe502288de86a01b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c9eef9ea3726d6baf271c61ce4bb8d35eb0e7c9806dc99bcdbcf8d7f9eb4e360ace1f37c940b3a4a1a833428a25fd5ffbf390d456a4a0cbfba728b6f0d51217f
|
|
7
|
+
data.tar.gz: 143eb156a42d52aa225d81f28ab854e2cc91f37e87f30644073234db2d746b9d468be12bc5abffacedddd81e2ee0033499b5a338f55001a437acec888db5d918
|
data/lib/dory/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: dory
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Porter
|
|
@@ -128,14 +128,14 @@ dependencies:
|
|
|
128
128
|
requirements:
|
|
129
129
|
- - "~>"
|
|
130
130
|
- !ruby/object:Gem::Version
|
|
131
|
-
version: '0.
|
|
131
|
+
version: '0.58'
|
|
132
132
|
type: :development
|
|
133
133
|
prerelease: false
|
|
134
134
|
version_requirements: !ruby/object:Gem::Requirement
|
|
135
135
|
requirements:
|
|
136
136
|
- - "~>"
|
|
137
137
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: '0.
|
|
138
|
+
version: '0.58'
|
|
139
139
|
description: 'Dory lets you forget about IP addresses and port numbers while you are
|
|
140
140
|
developing your application. Through the magic of local DNS and a reverse proxy,
|
|
141
141
|
you can access your app at the domain of your choosing. For example, http://myapp.docker
|