dory 0.3.6 → 0.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/dory/version.rb +2 -2
- metadata +9 -12
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1a47351367a7364f212a527181aa547ca5759f72
|
4
|
+
data.tar.gz: 5656fdb4e5c0f7db64f437ce16e42880059d5e0a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9394a03254d6c8d50491fd3613d28afa023e99810149b74978e5418c1736af72fff3a893f36046c7c45fed5f218b3fe13545b7ac7f8feb1e012120fe9e0d952f
|
7
|
+
data.tar.gz: adb6de18b3f69da8ffe172c4d4f2b188ff113d6609bb5eb2dc639b9630af6934332bc7bf9ac386c5ceeaaea992c36ccc4741b3bbc304713e7dcd49b9d7e2b6fe
|
data/lib/dory/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dory
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ben Porter
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-07-
|
11
|
+
date: 2016-07-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: colorize
|
@@ -122,13 +122,11 @@ dependencies:
|
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0.6'
|
125
|
-
description:
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
the real time messages into useful types that you can hook into. Don't write your
|
131
|
-
bot without this.
|
125
|
+
description: 'Dory lets you forget about IP addresses and port numbers while you are
|
126
|
+
developing your application. Through the magic of local DNS and a reverse proxy,
|
127
|
+
you can access your app at the domain of your choosing. For example, http://myapp.docker
|
128
|
+
or http://this-is-a-really-long-name.but-its-cool-cause-i-like-it. Check it out
|
129
|
+
on github at: https://github.com/FreedomBen/dory'
|
132
130
|
email: BenjaminPorter86@gmail.com
|
133
131
|
executables:
|
134
132
|
- dory
|
@@ -168,10 +166,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
168
166
|
version: '0'
|
169
167
|
requirements: []
|
170
168
|
rubyforge_project:
|
171
|
-
rubygems_version: 2.
|
169
|
+
rubygems_version: 2.4.8
|
172
170
|
signing_key:
|
173
171
|
specification_version: 4
|
174
|
-
summary:
|
175
|
-
slack bots
|
172
|
+
summary: Your development proxy for Docker
|
176
173
|
test_files: []
|
177
174
|
has_rdoc:
|