hobo 0.9.104 → 0.9.105

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES.txt CHANGED
@@ -14,6 +14,14 @@ likely to cause conflicts, so it is highly recommended that you have
14
14
  your code backed up and in a change control system such as git or
15
15
  subversion.
16
16
 
17
+ === Hobo 0.9.105 ===
18
+
19
+ Iterating quickly now so we can cut this off as soon as possible.
20
+
21
+ [#608](https://hobo.lighthouseapp.com/projects/8324/tickets/608):
22
+
23
+ One of the IE7 fixes was too aggressive, and broke input-many.
24
+
17
25
  === Hobo 0.9.104 (AKA 1.0RC3) ===
18
26
 
19
27
  [#604](https://hobo.lighthouseapp.com/projects/8324/tickets/604):
data/lib/hobo.rb CHANGED
@@ -16,7 +16,7 @@ class HoboError < RuntimeError; end
16
16
 
17
17
  module Hobo
18
18
 
19
- VERSION = "0.9.104"
19
+ VERSION = "0.9.105"
20
20
 
21
21
  class PermissionDeniedError < RuntimeError; end
22
22
 
@@ -635,7 +635,7 @@ new HoboBehavior("ul.input-many", {
635
635
  Event.stop(ev);
636
636
  var ul = el.up('ul.input-many'), li = el.up('li.input-many-li');
637
637
 
638
- if(li.id.search(/\[-1\]/)>=0) {
638
+ if(li.id.search(/\[-1\]/ && ul.immediateDescendants().length>2)>=0) {
639
639
  /* if(console) console.log("IE7 messed up again (bug 605)"); */
640
640
  return;
641
641
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.104
4
+ version: 0.9.105
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Locke
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2010-01-21 00:00:00 -05:00
12
+ date: 2010-01-22 00:00:00 -05:00
13
13
  default_executable: hobo
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - "="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.9.104
43
+ version: 0.9.105
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: hobofields
@@ -50,7 +50,7 @@ dependencies:
50
50
  requirements:
51
51
  - - "="
52
52
  - !ruby/object:Gem::Version
53
- version: 0.9.104
53
+ version: 0.9.105
54
54
  version:
55
55
  description:
56
56
  email: tom@tomlocke.com