hobo_support 1.3.0.RC → 1.3.0.RC1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0.RC
1
+ 1.3.0.RC1
@@ -96,7 +96,7 @@ gem 'hobo', :path => '#{dev_root}/hobo'
96
96
  end
97
97
  else
98
98
  file.puts %(
99
- gem '#{gem}', '>= #{version}'
99
+ gem '#{gem}', '= #{version}'
100
100
  )
101
101
  end
102
102
  if is_hobo
@@ -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.RC
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-10 00:00:00 -04:00
13
+ date: 2011-07-05 00:00:00 -04:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency