lunr 2.0.6 → 2.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === 2.0.7 / 2010-09-11
2
+
3
+ * Stop freezing, it's annoying.
4
+
1
5
  === 2.0.6 / 2010-09-09
2
6
 
3
7
  * Improve booleans. Fix Sunspot's cast, add property? sugar method.
@@ -6,7 +6,7 @@ module Lunr
6
6
 
7
7
  # Duh.
8
8
 
9
- VERSION = "2.0.6"
9
+ VERSION = "2.0.7"
10
10
 
11
11
  end
12
12
 
@@ -22,7 +22,7 @@ module Lunr
22
22
  hash[name] = value
23
23
  end
24
24
 
25
- new(hash).freeze
25
+ new hash
26
26
  end
27
27
 
28
28
  def first &block
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lunr
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 0
9
- - 6
10
- version: 2.0.6
9
+ - 7
10
+ version: 2.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - John Barnette
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-09-09 00:00:00 -07:00
18
+ date: 2010-09-11 00:00:00 -07:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency