htty 1.2.0 → 1.2.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.markdown +6 -0
- data/VERSION +1 -1
- metadata +13 -11
data/History.markdown
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
Version history for the _htty_ project
|
2
2
|
======================================
|
3
3
|
|
4
|
+
v1.2.1, Wed 12/01/2010
|
5
|
+
---------------------
|
6
|
+
|
7
|
+
* Made Ruby v1.8.7 or later a requirement for gem installation
|
8
|
+
* Upgraded dependencies
|
9
|
+
|
4
10
|
v1.2.0, Wed 12/01/2010
|
5
11
|
---------------------
|
6
12
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.1
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: htty
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 29
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 1.2.
|
9
|
+
- 1
|
10
|
+
version: 1.2.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Nils Jonsson
|
@@ -74,7 +74,7 @@ dependencies:
|
|
74
74
|
version: "0"
|
75
75
|
type: :development
|
76
76
|
version_requirements: *id004
|
77
|
-
description: htty is a console application for interacting with HTTP servers. It is something of a cross between
|
77
|
+
description: htty is a console application for interacting with HTTP servers. It is something of a cross between cURL and a browser.
|
78
78
|
email: htty@nilsjonsson.com
|
79
79
|
executables:
|
80
80
|
- htty
|
@@ -262,8 +262,8 @@ files:
|
|
262
262
|
- bin/htty
|
263
263
|
has_rdoc: true
|
264
264
|
homepage: http://htty.github.com
|
265
|
-
licenses:
|
266
|
-
|
265
|
+
licenses:
|
266
|
+
- MIT
|
267
267
|
post_install_message:
|
268
268
|
rdoc_options: []
|
269
269
|
|
@@ -274,10 +274,12 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
274
274
|
requirements:
|
275
275
|
- - ">="
|
276
276
|
- !ruby/object:Gem::Version
|
277
|
-
hash:
|
277
|
+
hash: 57
|
278
278
|
segments:
|
279
|
-
-
|
280
|
-
|
279
|
+
- 1
|
280
|
+
- 8
|
281
|
+
- 7
|
282
|
+
version: 1.8.7
|
281
283
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
282
284
|
none: false
|
283
285
|
requirements:
|
@@ -287,8 +289,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
287
289
|
segments:
|
288
290
|
- 0
|
289
291
|
version: "0"
|
290
|
-
requirements:
|
291
|
-
|
292
|
+
requirements: []
|
293
|
+
|
292
294
|
rubyforge_project: htty
|
293
295
|
rubygems_version: 1.3.7
|
294
296
|
signing_key:
|