hash_extension 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,8 @@
1
- == 0.0.3 2008-02-08
1
+ == 0.0.4 2008-03-25
2
+ * 1 minor enhancement:
3
+ * typo in find_as_hashes fixed
4
+
5
+ == 0.0.3 2008-03-21
2
6
  * 1 major enhancement:
3
7
  * find_as_hashes method now works in Rails 2.x, backwards compatible for Rails 1.x
4
8
 
@@ -19,7 +19,7 @@ module ActiveRecord
19
19
 
20
20
  def find_as_hashes(*args)
21
21
  options = (
22
- args.respond_to?(extract_options!) ?
22
+ args.respond_to?(:extract_options!) ?
23
23
  args.extract_options! :
24
24
  extract_options_from_args!(args) # pre 2.0 compatibility
25
25
  )
@@ -2,7 +2,7 @@ module HashExtension #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 3
5
+ TINY = 4
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
@@ -33,7 +33,7 @@
33
33
  <h1>hash_extension</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/enterpriserails"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/enterpriserails" class="numbers">0.0.3</a>
36
+ <a href="http://rubyforge.org/projects/enterpriserails" class="numbers">0.0.4</a>
37
37
  </div>
38
38
  <h2>What</h2>
39
39
 
@@ -132,7 +132,7 @@
132
132
 
133
133
  <p>Comments are welcome. Send an email to <a href="mailto:dan@chak.org">Dan Chak</a>.</p>
134
134
  <p class="coda">
135
- <a href="FIXME email">Dan Chak</a>, 10th February 2008<br>
135
+ <a href="FIXME email">FIXME full name</a>, 10th February 2008<br>
136
136
  Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
137
137
  </p>
138
138
  </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_extension
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan Chak
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-03-21 00:00:00 -04:00
12
+ date: 2008-03-25 00:00:00 -04:00
13
13
  default_executable:
14
14
  dependencies: []
15
15