hobo_support 1.3.0.RC → 1.3.0.RC1
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/hobo_support/command.rb +1 -1
- data/test/hobosupport.rdoctest +2 -0
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.0.
|
1
|
+
1.3.0.RC1
|
data/lib/hobo_support/command.rb
CHANGED
data/test/hobosupport.rdoctest
CHANGED
@@ -10,12 +10,14 @@ HoboSupport is a mixed bag of core ruby extensions that have been extracted from
|
|
10
10
|
|
11
11
|
## Contents
|
12
12
|
|
13
|
+
* [Chronic](/manual/hobo_support/chronic)
|
13
14
|
* [Enumerable](/manual/hobo_support/enumerable)
|
14
15
|
* [Hash](/manual/hobo_support/hash)
|
15
16
|
* [Implies](/manual/hobo_support/implies)
|
16
17
|
* [Metaid](/manual/hobo_support/metaid)
|
17
18
|
* [Methodphitamine](/manual/hobo_support/methodphitamine)
|
18
19
|
* [Module](/manual/hobo_support/module)
|
20
|
+
* [XSS](/manual/hobo_support/xss)
|
19
21
|
|
20
22
|
## Object extensions
|
21
23
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: hobo_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease: 6
|
5
|
-
version: 1.3.0.
|
5
|
+
version: 1.3.0.RC1
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Tom Locke
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-05
|
13
|
+
date: 2011-07-05 00:00:00 -04:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|