confetti 0.7.13 → 0.7.14

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- confetti (0.7.13)
4
+ confetti (0.7.14)
5
5
  mustache (~> 0.11.2)
6
6
 
7
7
  GEM
@@ -9,7 +9,7 @@ module Confetti
9
9
  'contacts' => %w{ID_CAP_CONTACTS},
10
10
  'device' => %w{ID_CAP_IDENTITY_DEVICE},
11
11
  'geolocation' => %w{ID_CAP_LOCATION},
12
- 'networking' => %w{ID_CAP_NETWORKING},
12
+ 'network' => %w{ID_CAP_NETWORKING},
13
13
  'media' => %w{ID_CAP_MICROPHONE},
14
14
  }
15
15
 
@@ -41,7 +41,7 @@ module Confetti
41
41
 
42
42
  def capabilities
43
43
  default_permissions = %w{camera contacts device geolocation
44
- networking media}
44
+ network media}
45
45
  permissions = []
46
46
  capabilities = []
47
47
  phonegap_api = /http\:\/\/api.phonegap.com\/1[.]0\/(\w+)/
@@ -1,3 +1,3 @@
1
1
  module Confetti
2
- VERSION = "0.7.13"
2
+ VERSION = "0.7.14"
3
3
  end
@@ -51,7 +51,7 @@ describe Confetti::Template::WindowsPhone7Manifest do
51
51
  "true"
52
52
  )
53
53
  good_feature = Confetti::Config::Feature.new(
54
- "http://api.phonegap.com/1.0/networking",
54
+ "http://api.phonegap.com/1.0/network",
55
55
  "true"
56
56
  )
57
57
  @config.feature_set << bad_feature
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 7
8
- - 13
9
- version: 0.7.13
8
+ - 14
9
+ version: 0.7.14
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-05-02 00:00:00 -07:00
19
+ date: 2012-05-10 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency