htty 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/README.markdown +2 -2
- data/VERSION +1 -1
- metadata +16 -16
data/README.markdown
CHANGED
@@ -29,7 +29,7 @@
|
|
29
29
|
|
30
30
|
[htty](http://htty.github.com) is a console application for interacting with HTTP servers. It’s something of a cross between _curl_ and the Lynx browser.
|
31
31
|
|
32
|
-
See what’s changed lately by reading the [project history](file.History.html).
|
32
|
+
See what’s changed lately by reading the [project history](http://htty.github.com/file.History.html).
|
33
33
|
|
34
34
|
Installation
|
35
35
|
============
|
@@ -235,4 +235,4 @@ Thanks to contributors:
|
|
235
235
|
License
|
236
236
|
=======
|
237
237
|
|
238
|
-
Released under the [MIT License](file.MIT-LICENSE.html).
|
238
|
+
Released under the [MIT License](http://htty.github.com/file.MIT-LICENSE.html).
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.1
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
version: 1.1.
|
8
|
+
- 1
|
9
|
+
version: 1.1.1
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Nils Jonsson
|
@@ -30,10 +30,10 @@ dependencies:
|
|
30
30
|
- 0
|
31
31
|
- 7
|
32
32
|
version: 2.0.7
|
33
|
-
type: :
|
33
|
+
type: :development
|
34
34
|
version_requirements: *id001
|
35
35
|
- !ruby/object:Gem::Dependency
|
36
|
-
name:
|
36
|
+
name: rake
|
37
37
|
prerelease: false
|
38
38
|
requirement: &id002 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
@@ -42,13 +42,13 @@ dependencies:
|
|
42
42
|
- !ruby/object:Gem::Version
|
43
43
|
segments:
|
44
44
|
- 0
|
45
|
-
-
|
46
|
-
-
|
47
|
-
version: 0.
|
48
|
-
type: :
|
45
|
+
- 8
|
46
|
+
- 7
|
47
|
+
version: 0.8.7
|
48
|
+
type: :development
|
49
49
|
version_requirements: *id002
|
50
50
|
- !ruby/object:Gem::Dependency
|
51
|
-
name:
|
51
|
+
name: rspec
|
52
52
|
prerelease: false
|
53
53
|
requirement: &id003 !ruby/object:Gem::Requirement
|
54
54
|
none: false
|
@@ -56,14 +56,14 @@ dependencies:
|
|
56
56
|
- - ">="
|
57
57
|
- !ruby/object:Gem::Version
|
58
58
|
segments:
|
59
|
+
- 1
|
60
|
+
- 3
|
59
61
|
- 0
|
60
|
-
|
61
|
-
- 7
|
62
|
-
version: 0.8.7
|
62
|
+
version: 1.3.0
|
63
63
|
type: :development
|
64
64
|
version_requirements: *id003
|
65
65
|
- !ruby/object:Gem::Dependency
|
66
|
-
name:
|
66
|
+
name: yard
|
67
67
|
prerelease: false
|
68
68
|
requirement: &id004 !ruby/object:Gem::Requirement
|
69
69
|
none: false
|
@@ -71,10 +71,10 @@ dependencies:
|
|
71
71
|
- - ">="
|
72
72
|
- !ruby/object:Gem::Version
|
73
73
|
segments:
|
74
|
-
- 1
|
75
|
-
- 3
|
76
74
|
- 0
|
77
|
-
|
75
|
+
- 6
|
76
|
+
- 1
|
77
|
+
version: 0.6.1
|
78
78
|
type: :development
|
79
79
|
version_requirements: *id004
|
80
80
|
description: htty is a console application for interacting with HTTP servers. It is something of a cross between curl and the Lynx browser.
|