tunnlr 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tunnlr
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Mike Mangino, James McCarthy
|
@@ -50,7 +50,7 @@ dependencies:
|
|
50
50
|
version: 1.5.0
|
51
51
|
type: :runtime
|
52
52
|
version_requirements: *id002
|
53
|
-
description: A
|
53
|
+
description: A Rubygem to make your local developnment environment available to the internet using the tunnlr.com service. Based entirely on mmangino's tunnlr_connector.
|
54
54
|
email:
|
55
55
|
- james2mccarthy@gmail.com
|
56
56
|
executables: []
|
@@ -103,6 +103,6 @@ rubyforge_project: tunnlr
|
|
103
103
|
rubygems_version: 1.4.2
|
104
104
|
signing_key:
|
105
105
|
specification_version: 3
|
106
|
-
summary: Provide access to the tunnlr.com service. This is
|
106
|
+
summary: Provide access to the tunnlr.com service. This is a fork of https://github.com/mmangino/tunnlr_connector with a little extra Rails3 integration and without the tunnlr binary. Will drop this gem if my changes are rolled into the mmangino's gem.
|
107
107
|
test_files: []
|
108
108
|
|