rhoconnect 3.3.1 → 3.3.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 3.3.2 (2012-07-26)
2
+ * D-01571 - 'message' push param should be 'alert'
3
+
1
4
  ## 3.3.1 (2012-07-19)
2
5
  * #33021139 - ping test page doesn't send sound parameter
3
6
  * disable sqlite3 dependency by default so applications deploy on heroku without modification
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- rhoconnect (3.3.1)
4
+ rhoconnect (3.3.2)
5
5
  bundler (~> 1.0)
6
6
  json (~> 1.6.0)
7
7
  rake (~> 0.9.2.2)
@@ -31,8 +31,8 @@ GEM
31
31
  builder (3.0.0)
32
32
  cabin (0.4.4)
33
33
  json
34
- childprocess (0.3.3)
35
- ffi (~> 1.0.6)
34
+ childprocess (0.3.4)
35
+ ffi (~> 1.0, >= 1.0.6)
36
36
  clamp (0.3.1)
37
37
  coffee-script (2.2.0)
38
38
  coffee-script-source
@@ -47,7 +47,7 @@ GEM
47
47
  multi_json (~> 1.0)
48
48
  extlib (0.9.15)
49
49
  ffaker (1.14.0)
50
- ffi (1.0.11)
50
+ ffi (1.1.0)
51
51
  fog (1.4.0)
52
52
  builder
53
53
  excon (~> 0.14.0)
@@ -59,7 +59,7 @@ GEM
59
59
  nokogiri (~> 1.5.0)
60
60
  ruby-hmac
61
61
  formatador (0.2.3)
62
- fpm (0.4.10)
62
+ fpm (0.4.9)
63
63
  arr-pm (~> 0.0.7)
64
64
  backports (= 2.3.0)
65
65
  cabin (~> 0.4.3)
@@ -111,7 +111,7 @@ GEM
111
111
  rspec-core (~> 2.10.0)
112
112
  rspec-expectations (~> 2.10.0)
113
113
  rspec-mocks (~> 2.10.0)
114
- rspec-core (2.10.0)
114
+ rspec-core (2.10.1)
115
115
  rspec-expectations (2.10.0)
116
116
  diff-lcs (~> 1.1.3)
117
117
  rspec-mocks (2.10.1)
@@ -149,8 +149,8 @@ GEM
149
149
  uuidtools (2.1.3)
150
150
  vegas (0.1.11)
151
151
  rack (>= 1.0.0)
152
- webmock (1.8.7)
153
- addressable (>= 2.2.7)
152
+ webmock (1.8.8)
153
+ addressable (~> 2.2.8)
154
154
  crack (>= 0.1.7)
155
155
  xml-simple (1.1.1)
156
156
 
@@ -35,7 +35,7 @@ module Rhoconnect
35
35
  data = {}
36
36
  data['collapseId'] = params['badge'].to_i if params['badge']
37
37
  data['data'] = {}
38
- data['data']['message'] = params['message'] if params['message']
38
+ data['data']['alert'] = params['message'] if params['message']
39
39
  data['data']['sound'] = params['sound'] if params['sound']
40
40
  data['data']['vibrate'] = params['vibrate'] if params['vibrate']
41
41
  data['data']['do_sync'] = params['sources'] if params['sources']
@@ -1,3 +1,3 @@
1
1
  module Rhoconnect
2
- VERSION = '3.3.1'
2
+ VERSION = '3.3.2'
3
3
  end
@@ -46,7 +46,7 @@ describe "Ping using RhoConnect push" do
46
46
  'collapseId' => 5,
47
47
  'data' => {
48
48
  'do_sync' => [@s.name],
49
- 'message' => "hello world",
49
+ 'alert' => "hello world",
50
50
  'vibrate' => '5',
51
51
  'sound' => "hello.mp3"
52
52
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rhoconnect
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 3
9
- - 1
10
- version: 3.3.1
9
+ - 2
10
+ version: 3.3.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rhomobile
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-07-19 00:00:00 Z
18
+ date: 2012-07-26 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  version_requirements: &id001 !ruby/object:Gem::Requirement