rhoconnect 4.0.4 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (151) hide show
  1. checksums.yaml +5 -13
  2. data/CHANGELOG.md +54 -5
  3. data/CREDITS +219 -219
  4. data/Gemfile +2 -2
  5. data/Gemfile.lock +68 -79
  6. data/Rakefile +1 -2
  7. data/bench/benchapp/spec/models/ruby/mock_adapter_spec.rb +17 -17
  8. data/bench/benchapp/spec/models/ruby/queue_mock_adapter_spec.rb +17 -17
  9. data/bench/benchapp/spec/spec_helper.rb +3 -3
  10. data/bench/blobapp/spec/models/ruby/blob_adapter_spec.rb +17 -17
  11. data/bench/blobapp/spec/spec_helper.rb +3 -3
  12. data/bench/lib/bench/runner.rb +1 -69
  13. data/bench/lib/bench.rb +18 -18
  14. data/bench/spec/mock_adapter_spec.rb +54 -55
  15. data/bench/spec/mock_client_spec.rb +47 -48
  16. data/bench/spec/result_spec.rb +41 -44
  17. data/bench/spec/utils_spec.rb +24 -25
  18. data/commands/generators/app.rb +7 -5
  19. data/commands/generators/controller.rb +7 -5
  20. data/commands/generators/model.rb +7 -5
  21. data/commands/generators/source.rb +7 -5
  22. data/commands/parser.rb +1 -1
  23. data/commands/redis/redis_download.rb +1 -1
  24. data/doc/async-jobs.txt +9 -9
  25. data/doc/supported-platforms.txt +0 -2
  26. data/generators/rhoconnect.rb +92 -212
  27. data/generators/templates/application/rcgemfile +3 -3
  28. data/generators/templates/application/spec/application_controller_spec.rb +14 -16
  29. data/generators/templates/application/spec/js_spec.rb +20 -20
  30. data/generators/templates/application/spec/spec_helper.rb +1 -1
  31. data/generators/templates/source/controllers/ruby/controller_spec.rb +18 -19
  32. data/generators/templates/source/models/ruby/model_spec.rb +17 -17
  33. data/install.sh +10 -21
  34. data/installer/unix-like/rho_connect_install_constants.rb +5 -5
  35. data/installer/unix-like/rho_connect_install_installers.rb +4 -4
  36. data/installer/utils/constants.rb +6 -6
  37. data/installer/utils/nix_install_test.rb +29 -29
  38. data/installer/utils/package_upload/repos.rake +16 -26
  39. data/js-adapters/node.rb +4 -4
  40. data/js-adapters/node_channel.rb +4 -8
  41. data/lib/rhoconnect/db_adapter.rb +13 -13
  42. data/lib/rhoconnect/handler/changes/engine.rb +1 -1
  43. data/lib/rhoconnect/jobs/bulk_data_job.rb +29 -29
  44. data/lib/rhoconnect/license.rb +7 -7
  45. data/lib/rhoconnect/model/helpers/find_duplicates_on_update.rb +13 -13
  46. data/lib/rhoconnect/ping/apple.rb +4 -4
  47. data/lib/rhoconnect/server.rb +2 -2
  48. data/lib/rhoconnect/source.rb +2 -2
  49. data/lib/rhoconnect/store.rb +12 -6
  50. data/lib/rhoconnect/utilities.rb +2 -2
  51. data/lib/rhoconnect/version.rb +1 -1
  52. data/lib/rhoconnect.rb +6 -4
  53. data/rhoconnect.gemspec +5 -6
  54. data/spec/api/api_helper.rb +1 -1
  55. data/spec/api/app/fast_delete_spec.rb +22 -22
  56. data/spec/api/app/fast_insert_spec.rb +23 -23
  57. data/spec/api/app/fast_update_spec.rb +63 -63
  58. data/spec/api/app/push_deletes_spec.rb +11 -13
  59. data/spec/api/app/push_objects_spec.rb +39 -39
  60. data/spec/api/client/client_get_db_doc_spec.rb +29 -29
  61. data/spec/api/client/client_set_db_doc_spec.rb +11 -11
  62. data/spec/api/client/get_client_params_spec.rb +29 -29
  63. data/spec/api/client/list_client_docs_spec.rb +32 -34
  64. data/spec/api/client/reset_spec.rb +30 -30
  65. data/spec/api/readstate/set_refresh_time_spec.rb +43 -43
  66. data/spec/api/source/get_source_params_spec.rb +32 -34
  67. data/spec/api/source/list_sources_spec.rb +13 -13
  68. data/spec/api/source/update_source_params_spec.rb +19 -19
  69. data/spec/api/store/get_db_doc_spec.rb +27 -27
  70. data/spec/api/store/set_db_doc_spec.rb +38 -38
  71. data/spec/api/system/adapter_spec.rb +27 -29
  72. data/spec/api/system/get_license_info_spec.rb +11 -11
  73. data/spec/api/system/login_spec.rb +37 -37
  74. data/spec/api/system/reset_spec.rb +15 -15
  75. data/spec/api/system/stats_spec.rb +70 -71
  76. data/spec/api/user/create_user_spec.rb +37 -37
  77. data/spec/api/user/delete_client_spec.rb +7 -7
  78. data/spec/api/user/delete_user_spec.rb +62 -62
  79. data/spec/api/user/list_clients_spec.rb +24 -24
  80. data/spec/api/user/list_source_docs_spec.rb +29 -29
  81. data/spec/api/user/list_users_spec.rb +22 -22
  82. data/spec/api/user/ping_spec.rb +18 -18
  83. data/spec/api/user/show_user_spec.rb +10 -10
  84. data/spec/api/user/update_user_spec.rb +43 -43
  85. data/spec/api/user/user_get_db_doc_spec.rb +12 -12
  86. data/spec/api/user/user_set_db_doc_spec.rb +37 -37
  87. data/spec/api_token_spec.rb +8 -8
  88. data/spec/app_spec.rb +18 -17
  89. data/spec/apps/jstestapp/settings/settings.yml +2 -0
  90. data/spec/async_spec.rb +9 -11
  91. data/spec/bulk_data/bulk_data_spec.rb +120 -120
  92. data/spec/cli/cli_spec.rb +50 -53
  93. data/spec/client_spec.rb +105 -105
  94. data/spec/client_sync_spec.rb +529 -528
  95. data/spec/controllers/js_base_spec.rb +147 -141
  96. data/spec/doc/doc_spec.rb +51 -52
  97. data/spec/document_spec.rb +58 -58
  98. data/spec/dynamic_adapter_spec.rb +33 -36
  99. data/spec/generator/generator_spec.rb +76 -42
  100. data/spec/jobs/bulk_data_job_spec.rb +101 -102
  101. data/spec/jobs/ping_job_spec.rb +176 -177
  102. data/spec/jobs/source_job_spec.rb +24 -25
  103. data/spec/license_spec.rb +54 -55
  104. data/spec/models/js_base_spec.rb +121 -120
  105. data/spec/perf/bulk_data_perf_spec.rb +23 -24
  106. data/spec/perf/perf_spec_helper.rb +7 -7
  107. data/spec/perf/store_perf_spec.rb +139 -140
  108. data/spec/ping/apple_spec.rb +65 -65
  109. data/spec/ping/gcm_spec.rb +83 -84
  110. data/spec/ping/rhoconnect_push_spec.rb +52 -53
  111. data/spec/predefined_adapters/rho_internal_bench_adapter_controller_js_spec.rb +100 -101
  112. data/spec/predefined_adapters/rho_internal_js_bench_adapter_js_spec.rb +29 -31
  113. data/spec/read_state_spec.rb +24 -25
  114. data/spec/rhoconnect_spec.rb +7 -7
  115. data/spec/server/server_spec.rb +664 -662
  116. data/spec/server/stats_spec.rb +12 -12
  117. data/spec/source_adapter_spec.rb +124 -125
  118. data/spec/source_spec.rb +148 -149
  119. data/spec/source_sync_spec.rb +736 -736
  120. data/spec/spec_helper.rb +4 -5
  121. data/spec/stats/record_spec.rb +22 -21
  122. data/spec/store_orm_spec.rb +48 -48
  123. data/spec/store_spec.rb +428 -426
  124. data/spec/support/shared_examples.rb +5 -7
  125. data/spec/sync_states_spec.rb +67 -67
  126. data/spec/test_methods_spec.rb +121 -123
  127. data/spec/testdata/10000-data.txt +0 -0
  128. data/spec/testdata/5000-data.txt +0 -0
  129. data/spec/user_spec.rb +102 -102
  130. data/tasks/redis.rake +3 -3
  131. metadata +154 -195
  132. data/bench/benchapp/tmp/pids/passenger.9292.pid.lock +0 -0
  133. data/bench/benchapp/tmp/restart.txt +0 -0
  134. data/bench/blobapp/settings/license.key.bak +0 -2
  135. data/bench/blobapp/tmp/restart.txt +0 -0
  136. data/bench/lib/testdata/1-data.txt +0 -0
  137. data/bench/lib/testdata/10-data.txt +0 -0
  138. data/bench/lib/testdata/2-data.txt +0 -0
  139. data/bench/lib/testdata/250-data.txt +0 -0
  140. data/bench/lib/testdata/5-blob_data.txt +0 -0
  141. data/bench/lib/testdata/5-data.txt +0 -0
  142. data/bench/lib/testdata/50-data.txt +0 -0
  143. data/bench/lib/testdata/500-data.txt +0 -0
  144. data/doc/protocol.html +0 -1993
  145. data/spec/coverage/rcov/assets/0.2.3/jquery-1.3.2.min.js +0 -19
  146. data/spec/coverage/rcov/assets/0.2.3/jquery.tablesorter.min.js +0 -15
  147. data/spec/coverage/rcov/assets/0.2.3/print.css +0 -12
  148. data/spec/coverage/rcov/assets/0.2.3/rcov.js +0 -42
  149. data/spec/coverage/rcov/assets/0.2.3/screen.css +0 -270
  150. data/spec/coverage/rcov/index.html +0 -88
  151. data/spec/generator/generator_spec_helper.rb +0 -9
data/CREDITS CHANGED
@@ -1,96 +1,96 @@
1
- This media, software or hardware ("Product") obtained from Motorola
2
- Solutions, Inc. ("Motorola Solutions") may include Motorola Solutions�
3
- Software, Third Party Software (defined below), and/or Open Source Software
1
+ This media, software or hardware ("Product") obtained from Motorola
2
+ Solutions, Inc. ("Motorola Solutions") may include Motorola Solutions�
3
+ Software, Third Party Software (defined below), and/or Open Source Software
4
4
  (defined below).
5
5
 
6
- The object code or source code (collectively, the "Software") included
7
- with the Product is the exclusive property of Motorola Solutions or its
8
- licensors, and any use is subject to the terms and conditions of one or
9
- more agreements in force between the purchaser of the Motorola Solutions
10
- Product or licensee of the Motorola Solutions Software and Motorola
11
- Solutions. SOFTWARE IS PROTECTED BY U.S. COPYRIGHT LAWS AND INTERNATIONAL
6
+ The object code or source code (collectively, the "Software") included
7
+ with the Product is the exclusive property of Motorola Solutions or its
8
+ licensors, and any use is subject to the terms and conditions of one or
9
+ more agreements in force between the purchaser of the Motorola Solutions
10
+ Product or licensee of the Motorola Solutions Software and Motorola
11
+ Solutions. SOFTWARE IS PROTECTED BY U.S. COPYRIGHT LAWS AND INTERNATIONAL
12
12
  LAWS AND TREATIES. UNAUTHORIZED COPYING, DISTRIBUTION OR OTHER USE OF
13
- THIS PRODUCT IS STRICTLY PROHIBITED. ANY DISTRIBUTION OR USE NOT
13
+ THIS PRODUCT IS STRICTLY PROHIBITED. ANY DISTRIBUTION OR USE NOT
14
14
  SPECIFICALLY APPROVED BY MOTOROLA SOLUTIONS IS STRICTLY PROHIBITED.
15
15
 
16
- Motorola Solutions� Software is subject to the commercial terms and
17
- conditions entered into with Motorola Solutions, any other use is strictly
18
- prohibited. Commercial Software licensed for redistribution by Motorola
19
- Solutions ("Third Party Software") is subject to the terms and conditions
20
- in force between Motorola Solutions and the licensor of the Third party
21
- Software. The terms and conditions governing the usage of Third Party
22
- Software may be part of the agreement entered into by the purchaser of
23
- the Product with Motorola Solutions or separate Third Party Software
16
+ Motorola Solutions� Software is subject to the commercial terms and
17
+ conditions entered into with Motorola Solutions, any other use is strictly
18
+ prohibited. Commercial Software licensed for redistribution by Motorola
19
+ Solutions ("Third Party Software") is subject to the terms and conditions
20
+ in force between Motorola Solutions and the licensor of the Third party
21
+ Software. The terms and conditions governing the usage of Third Party
22
+ Software may be part of the agreement entered into by the purchaser of
23
+ the Product with Motorola Solutions or separate Third Party Software
24
24
  license agreement(s) included with the Product.
25
25
 
26
- Software provided by Motorola Solutions which is covered by a publicly
27
- available license governed solely under Copyright law, whereas the complete
28
- terms and obligations of such license attach to a licensee solely through
29
- the act of copying, using and/or distribution of the licensed Software, such
30
- obligations often include one or more of attribution obligations, distribution
31
- obligations, copyleft obligations, and intellectual property encumbrances is
32
- referred to herein as "Open Source Software". The use of any Open Source
33
- Software is subject to the licenses, terms and conditions of the commercial
34
- agreement in force between the purchaser of the Product and Motorola Solutions
35
- as well as the terms and conditions of the corresponding license of each
36
- Open Source Software package. If there is a conflict between the terms and
37
- conditions of any commercial agreement and the terms and conditions of the
38
- Open Source Software license, the applicable Open Source Software license will
39
- take precedence. Copies of the licenses for the included Open Source Software
40
- as well as their attributions, acknowledgements, and software information
41
- details, are listed below. Motorola Solutions is required to reproduce
42
- the software licenses, acknowledgments and copyright notices as provided by
43
- the authors and owners, thus, all such information is provided in its native
26
+ Software provided by Motorola Solutions which is covered by a publicly
27
+ available license governed solely under Copyright law, whereas the complete
28
+ terms and obligations of such license attach to a licensee solely through
29
+ the act of copying, using and/or distribution of the licensed Software, such
30
+ obligations often include one or more of attribution obligations, distribution
31
+ obligations, copyleft obligations, and intellectual property encumbrances is
32
+ referred to herein as "Open Source Software". The use of any Open Source
33
+ Software is subject to the licenses, terms and conditions of the commercial
34
+ agreement in force between the purchaser of the Product and Motorola Solutions
35
+ as well as the terms and conditions of the corresponding license of each
36
+ Open Source Software package. If there is a conflict between the terms and
37
+ conditions of any commercial agreement and the terms and conditions of the
38
+ Open Source Software license, the applicable Open Source Software license will
39
+ take precedence. Copies of the licenses for the included Open Source Software
40
+ as well as their attributions, acknowledgements, and software information
41
+ details, are listed below. Motorola Solutions is required to reproduce
42
+ the software licenses, acknowledgments and copyright notices as provided by
43
+ the authors and owners, thus, all such information is provided in its native
44
44
  language form, without modification or translation.
45
-
46
- For instructions on how to obtain a copy of any source code made publicly
47
- available by Motorola Solutions related to Open Source Software distributed
48
- by Motorola Solutions, you may send your request in writing to:
45
+
46
+ For instructions on how to obtain a copy of any source code made publicly
47
+ available by Motorola Solutions related to Open Source Software distributed
48
+ by Motorola Solutions, you may send your request in writing to:
49
49
 
50
50
  Motorola Solutions, Inc.
51
51
  Open Source Software Management
52
52
  1301 E. Algonquin Road
53
53
  Schaumburg, IL 60196 USA.
54
54
 
55
- In your request, please include the Motorola Solutions Product name and
56
- version, along with the Open Source Software specifics, such as the Open
55
+ In your request, please include the Motorola Solutions Product name and
56
+ version, along with the Open Source Software specifics, such as the Open
57
57
  Source Software name and version.
58
58
 
59
- Note: the source code for the Open Source Software included by Motorola
60
- Solutions may be resident on the Product�s installation media provided with
61
- the Product or on supplemental Product media. Please reference and review
62
- the entire Motorola Solutions Open Source Software "Legal Notices" and any
63
- corresponding "End User License Agreement" provided with the Product or the
64
- commercial agreement under which the Product was purchased for details on
65
- the availability, location and method for obtaining source code. Further,
66
- depending on the license terms of the specific Open Source Software, source
67
- code may not be provided. Please reference and review the entire Motorola
68
- Solutions Open Source Software "Legal Notices" and "End User License Agreement"
69
- to identify which Open Source Software packages have source code provided
59
+ Note: the source code for the Open Source Software included by Motorola
60
+ Solutions may be resident on the Product�s installation media provided with
61
+ the Product or on supplemental Product media. Please reference and review
62
+ the entire Motorola Solutions Open Source Software "Legal Notices" and any
63
+ corresponding "End User License Agreement" provided with the Product or the
64
+ commercial agreement under which the Product was purchased for details on
65
+ the availability, location and method for obtaining source code. Further,
66
+ depending on the license terms of the specific Open Source Software, source
67
+ code may not be provided. Please reference and review the entire Motorola
68
+ Solutions Open Source Software "Legal Notices" and "End User License Agreement"
69
+ to identify which Open Source Software packages have source code provided
70
70
  or available.
71
71
 
72
- To view information regarding licenses, acknowledgments and required copyright
73
- notices for Open Source Software used in this Product, please select "Legal Notices"
74
- from the graphical user interface of the Software (if applicable) or as
75
- specified in the "Legal Notices" or End User License Agreement File/README
76
- associated with the Product. Use of any Software is subject to acceptance of
77
- the corresponding terms associated with the Software and by using the Software
72
+ To view information regarding licenses, acknowledgments and required copyright
73
+ notices for Open Source Software used in this Product, please select "Legal Notices"
74
+ from the graphical user interface of the Software (if applicable) or as
75
+ specified in the "Legal Notices" or End User License Agreement File/README
76
+ associated with the Product. Use of any Software is subject to acceptance of
77
+ the corresponding terms associated with the Software and by using the Software
78
78
  you agree you have reviewed the terms and agreed to be bound by said terms.
79
79
 
80
- MOTOROLA, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or
81
- registered trademarks of Motorola Trademark Holdings, LLC and are used under
82
- license. All other trademarks are the property of Motorola Solutions, Inc. or
83
- their respective owners. All rights reserved.
80
+ MOTOROLA, MOTOROLA SOLUTIONS and the Stylized M Logo are trademarks or
81
+ registered trademarks of Motorola Trademark Holdings, LLC and are used under
82
+ license. All other trademarks are the property of Motorola Solutions, Inc. or
83
+ their respective owners. All rights reserved.
84
+
84
85
 
85
-
86
86
 
87
87
 
88
88
  ===========================================================================
89
- PUBLICLY AVAILABLE SOFTWARE LIST
89
+ PUBLICLY AVAILABLE SOFTWARE LIST
90
90
  ===========================================================================
91
91
 
92
92
 
93
- Name: PAS Package Name #1
93
+ Name: PAS Package Name #1
94
94
 
95
95
  Version: Version Number, like 1.1.1
96
96
 
@@ -109,33 +109,33 @@ Software Site: http://www.xxx.com
109
109
  Source Code: Include Commentary based on Options below:
110
110
 
111
111
  a) For Packages that do not have Source Distribution Obligations,
112
- state:
112
+ state:
113
113
 
114
- " No Source Distribution Obligations. Motorola Solutions will
114
+ " No Source Distribution Obligations. Motorola Solutions will
115
115
  not provide nor distribute the Source Code for the <package name>
116
- Software. The Source Code may be obtained from the original
116
+ Software. The Source Code may be obtained from the original
117
117
  Software Site.
118
118
 
119
119
 
120
- b) For Packages that have Source Code Distribution Obligations, and
121
- Motorola Solutions HAS NOT MODIFIED the Software, please state:
122
-
120
+ b) For Packages that have Source Code Distribution Obligations, and
121
+ Motorola Solutions HAS NOT MODIFIED the Software, please state:
122
+
123
123
  "The Source Packages for <package name> are available from the
124
124
  original Software Site, or may be acquired from Motorola Solutions.
125
- To obtain the Software from Motorola Solutions, please contact
126
- Motorola Solutions using the methods described in the preamble of
125
+ To obtain the Software from Motorola Solutions, please contact
126
+ Motorola Solutions using the methods described in the preamble of
127
127
  this Legal Notices Document."
128
128
 
129
-
129
+
130
130
  c) For Packages that have Source Code Distribution Obligations, and
131
- Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
132
- the Source Code Packages as part of the Motorola Solutions Product Release or
131
+ Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
132
+ the Source Code Packages as part of the Motorola Solutions Product Release or
133
133
  Distribution Media, please state:
134
134
 
135
135
  "The Source Packages for <package name> are available from the
136
136
  original Software Site, or can be found at <Full Path Location>
137
- in the Motorola Solutions Product Media. You may also acquire the
138
- Source Packages from Motorola Solutions using the request methods
137
+ in the Motorola Solutions Product Media. You may also acquire the
138
+ Source Packages from Motorola Solutions using the request methods
139
139
  described in the preamble of this Legal Notices Document."
140
140
 
141
141
  d) For Packages that have Source Code Distribution Obligations, and
@@ -145,35 +145,35 @@ Source Code: Include Commentary based on Options below:
145
145
  "The Source Packages for <package name> are available from the
146
146
  original Software Site, or from the Motorola Solutions Internet Portal
147
147
  at <URL Link>. You may also acquire the Source Packages
148
- from Motorola Solutions using the request methods described in the preamble of
148
+ from Motorola Solutions using the request methods described in the preamble of
149
149
  this Legal Notices Document."
150
150
 
151
- e) For Packages that have Source Code Distribution Obligations, and
152
- Motorola Solutions HAS MODIFIED the Software, please state:
153
-
151
+ e) For Packages that have Source Code Distribution Obligations, and
152
+ Motorola Solutions HAS MODIFIED the Software, please state:
153
+
154
154
  "The Source Packages for <package name> may be acquired from Motorola Solutions.
155
- To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
155
+ To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
156
156
  the methods described in the preamble of this Legal Notices Document."
157
-
157
+
158
158
 
159
159
  f) For Packages that have Source Code Distribution Obligations, and
160
- Motorola Solutions HAS MODIFIED the Software, as well as, you are including
161
- the Source Code Packages as part of the Motorola Solutions Product Release or
160
+ Motorola Solutions HAS MODIFIED the Software, as well as, you are including
161
+ the Source Code Packages as part of the Motorola Solutions Product Release or
162
162
  Distribution Media, please state:
163
163
 
164
164
  "The Source Packages for <package name> can be found at <Full Path Location>
165
- in the Motorola Solutions Product Media. You may also acquire the Source
166
- Packages from Motorola Solutions using the request methods described in the
165
+ in the Motorola Solutions Product Media. You may also acquire the Source
166
+ Packages from Motorola Solutions using the request methods described in the
167
167
  preamble of this Legal Notices Document."
168
-
169
-
168
+
169
+
170
170
  g) For Packages that have Source Code Distribution Obligations, and
171
171
  Motorola Solutions HAS MODIFIED the Software, as well as, Motorola Solutions is
172
172
  providing access via Web Portal, please state:
173
173
 
174
174
  "The Source Packages for <package name> are available from the
175
- Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
176
- Source Packages from Motorola Solutions using the request methods described in the
175
+ Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
176
+ Source Packages from Motorola Solutions using the request methods described in the
177
177
  preamble of this Legal Notices Document."
178
178
 
179
179
 
@@ -182,42 +182,42 @@ License: License Name from OSI Recognized List, or by the Provider.
182
182
 
183
183
  <cut/paste License Text Here, if a Common License reference the Common Licenses>
184
184
 
185
- <BSD example>
185
+ <BSD example>
186
186
  License: BSD Type License
187
187
 
188
188
 
189
189
  Copyright (c) 1999, 2004 Tanuki Software
190
190
 
191
- Permission is hereby granted, free of charge, to any person obtaining a copy of
192
- the Java Service Wrapper and associated documentation files (the "Software"), to deal
193
- in the Software without restriction, including without limitation the rights to use,
194
- copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the
195
- Software, and to permit persons to whom the Software is furnished to do so, subject
191
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
192
+ the Java Service Wrapper and associated documentation files (the "Software"), to deal
193
+ in the Software without restriction, including without limitation the rights to use,
194
+ copy, modify, merge, publish, distribute, sub-license, and/or sell copies of the
195
+ Software, and to permit persons to whom the Software is furnished to do so, subject
196
196
  to the following conditions:
197
197
 
198
198
  The above copyright notice and this permission notice shall be included in all copies
199
199
  or substantial portions of the Software.
200
200
 
201
201
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
202
- INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
203
- PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
204
- FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
205
- OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
202
+ INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
203
+ PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE
204
+ FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
205
+ OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
206
206
  DEALINGS IN THE SOFTWARE.
207
207
 
208
208
 
209
- Portions of the Software have been derived from source code developed by Silver Egg
209
+ Portions of the Software have been derived from source code developed by Silver Egg
210
210
  Technology under the following license:
211
211
 
212
212
  Copyright (c) 2001 Silver Egg Technology
213
213
 
214
- Permission is hereby granted, free of charge, to any person obtaining a copy of this
215
- software and associated documentation files (the "Software"), to deal in the software
216
- without restriction, including without limitation the rights to use, copy, modify, merge,
214
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this
215
+ software and associated documentation files (the "Software"), to deal in the software
216
+ without restriction, including without limitation the rights to use, copy, modify, merge,
217
217
  publish, distribute, sub-license, and/or sell copies of the Software, and to permit persons
218
218
  to whom the Software is furnished to do so, subject to the following conditions:
219
219
 
220
- The above copyright notice and this permission notice shall be included in all copies or
220
+ The above copyright notice and this permission notice shall be included in all copies or
221
221
  substantial portions of the Software.
222
222
 
223
223
 
@@ -242,7 +242,7 @@ Description: Brief description of Pacakge. Typically can cut/paste
242
242
 
243
243
  If Motorola Solutions has modified the Package, please state:
244
244
  "Motorola Solutions has modified the software."
245
-
245
+
246
246
 
247
247
  Software Site: http://www.xxx.com
248
248
 
@@ -250,33 +250,33 @@ Software Site: http://www.xxx.com
250
250
  Source Code: Include Commentary based on Options below:
251
251
 
252
252
  a) For Packages that do not have Source Distribution Obligations,
253
- state:
253
+ state:
254
254
 
255
- " No Source Distribution Obligations. Motorola Solutions will
255
+ " No Source Distribution Obligations. Motorola Solutions will
256
256
  not provide nor distribute the Source Code for the <package name>
257
- Software. The Source Code may be obtained from the original
257
+ Software. The Source Code may be obtained from the original
258
258
  Software Site.
259
259
 
260
260
 
261
- b) For Packages that have Source Code Distribution Obligations, and
262
- Motorola Solutions HAS NOT MODIFIED the Software, please state:
263
-
261
+ b) For Packages that have Source Code Distribution Obligations, and
262
+ Motorola Solutions HAS NOT MODIFIED the Software, please state:
263
+
264
264
  "The Source Packages for <package name> are available from the
265
265
  original Software Site, or may be acquired from Motorola Solutions.
266
- To obtain the Software from Motorola Solutions, please contact
267
- Motorola Solutions using the methods described in the preamble of
266
+ To obtain the Software from Motorola Solutions, please contact
267
+ Motorola Solutions using the methods described in the preamble of
268
268
  this Legal Notices Document."
269
269
 
270
-
270
+
271
271
  c) For Packages that have Source Code Distribution Obligations, and
272
- Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
273
- the Source Code Packages as part of the Motorola Solutions Product Release or
272
+ Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
273
+ the Source Code Packages as part of the Motorola Solutions Product Release or
274
274
  Distribution Media, please state:
275
275
 
276
276
  "The Source Packages for <package name> are available from the
277
277
  original Software Site, or can be found at <Full Path Location>
278
- in the Motorola Solutions Product Media. You may also acquire the
279
- Source Packages from Motorola Solutions using the request methods
278
+ in the Motorola Solutions Product Media. You may also acquire the
279
+ Source Packages from Motorola Solutions using the request methods
280
280
  described in the preamble of this Legal Notices Document."
281
281
 
282
282
  d) For Packages that have Source Code Distribution Obligations, and
@@ -286,44 +286,44 @@ Source Code: Include Commentary based on Options below:
286
286
  "The Source Packages for <package name> are available from the
287
287
  original Software Site, or from the Motorola Solutions Internet Portal
288
288
  at <URL Link>. You may also acquire the Source Packages
289
- from Motorola Solutions using the request methods described in the preamble of
289
+ from Motorola Solutions using the request methods described in the preamble of
290
290
  this Legal Notices Document."
291
291
 
292
- e) For Packages that have Source Code Distribution Obligations, and
293
- Motorola Solutions HAS MODIFIED the Software, please state:
294
-
292
+ e) For Packages that have Source Code Distribution Obligations, and
293
+ Motorola Solutions HAS MODIFIED the Software, please state:
294
+
295
295
  "The Source Packages for <package name> may be acquired from Motorola Solutions.
296
- To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
296
+ To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
297
297
  the methods described in the preamble of this Legal Notices Document."
298
-
298
+
299
299
 
300
300
  f) For Packages that have Source Code Distribution Obligations, and
301
- Motorola Solutions HAS MODIFIED the Software, as well as, you are including
302
- the Source Code Packages as part of the Motorola Solutions Product Release or
301
+ Motorola Solutions HAS MODIFIED the Software, as well as, you are including
302
+ the Source Code Packages as part of the Motorola Solutions Product Release or
303
303
  Distribution Media, please state:
304
304
 
305
305
  "The Source Packages for <package name> can be found at <Full Path Location>
306
- in the Motorola Solutions Product Media. You may also acquire the Source
307
- Packages from Motorola Solutions using the request methods described in the
306
+ in the Motorola Solutions Product Media. You may also acquire the Source
307
+ Packages from Motorola Solutions using the request methods described in the
308
308
  preamble of this Legal Notices Document."
309
-
310
-
309
+
310
+
311
311
  g) For Packages that have Source Code Distribution Obligations, and
312
312
  Motorola Solutions HAS MODIFIED the Software, as well as, Motorola Solutions is
313
313
  providing access via Web Portal, please state:
314
314
 
315
315
  "The Source Packages for <package name> are available from the
316
- Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
317
- Source Packages from Motorola Solutions using the request methods described in the
316
+ Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
317
+ Source Packages from Motorola Solutions using the request methods described in the
318
318
  preamble of this Legal Notices Document."
319
-
319
+
320
320
 
321
321
  License: License Name from OSI Recognized List, or by the Provider.
322
322
 
323
323
  <cut/paste License Text Here, if a Common License reference the Common Licenses>
324
324
 
325
- <LGPLv2.1 example>
326
- License: GNU Lesser General Public License Version 2.1.
325
+ <LGPLv2.1 example>
326
+ License: GNU Lesser General Public License Version 2.1.
327
327
 
328
328
  References the License Terms in the Common Licenses Section
329
329
  of this Legal Notices Document.
@@ -350,7 +350,7 @@ Description: Brief description of Pacakge. Typically can cut/paste
350
350
 
351
351
  If Motorola Solutions has modified the Package, please state:
352
352
  "Motorola Solutions has modified the software."
353
-
353
+
354
354
 
355
355
  Software Site: http://www.xxx.com
356
356
 
@@ -358,33 +358,33 @@ Software Site: http://www.xxx.com
358
358
  Source Code: Include Commentary based on Options below:
359
359
 
360
360
  a) For Packages that do not have Source Distribution Obligations,
361
- state:
361
+ state:
362
362
 
363
- " No Source Distribution Obligations. Motorola Solutions will
363
+ " No Source Distribution Obligations. Motorola Solutions will
364
364
  not provide nor distribute the Source Code for the <package name>
365
- Software. The Source Code may be obtained from the original
365
+ Software. The Source Code may be obtained from the original
366
366
  Software Site.
367
367
 
368
368
 
369
- b) For Packages that have Source Code Distribution Obligations, and
370
- Motorola Solutions HAS NOT MODIFIED the Software, please state:
371
-
369
+ b) For Packages that have Source Code Distribution Obligations, and
370
+ Motorola Solutions HAS NOT MODIFIED the Software, please state:
371
+
372
372
  "The Source Packages for <package name> are available from the
373
373
  original Software Site, or may be acquired from Motorola Solutions.
374
- To obtain the Software from Motorola Solutions, please contact
375
- Motorola Solutions using the methods described in the preamble of
374
+ To obtain the Software from Motorola Solutions, please contact
375
+ Motorola Solutions using the methods described in the preamble of
376
376
  this Legal Notices Document."
377
377
 
378
-
378
+
379
379
  c) For Packages that have Source Code Distribution Obligations, and
380
- Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
381
- the Source Code Packages as part of the Motorola Solutions Product Release or
380
+ Motorola Solutions HAS NOT MODIFIED the Software, as well as, you are including
381
+ the Source Code Packages as part of the Motorola Solutions Product Release or
382
382
  Distribution Media, please state:
383
383
 
384
384
  "The Source Packages for <package name> are available from the
385
385
  original Software Site, or can be found at <Full Path Location>
386
- in the Motorola Solutions Product Media. You may also acquire the
387
- Source Packages from Motorola Solutions using the request methods
386
+ in the Motorola Solutions Product Media. You may also acquire the
387
+ Source Packages from Motorola Solutions using the request methods
388
388
  described in the preamble of this Legal Notices Document."
389
389
 
390
390
  d) For Packages that have Source Code Distribution Obligations, and
@@ -394,43 +394,43 @@ Source Code: Include Commentary based on Options below:
394
394
  "The Source Packages for <package name> are available from the
395
395
  original Software Site, or from the Motorola Solutions Internet Portal
396
396
  at <URL Link>. You may also acquire the Source Packages
397
- from Motorola Solutions using the request methods described in the preamble of
397
+ from Motorola Solutions using the request methods described in the preamble of
398
398
  this Legal Notices Document."
399
399
 
400
- e) For Packages that have Source Code Distribution Obligations, and
401
- Motorola Solutions HAS MODIFIED the Software, please state:
402
-
400
+ e) For Packages that have Source Code Distribution Obligations, and
401
+ Motorola Solutions HAS MODIFIED the Software, please state:
402
+
403
403
  "The Source Packages for <package name> may be acquired from Motorola Solutions.
404
- To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
404
+ To obtain the Software from Motorola Solutions, please contact Motorola Solutions using
405
405
  the methods described in the preamble of this Legal Notices Document."
406
-
406
+
407
407
 
408
408
  f) For Packages that have Source Code Distribution Obligations, and
409
- Motorola Solutions HAS MODIFIED the Software, as well as, you are including
410
- the Source Code Packages as part of the Motorola Solutions Product Release or
409
+ Motorola Solutions HAS MODIFIED the Software, as well as, you are including
410
+ the Source Code Packages as part of the Motorola Solutions Product Release or
411
411
  Distribution Media, please state:
412
412
 
413
413
  "The Source Packages for <package name> can be found at <Full Path Location>
414
- in the Motorola Solutions Product Media. You may also acquire the Source
415
- Packages from Motorola Solutions using the request methods described in the
414
+ in the Motorola Solutions Product Media. You may also acquire the Source
415
+ Packages from Motorola Solutions using the request methods described in the
416
416
  preamble of this Legal Notices Document."
417
-
418
-
417
+
418
+
419
419
  g) For Packages that have Source Code Distribution Obligations, and
420
420
  Motorola Solutions HAS MODIFIED the Software, as well as, Motorola Solutions is
421
421
  providing access via Web Portal, please state:
422
422
 
423
423
  "The Source Packages for <package name> are available from the
424
- Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
425
- Source Packages from Motorola Solutions using the request methods described in the
424
+ Motorola Solutions Internet Portal at <URL Link>. You may also acquire the
425
+ Source Packages from Motorola Solutions using the request methods described in the
426
426
  preamble of this Legal Notices Document."
427
-
427
+
428
428
 
429
429
  License: License Name from OSI Recognized List, or by the Provider.
430
430
 
431
431
  <cut/paste License Text Here, if a Common License reference the Common Licenses>
432
432
 
433
- <Apache 2.0 example>
433
+ <Apache 2.0 example>
434
434
  License: Apache 2.0 License
435
435
 
436
436
  References the License Terms in the Common Licenses Section
@@ -462,7 +462,7 @@ Credits: If applicable, include the Authors or Credit File for
462
462
 
463
463
 
464
464
  ===========================================================================
465
- PUBLICLY AVAILABLE SOFTWARE - COMMON LICENSES
465
+ PUBLICLY AVAILABLE SOFTWARE - COMMON LICENSES
466
466
  ===========================================================================
467
467
 
468
468
 
@@ -2249,130 +2249,130 @@ RhoConnect uses or references the following open source software:
2249
2249
 
2250
2250
  sqlite 3.7.7.1 (http://www.sqlite.org/download.html)
2251
2251
  License: Public domain (http://www.sqlite.org/copyright.html)
2252
-
2253
- rake 0.9.2.2 (https://github.com/jimweirich/rake)
2252
+
2253
+ rake 0.9.2.2 (https://github.com/jimweirich/rake)
2254
2254
  License: MIT-style license (http://www.opensource.org/licenses/mit-license.php)
2255
-
2255
+
2256
2256
  rack 1.4.1 (http://github.com/rack/rack)
2257
2257
  License: MIT License (http://www.opensource.org/licenses/mit-license.php)
2258
-
2258
+
2259
2259
  async-rack 0.5.1 (https://github.com/rkh/async-rack)
2260
2260
  License: MIT License (https://github.com/rkh/async-rack/blob/master/LICENSE)
2261
-
2261
+
2262
2262
  rack-fiber_pool 0.9.2 (https://github.com/mperham/rack-fiber_pool)
2263
2263
  License: MIT License (https://github.com/mperham/rack-fiber_pool/blob/master/LICENSE)
2264
-
2264
+
2265
2265
  rack-protection 1.2.0 (https://github.com/rkh/rack-protection)
2266
2266
  License: MIT License (https://github.com/rkh/rack-protection/blob/master/License)
2267
-
2268
- eventmachine 0.12.10 (https://github.com/eventmachine/eventmachine)
2267
+
2268
+ eventmachine 1.0.5 (https://github.com/eventmachine/eventmachine)
2269
2269
  License: GPL or Ruby�s License (https://github.com/eventmachine/eventmachine/blob/master/LICENSE)
2270
2270
 
2271
2271
  diff-lcs 1.1.3 (https://github.com/halostatue/diff-lcs)
2272
2272
  License: MIT license (https://github.com/halostatue/diff-lcs/blob/master/License.rdoc)
2273
-
2273
+
2274
2274
  extlib 0.9.15 (https://github.com/datamapper/extlib)
2275
- License: MIT license (https://github.com/datamapper/extlib/blob/master/LICENSE)
2276
-
2275
+ License: MIT license (https://github.com/datamapper/extlib/blob/master/LICENSE)
2276
+
2277
2277
  highline 1.6.11 (https://github.com/JEG2/highline)
2278
2278
  License: MIT license (https://github.com/JEG2/highline/blob/master/LICENSE)
2279
-
2279
+
2280
2280
  mime-types 1.18 (http://mime-types.rubyforge.org/)
2281
2281
  License: Ruby License, the Perl Artistic licence, or the GNU GPL version 2 (http://www.ruby-lang.org/en/LICENSE.txt)
2282
-
2282
+
2283
2283
  multi_json 1.2.0 (https://github.com/intridea/multi_json)
2284
2284
  License: MIT license (https://github.com/intridea/multi_json/blob/master/LICENSE.md)
2285
-
2285
+
2286
2286
  redis 2.2.2 (https://github.com/ezmobius/redis-rb)
2287
2287
  License: MIT license (https://github.com/ezmobius/redis-rb/blob/master/LICENSE)
2288
-
2288
+
2289
2289
  redis-namespace 1.0.3 (https://github.com/defunkt/redis-namespace)
2290
2290
  License: MIT license (https://github.com/defunkt/redis-namespace/blob/master/LICENSE)
2291
-
2291
+
2292
2292
  rubyzip 0.9.6.1 (http://rubyzip.sourceforge.net/)
2293
2293
  License: Ruby License (http://www.ruby-lang.org/en/LICENSE.txt)
2294
-
2294
+
2295
2295
  tilt 1.3.3 (https://github.com/rtomayko/tilt)
2296
2296
  License: MIT license (https://github.com/rtomayko/tilt/blob/master/COPYING)
2297
-
2297
+
2298
2298
  vegas 0.1.11 (http://code.quirkey.com/vegas/ruby)
2299
2299
  License: MIT license (http://www.opensource.org/licenses/mit-license.php)
2300
-
2300
+
2301
2301
  rspec 2.9.0 (https://github.com/rspec)
2302
2302
  License: MIT license (https://github.com/rspec/rspec/blob/master/License.txt)
2303
-
2304
- simplecov 0.6.1 (https://github.com/colszowka/simplecov)
2303
+
2304
+ simplecov 0.6.1 (https://github.com/colszowka/simplecov)
2305
2305
  License: MIT license (https://github.com/colszowka/simplecov/blob/master/LICENSE)
2306
-
2306
+
2307
2307
  webmock 1.8.6 (https://github.com/bblimke/webmock)
2308
2308
  License: MIT license (https://github.com/bblimke/webmock/blob/master/LICENSE)
2309
-
2309
+
2310
2310
  addressable 2.2.7 (https://github.com/sporkmonger/addressable)
2311
2311
  License: Apache 2.0 (https://github.com/sporkmonger/addressable/blob/master/LICENSE)
2312
-
2312
+
2313
2313
  arr-pm 0.0.7 (https://github.com/jordansissel/ruby-arr-pm)
2314
2314
  License: Apache 2.0 (http://www.opensource.org/licenses/mit-license.php)
2315
-
2315
+
2316
2316
  aws-s3 0.6.2 (https://github.com/marcel/aws-s3)
2317
2317
  License: MIT license (https://github.com/marcel/aws-s3/blob/master/COPYING)
2318
-
2318
+
2319
2319
  backports 2.3.0 (https://github.com/marcandre/backports)
2320
2320
  License: MIT license (https://github.com/marcandre/backports/blob/master/LICENSE)
2321
-
2321
+
2322
2322
  builder 3.0.0 (http://rubydoc.info/gems/builder/3.0.0/frames)
2323
2323
  License: MIT license (http://www.opensource.org/licenses/mit-license.html)
2324
-
2324
+
2325
2325
  cabin 0.4.4 (https://github.com/jordansissel/ruby-cabin)
2326
2326
  License: Apache 2.0 (https://github.com/jordansissel/ruby-cabin/blob/master/LICENSE)
2327
-
2327
+
2328
2328
  clamp 0.3.1 (https://github.com/mdub/clamp)
2329
2329
  License: MIT license (https://github.com/mdub/clamp/blob/master/README.markdown)
2330
-
2330
+
2331
2331
  crack 0.3.1 (https://github.com/jnunemaker/crack)
2332
2332
  License: MIT license (https://github.com/jnunemaker/crack/blob/master/LICENSE)
2333
-
2333
+
2334
2334
  excon 0.13.3 (https://github.com/geemus/excon)
2335
2335
  License: MIT license (http://www.opensource.org/licenses/mit-license.html)
2336
-
2336
+
2337
2337
  ffaker 1.14.0 (https://github.com/EmmanuelOga/ffaker)
2338
2338
  License: MIT license (https://github.com/EmmanuelOga/ffaker/blob/master/LICENSE)
2339
-
2339
+
2340
2340
  fog 1.3.1 (https://github.com/fog/fog)
2341
2341
  License: MIT license (http://www.opensource.org/licenses/mit-license.html)
2342
-
2342
+
2343
2343
  formatador 0.2.1 (https://github.com/geemus/formatador)
2344
2344
  License: MIT license (http://www.opensource.org/licenses/mit-license.html)
2345
-
2345
+
2346
2346
  xml-simple 1.1.1 (https://github.com/maik/xml-simple)
2347
2347
  License: MIT license (http://www.opensource.org/licenses/mit-license.html)
2348
-
2348
+
2349
2349
  net-scp 1.0.4 (https://github.com/net-ssh/net-scp)
2350
2350
  License: MIT license (https://github.com/net-ssh/net-scp/blob/master/README.rdoc)
2351
-
2351
+
2352
2352
  net-ssh 2.3.0 (https://github.com/net-ssh/net-ssh)
2353
2353
  License: MIT license (https://github.com/net-ssh/net-ssh/blob/master/README.rdoc)
2354
-
2354
+
2355
2355
  nokogiri 1.5.2 (https://github.com/tenderlove/nokogiri)
2356
2356
  License: MIT license (https://github.com/tenderlove/nokogiri/blob/master/README.rdoc)
2357
-
2357
+
2358
2358
  thor 0.14.6 (https://github.com/wycats/thor)
2359
2359
  License: MIT license (https://github.com/wycats/thor/blob/master/LICENSE.md)
2360
-
2361
- SystemTimer 1.2.3 (https://github.com/ph7/system-timer)
2360
+
2361
+ SystemTimer 1.2.3 (https://github.com/ph7/system-timer)
2362
2362
  License: The Ruby License (http://www.ruby-lang.org/en/about/license.txt)
2363
-
2363
+
2364
2364
  jdbc-sqlite3 3.7.2 (http://jruby-extras.rubyforge.org/ActiveRecord-JDBC)
2365
2365
  License: BSD license (http://rubyforge.org/softwaremap/trove_list.php?form_cat=187)
2366
-
2366
+
2367
2367
  dbi 0.4.5 (http://rubyforge.org/projects/ruby-dbi)
2368
2368
  License: BSD license (http://rubyforge.org/softwaremap/trove_list.php?form_cat=187)
2369
-
2369
+
2370
2370
  dbd-jdbc 0.1.4 (http://kenai.com/projects/dbd-jdbc)
2371
2371
  License: BSD license (http://rubyforge.org/softwaremap/trove_list.php?form_cat=187)
2372
-
2372
+
2373
2373
  jruby-openssl 0.7.4 (https://github.com/jruby/jruby-ossl)
2374
2374
  License: the same license as JRuby (https://github.com/jruby/jruby-ossl/blob/master/License.txt)
2375
-
2375
+
2376
2376
  warbler 1.3.5 (https://github.com/jruby/warbler)
2377
2377
  License: MIT license (http://caldersphere.rubyforge.org/warbler/LICENSE_txt.html)
2378
2378
 
@@ -2381,13 +2381,13 @@ RhoConnect uses or references the following open source software:
2381
2381
 
2382
2382
  node_redis 0.7.1 http://search.npmjs.org/#/redis
2383
2383
  License: MIT License (https://github.com/mranney/node_redis#license---mit-license)
2384
-
2384
+
2385
2385
  redis-url 0.1.0 http://search.npmjs.org/#/redis-url
2386
2386
  License: MIT License (https://github.com/ddollar/redis-url#license)
2387
-
2387
+
2388
2388
  npm 1.1.30 http://npmjs.org/
2389
2389
  License: MIT License (https://github.com/isaacs/npm/blob/master/LICENSE)
2390
-
2390
+
2391
2391
  commander.js 1.0.0 http://visionmedia.github.com/commander.js/
2392
2392
  License: MIT License (https://github.com/visionmedia/commander.js/#license)
2393
2393