confetti 0.7.0 → 0.7.1

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confetti (0.7.0)
4
+ confetti (0.7.1)
5
5
  mustache (~> 0.11.2)
6
6
 
7
7
  GEM
@@ -45,7 +45,7 @@
45
45
 
46
46
  <rim:orientation mode="{{app_orientation}}" />
47
47
  {{# no_cursor? }}
48
- <rim:navigation />
48
+ <rim:navigation mode="focus" />
49
49
  {{/ no_cursor? }}
50
50
 
51
51
  <rim:permissions>
@@ -35,6 +35,6 @@
35
35
  </rim:loadingScreen>
36
36
  <rim:orientation mode="{{app_orientation}}" />
37
37
  {{# no_cursor? }}
38
- <rim:navigation />
38
+ <rim:navigation mode="focus" />
39
39
  {{/ no_cursor? }}
40
40
  </widget>
@@ -1,3 +1,3 @@
1
1
  module Confetti
2
- VERSION = "0.7.0"
2
+ VERSION = "0.7.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 0
9
- version: 0.7.0
8
+ - 1
9
+ version: 0.7.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Andrew Lunny
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-03-21 00:00:00 -07:00
19
+ date: 2012-03-22 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency