dory 0.3.6 → 0.3.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/dory/version.rb +2 -2
  3. metadata +9 -12
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ccb8e1e4983a6b944f095bf8f2401105ca98543e
4
- data.tar.gz: f5a53b89264f0bce20abad735d66f4ee4aeec5d6
3
+ metadata.gz: 1a47351367a7364f212a527181aa547ca5759f72
4
+ data.tar.gz: 5656fdb4e5c0f7db64f437ce16e42880059d5e0a
5
5
  SHA512:
6
- metadata.gz: d4c5f6032cee56088ef14c149a516000e1ffb9d7a6e0bd72aa8a24c034c896efdeb544f843114f8b482d9868daa7db9dd1d58b3b1a2d651f9df86d15a4389540
7
- data.tar.gz: 68de7bb768593f038221f4b419bd30217bcc06c5b319aa99d24a71f6b8cbd4e089509a2404451fc9beb9dbc9e67e95331f7cb81a326e3ac2048fc6580e1e4ccb
6
+ metadata.gz: 9394a03254d6c8d50491fd3613d28afa023e99810149b74978e5418c1736af72fff3a893f36046c7c45fed5f218b3fe13545b7ac7f8feb1e012120fe9e0d952f
7
+ data.tar.gz: adb6de18b3f69da8ffe172c4d4f2b188ff113d6609bb5eb2dc639b9630af6934332bc7bf9ac386c5ceeaaea992c36ccc4741b3bbc304713e7dcd49b9d7e2b6fe
@@ -1,4 +1,4 @@
1
1
  module Dory
2
- VERSION = '0.3.6'
3
- DATE = '2016-07-27'
2
+ VERSION = '0.3.7'
3
+ DATE = '2016-07-29'
4
4
  end
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.6
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-27 00:00:00.000000000 Z
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: The slack web api is good, but very raw. What you need is a great ruby
126
- framework to abstract away all that. This is it! This framework allows you to
127
- write bots easily by providing methods that are easy to call. Behind the scenes,
128
- the framework is negotiating your real time stream, converting channel names and
129
- user names to and from IDs so you can use the names instead, and parsing/classifying
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.2.5
169
+ rubygems_version: 2.4.8
172
170
  signing_key:
173
171
  specification_version: 4
174
- summary: slackbot_frd provides a dirt-simple framework for implementing one or more
175
- slack bots
172
+ summary: Your development proxy for Docker
176
173
  test_files: []
177
174
  has_rdoc: