rhoconnect 5.1.1 → 5.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +11 -8
- data/CREDITS +100 -100
- data/Gemfile +0 -2
- data/Gemfile.lock +56 -71
- data/LICENSE +5 -72
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/bench/bench +0 -0
- data/bench/benchapp/settings/settings.yml +0 -3
- data/bench/blobapp/settings/settings.yml +0 -3
- data/bench/distr_bench/distr_bench +0 -0
- data/bench/distr_bench/distr_bench_main +0 -0
- data/bench/distr_bench/run_distr_client.sh +0 -0
- data/bench/distr_bench/run_test_query_script.sh +0 -0
- data/bench/lib/bench/bench_result_processor.rb +0 -0
- data/bench/lib/bench.rb +0 -8
- data/bench/lib/testdata/images/icon.ico +0 -0
- data/bench/lib/testdata/images/icon.png +0 -0
- data/bench/lib/testdata/images/loading-Landscape.png +0 -0
- data/bench/lib/testdata/images/loading-LandscapeLeft.png +0 -0
- data/bench/lib/testdata/images/loading-LandscapeRight.png +0 -0
- data/bench/lib/testdata/images/loading-Portrait.png +0 -0
- data/bench/lib/testdata/images/loading-PortraitUpsideDown.png +0 -0
- data/bench/lib/testdata/images/loading.png +0 -0
- data/bench/lib/testdata/images/loading@2x.png +0 -0
- data/bench/prepare_bench +0 -0
- data/bench/run_bench.sh +0 -0
- data/bench/run_blob_script.sh +0 -0
- data/bench/run_cud_script.sh +0 -0
- data/bench/run_query_md_script.sh +0 -0
- data/bench/run_query_only_script.sh +0 -0
- data/bench/run_query_script.sh +0 -0
- data/bench/run_test_query_script.sh +0 -0
- data/bench/run_test_source_script.sh +0 -0
- data/bin/rhoconnect-benchmark +0 -22
- data/commands/rhoconnect/restart.rb +0 -1
- data/commands/rhoconnect/start.rb +2 -14
- data/doc/adapters-crm.txt +1 -1
- data/doc/benchmarks-running.txt +1 -1
- data/doc/benchmarks.txt +0 -1
- data/doc/bulk-sync.txt +0 -1
- data/doc/command-line.txt +0 -6
- data/doc/java-plugin.txt +0 -6
- data/doc/preparing-production.txt +1 -7
- data/doc/public/cli.txt +0 -2
- data/doc/public/css/print.css +0 -0
- data/doc/public/css/screen.css +0 -0
- data/doc/public/css/style.css +0 -0
- data/doc/push-client-setup-android.txt +0 -1
- data/doc/push-client-setup-ios.txt +0 -1
- data/doc/push-client-setup-rps.txt +3 -3
- data/doc/push-server-setup.txt +1 -4
- data/doc/rails-plugin.txt +0 -5
- data/doc/rest-api.txt +2 -14
- data/doc/rhoconnect-redis-stack.txt +0 -1
- data/doc/settings.txt +0 -3
- data/doc/supported-platforms.txt +0 -1
- data/doc/tutorial.txt +0 -2
- data/examples/simple/config.ru +0 -0
- data/examples/simple/settings/settings.yml +1 -4
- data/generators/rhoconnect.rb +0 -1
- data/generators/templates/application/config.ru +0 -0
- data/generators/templates/application/rcgemfile +1 -0
- data/generators/templates/application/settings/settings.yml +0 -3
- data/install.sh +0 -0
- data/installer/utils/create_sha1.rb +0 -0
- data/installer/utils/delete_from_s3.rb +0 -0
- data/installer/utils/download_from_s3.rb +0 -0
- data/installer/utils/nix_install_test.rb +0 -0
- data/installer/utils/package_upload/repos.rake +2 -2
- data/installer/utils/package_upload/s3_single_file.rb +0 -0
- data/installer/utils/package_upload/s3_upload.rb +0 -0
- data/installer/utils/verify_checksum.rb +0 -0
- data/lib/rhoconnect/api_token.rb +0 -0
- data/lib/rhoconnect/app.rb +0 -0
- data/lib/rhoconnect/bulk_data/bulk_data.rb +0 -0
- data/lib/rhoconnect/bulk_data/syncdb.index.schema +0 -0
- data/lib/rhoconnect/bulk_data/syncdb.schema +0 -0
- data/lib/rhoconnect/bulk_data.rb +0 -0
- data/lib/rhoconnect/client.rb +0 -2
- data/lib/rhoconnect/controller/system_controller.rb +0 -9
- data/lib/rhoconnect/credential.rb +0 -0
- data/lib/rhoconnect/document.rb +0 -0
- data/lib/rhoconnect/middleware/cors.rb +209 -209
- data/lib/rhoconnect/middleware/x_domain_session_wrapper.rb +57 -57
- data/lib/rhoconnect/model/base.rb +0 -0
- data/lib/rhoconnect/read_state.rb +0 -0
- data/lib/rhoconnect/rho_indifferent_access.rb +0 -0
- data/lib/rhoconnect/server.rb +0 -0
- data/lib/rhoconnect/source.rb +0 -0
- data/lib/rhoconnect/store.rb +2 -0
- data/lib/rhoconnect/store_orm.rb +0 -0
- data/lib/rhoconnect/user.rb +0 -0
- data/lib/rhoconnect/version.rb +1 -1
- data/lib/rhoconnect/web-console/models/doc.js +0 -13
- data/lib/rhoconnect/web-console/models/source.js +0 -31
- data/lib/rhoconnect/web-console/public/logo.png +0 -0
- data/lib/rhoconnect/web-console/server.rb +0 -0
- data/lib/rhoconnect/web-console/templates/index.erb +1 -2
- data/lib/rhoconnect/web-console/views/home.js +4 -6
- data/lib/rhoconnect.rb +1 -3
- data/spec/api/api_helper.rb +0 -0
- data/spec/api/system/login_spec.rb +0 -0
- data/spec/api/system/reset_spec.rb +0 -0
- data/spec/api/user/create_user_spec.rb +0 -0
- data/spec/api/user/update_user_spec.rb +0 -0
- data/spec/api_token_spec.rb +0 -0
- data/spec/app_spec.rb +0 -0
- data/spec/apps/emptyapp/settings/settings.yml +1 -4
- data/spec/apps/jstestapp/settings/settings.yml +0 -3
- data/spec/apps/rhotestapp/controllers/ruby/application_controller.rb +0 -0
- data/spec/apps/rhotestapp/models/ruby/sample_adapter.rb +0 -0
- data/spec/apps/rhotestapp/models/ruby/simple_adapter.rb +0 -0
- data/spec/apps/rhotestapp/settings/settings.yml +0 -3
- data/spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem/mygem.rb +0 -0
- data/spec/apps/rhotestapp/vendor/mygem-0.1.0/lib/mygem.rb +0 -0
- data/spec/bulk_data/bulk_data_spec.rb +0 -0
- data/spec/client_spec.rb +0 -14
- data/spec/client_sync_spec.rb +0 -0
- data/spec/doc/base.html +0 -0
- data/spec/doc/doc_spec.rb +0 -0
- data/spec/doc/footer.html +0 -0
- data/spec/doc/header.html +0 -0
- data/spec/document_spec.rb +0 -0
- data/spec/generator/generator_spec.rb +1 -3
- data/spec/jobs/bulk_data_job_spec.rb +0 -0
- data/spec/perf/bulk_data_perf_spec.rb +0 -0
- data/spec/perf/perf_spec_helper.rb +0 -0
- data/spec/perf/store_perf_spec.rb +0 -0
- data/spec/read_state_spec.rb +0 -0
- data/spec/server/cors_spec.rb +283 -283
- data/spec/server/server_spec.rb +0 -15
- data/spec/server/x_domain_session_wrapper_spec.rb +150 -150
- data/spec/source_adapter_spec.rb +0 -0
- data/spec/source_spec.rb +0 -0
- data/spec/source_sync_spec.rb +0 -0
- data/spec/spec_helper.rb +0 -0
- data/spec/store_orm_spec.rb +0 -0
- data/spec/store_spec.rb +0 -0
- data/spec/sync_states_spec.rb +0 -0
- data/spec/testdata/1000-data.txt +0 -0
- data/spec/testdata/compressed/compress-data.txt +0 -0
- data/spec/user_spec.rb +0 -9
- metadata +116 -132
- data/bench/benchapp/settings/license.key +0 -1
- data/bench/blobapp/settings/license.key +0 -1
- data/doc/licensing.txt +0 -18
- data/examples/simple/settings/license.key +0 -1
- data/generators/templates/application/settings/license.key +0 -1
- data/lib/rhoconnect/license.rb +0 -94
- data/spec/api/system/get_license_info_spec.rb +0 -15
- data/spec/apps/emptyapp/settings/license.key +0 -1
- data/spec/apps/jstestapp/settings/license.key +0 -1
- data/spec/apps/rhotestapp/settings/license.key +0 -1
- data/spec/license_spec.rb +0 -67
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ef6badbfb037fb515d59e8b7fe752c660216076
|
4
|
+
data.tar.gz: ee682505df78d9cb2f386ab9f737c00bfeed0254
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f9996eb13675a1181dc35f792f2fc87a678b285191df5382eaad5c0ff917e1936022a5332a4a72eab7eaf2f684e98c6cdc68eb5c410e29b0b7bdb74bce990b8d
|
7
|
+
data.tar.gz: d4ebe71298d229b7ecbd3c42e72bcf3e64b267937fae743c34aae6c3da2818df58afa6a4d81eaf0496c217eb75b11c780bb052be95f5981f3525dad5303575b0
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,12 @@
|
|
1
|
+
## 5.4.0 (2015-12-08)
|
2
|
+
* Final v5.4.0 stable release
|
3
|
+
* Changed the rhoconnect logo used in the rhoconnect web console
|
4
|
+
|
5
|
+
## 5.3.0 (2015-09-11)
|
6
|
+
* Final v5.3.0 stable release
|
7
|
+
* Fix for setting rhoconnect-admin password in rhoconnect console
|
8
|
+
* Fix for displaying the document of type zset in the rhoconnect console(useful for displaying failed CUD records which are stuck in the rhoconnect server
|
9
|
+
|
1
10
|
## 5.1.1 (2015-03-13)
|
2
11
|
* Update production stack to ruby-2.2.1.
|
3
12
|
|
@@ -23,7 +32,7 @@
|
|
23
32
|
## 4.2.0.beta.1 (not available yet)
|
24
33
|
* Update production stack to ruby-2.1.2, support Ubuntu 14.04 LTS
|
25
34
|
* Update build tools to use Amazon Ubuntu 14.04 image
|
26
|
-
*
|
35
|
+
* Fix iOS push to allow non-String passphrases
|
27
36
|
* Upgrade Amazon Cent OS build images to latest stable versions (5.10 and 6.5)
|
28
37
|
|
29
38
|
## 4.1.1 (2014-03-26)
|
@@ -143,12 +152,10 @@
|
|
143
152
|
* B-101472 - Validate and fix JRuby-1.7.3 support (in Ruby 1.9.x compatibility (default mode))
|
144
153
|
* B-97594 - Model/Controller framework (All Sinatra extenstions, base model class)
|
145
154
|
* B-103017 - Model/Controller generators
|
146
|
-
* EMBPD00090124 - Rhom models are populated with sync data when page size is set to 0 (bug fix)
|
147
155
|
|
148
156
|
## 4.0.0.beta.7 (skipped for RMS version parity)
|
149
157
|
|
150
158
|
## 4.0.0.beta.6 (2013-03-19)
|
151
|
-
* SPR 23631 - Document Nginx configuration for SSL with self-signed certificate
|
152
159
|
* TK-182435 - Run platform validation in parallel (both nightly tests and release jobs)
|
153
160
|
* B-100239 - Implement QUERY rc_handler
|
154
161
|
* B-101530 - Re-work CUD, Search, BulkData routes rc_handlers
|
@@ -160,7 +167,6 @@
|
|
160
167
|
* Updated production stack to ruby-1.9.3-p392, redis-2.6.10, and nginx-1.3.13.
|
161
168
|
|
162
169
|
## 4.0.0.beta.3 (2013-02-19)
|
163
|
-
* SPR 23549 - Reduce the amount of time it takes to delete users in RhoConnect
|
164
170
|
* B-97593 - Rhoconnect Controller Base class for Source Adapters
|
165
171
|
* B-98498 - Add specs to cover use-case with multiple Redis instances
|
166
172
|
* B-99420 - Increased minimum rack version to 1.5.2. Resolves the following security advisories: CVE-2013-0262, CVE-2013-0263
|
@@ -171,7 +177,6 @@
|
|
171
177
|
* B-97601 - Refactor rhoconnect redis cli commands
|
172
178
|
* TK-173449 - Store support for multiple Redis instances
|
173
179
|
* B-97596 - re-factor Store code to provide uniform interface
|
174
|
-
* D-04565 - Fixed issue `"#<LoadError: cannot load such file -- rhoconnect/license> on rhoconnect-client"`
|
175
180
|
* B-97840 - Documentation added for new rhoconnect cli options
|
176
181
|
* New command line options are available here: http://edgedocs.rhomobile.com/rhoconnect/command-line#rhoconnect-command-line-interface
|
177
182
|
* (See rhoconnect "start" and "restart" additions at end of the list)
|
@@ -242,7 +247,6 @@
|
|
242
247
|
## 3.3.5 (2012-09-20)
|
243
248
|
* merge changes from master to fix broken bench script helper
|
244
249
|
* ZD-2866 - Issue with Apple Push when User has windows device as one of targeted devices 2 target devices
|
245
|
-
* SPR 22764 - Add enqueue method to PingJob and fix specs
|
246
250
|
|
247
251
|
## 3.3.4 (2012-08-28)
|
248
252
|
* flush_zdata was not properly cleaning the related Redis storage (which led to incorrect CUD queue states)
|
@@ -260,7 +264,7 @@
|
|
260
264
|
* cleaner layout on statistics page
|
261
265
|
|
262
266
|
## 3.3.1.beta4 (2012-07-17)
|
263
|
-
* #32952425
|
267
|
+
* #32952425 - rhoconnect startbg fails on windows
|
264
268
|
|
265
269
|
## 3.3.1.beta3 (2012-07-17)
|
266
270
|
* #32933277 - use explicit ~> 0.9.2.2 rake dependency
|
@@ -540,7 +544,6 @@
|
|
540
544
|
* #3713049 - added support for Android Cloud to Device Messaging
|
541
545
|
|
542
546
|
## 2.0.8 (2010-10-08)
|
543
|
-
* #5185540 - don't try to load licensefile if env var exists
|
544
547
|
* #5246936 - changed settings.yml-belongs_to format to use array instead of hash
|
545
548
|
* #5578580 - allow Store.db to accept an existing redis object (useful for overriding redis settings)
|
546
549
|
|
data/CREDITS
CHANGED
@@ -1,29 +1,29 @@
|
|
1
|
-
This media, software or hardware ("Product") obtained from
|
2
|
-
|
1
|
+
This media, software or hardware ("Product") obtained from Symbol Technologies,
|
2
|
+
Inc. ("Symbol Technologies") may include Symbol Technologies�
|
3
3
|
Software, Third Party Software (defined below), and/or Open Source Software
|
4
4
|
(defined below).
|
5
5
|
|
6
6
|
The object code or source code (collectively, the "Software") included
|
7
|
-
with the Product is the exclusive property of
|
7
|
+
with the Product is the exclusive property of Symbol Technologies or its
|
8
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
|
10
|
-
Product or licensee of the
|
11
|
-
|
9
|
+
more agreements in force between the purchaser of the Symbol Technologies
|
10
|
+
Product or licensee of the Symbol Technologies Software and Symbol Technologies.
|
11
|
+
SOFTWARE IS PROTECTED BY U.S. COPYRIGHT LAWS AND INTERNATIONAL
|
12
12
|
LAWS AND TREATIES. UNAUTHORIZED COPYING, DISTRIBUTION OR OTHER USE OF
|
13
13
|
THIS PRODUCT IS STRICTLY PROHIBITED. ANY DISTRIBUTION OR USE NOT
|
14
|
-
SPECIFICALLY APPROVED BY
|
14
|
+
SPECIFICALLY APPROVED BY Symbol Technologies IS STRICTLY PROHIBITED.
|
15
15
|
|
16
|
-
|
17
|
-
conditions entered into with
|
18
|
-
prohibited. Commercial Software licensed for redistribution by
|
19
|
-
|
20
|
-
in force between
|
16
|
+
Symbol Technologies� Software is subject to the commercial terms and
|
17
|
+
conditions entered into with Symbol Technologies, any other use is strictly
|
18
|
+
prohibited. Commercial Software licensed for redistribution by Symbol Technologies
|
19
|
+
("Third Party Software") is subject to the terms and conditions
|
20
|
+
in force between Symbol Technologies and the licensor of the Third party
|
21
21
|
Software. The terms and conditions governing the usage of Third Party
|
22
22
|
Software may be part of the agreement entered into by the purchaser of
|
23
|
-
the Product with
|
23
|
+
the Product with Symbol Technologies or separate Third Party Software
|
24
24
|
license agreement(s) included with the Product.
|
25
25
|
|
26
|
-
Software provided by
|
26
|
+
Software provided by Symbol Technologies which is covered by a publicly
|
27
27
|
available license governed solely under Copyright law, whereas the complete
|
28
28
|
terms and obligations of such license attach to a licensee solely through
|
29
29
|
the act of copying, using and/or distribution of the licensed Software, such
|
@@ -31,41 +31,41 @@ obligations often include one or more of attribution obligations, distribution
|
|
31
31
|
obligations, copyleft obligations, and intellectual property encumbrances is
|
32
32
|
referred to herein as "Open Source Software". The use of any Open Source
|
33
33
|
Software is subject to the licenses, terms and conditions of the commercial
|
34
|
-
agreement in force between the purchaser of the Product and
|
34
|
+
agreement in force between the purchaser of the Product and Symbol Technologies
|
35
35
|
as well as the terms and conditions of the corresponding license of each
|
36
36
|
Open Source Software package. If there is a conflict between the terms and
|
37
37
|
conditions of any commercial agreement and the terms and conditions of the
|
38
38
|
Open Source Software license, the applicable Open Source Software license will
|
39
39
|
take precedence. Copies of the licenses for the included Open Source Software
|
40
40
|
as well as their attributions, acknowledgements, and software information
|
41
|
-
details, are listed below.
|
41
|
+
details, are listed below. Symbol Technologies is required to reproduce
|
42
42
|
the software licenses, acknowledgments and copyright notices as provided by
|
43
43
|
the authors and owners, thus, all such information is provided in its native
|
44
44
|
language form, without modification or translation.
|
45
45
|
|
46
46
|
For instructions on how to obtain a copy of any source code made publicly
|
47
|
-
available by
|
48
|
-
by
|
47
|
+
available by Symbol Technologies related to Open Source Software distributed
|
48
|
+
by Symbol Technologies, you may send your request in writing to:
|
49
49
|
|
50
|
-
|
50
|
+
Symbol Technologies, 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
|
55
|
+
In your request, please include the Symbol Technologies Product name and
|
56
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
|
60
|
-
|
59
|
+
Note: the source code for the Open Source Software included by Symbol Technologies
|
60
|
+
may be resident on the Product�s installation media provided with
|
61
61
|
the Product or on supplemental Product media. Please reference and review
|
62
|
-
the entire
|
62
|
+
the entire Symbol Technologies Open Source Software "Legal Notices" and any
|
63
63
|
corresponding "End User License Agreement" provided with the Product or the
|
64
64
|
commercial agreement under which the Product was purchased for details on
|
65
65
|
the availability, location and method for obtaining source code. Further,
|
66
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
|
68
|
-
|
67
|
+
code may not be provided. Please reference and review the entire Symbol Technologies
|
68
|
+
Open Source Software "Legal Notices" and "End User License Agreement"
|
69
69
|
to identify which Open Source Software packages have source code provided
|
70
70
|
or available.
|
71
71
|
|
@@ -77,9 +77,9 @@ associated with the Product. Use of any Software is subject to acceptance of
|
|
77
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
|
-
|
81
|
-
registered trademarks of
|
82
|
-
license. All other trademarks are the property of
|
80
|
+
SYMBOL, Symbol Technologies and the Stylized M Logo are trademarks or
|
81
|
+
registered trademarks of Symbol Trademark Holdings, LLC and are used under
|
82
|
+
license. All other trademarks are the property of Symbol Technologies, Inc. or
|
83
83
|
their respective owners. All rights reserved.
|
84
84
|
|
85
85
|
|
@@ -99,8 +99,8 @@ Description: Brief description of Pacakge. Typically can cut/paste
|
|
99
99
|
should be the description that was provided in the
|
100
100
|
PAS Justification Form provided to the OSRB.
|
101
101
|
|
102
|
-
If
|
103
|
-
"
|
102
|
+
If Symbol Technologies has modified the Package, please state:
|
103
|
+
"Symbol Technologies has modified the software."
|
104
104
|
|
105
105
|
|
106
106
|
Software Site: http://www.xxx.com
|
@@ -111,69 +111,69 @@ Source Code: Include Commentary based on Options below:
|
|
111
111
|
a) For Packages that do not have Source Distribution Obligations,
|
112
112
|
state:
|
113
113
|
|
114
|
-
" No Source Distribution Obligations.
|
114
|
+
" No Source Distribution Obligations. Symbol Technologies will
|
115
115
|
not provide nor distribute the Source Code for the <package name>
|
116
116
|
Software. The Source Code may be obtained from the original
|
117
117
|
Software Site.
|
118
118
|
|
119
119
|
|
120
120
|
b) For Packages that have Source Code Distribution Obligations, and
|
121
|
-
|
121
|
+
Symbol Technologies HAS NOT MODIFIED the Software, please state:
|
122
122
|
|
123
123
|
"The Source Packages for <package name> are available from the
|
124
|
-
original Software Site, or may be acquired from
|
125
|
-
To obtain the Software from
|
126
|
-
|
124
|
+
original Software Site, or may be acquired from Symbol Technologies.
|
125
|
+
To obtain the Software from Symbol Technologies, please contact
|
126
|
+
Symbol Technologies 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
|
-
|
132
|
-
the Source Code Packages as part of the
|
131
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, you are including
|
132
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
138
|
-
Source Packages from
|
137
|
+
in the Symbol Technologies Product Media. You may also acquire the
|
138
|
+
Source Packages from Symbol Technologies 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
|
142
|
-
|
142
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, Symbol Technologies is
|
143
143
|
providing access via Web Portal, please state:
|
144
144
|
|
145
145
|
"The Source Packages for <package name> are available from the
|
146
|
-
original Software Site, or from the
|
146
|
+
original Software Site, or from the Symbol Technologies Internet Portal
|
147
147
|
at <URL Link>. You may also acquire the Source Packages
|
148
|
-
from
|
148
|
+
from Symbol Technologies using the request methods described in the preamble of
|
149
149
|
this Legal Notices Document."
|
150
150
|
|
151
151
|
e) For Packages that have Source Code Distribution Obligations, and
|
152
|
-
|
152
|
+
Symbol Technologies HAS MODIFIED the Software, please state:
|
153
153
|
|
154
|
-
"The Source Packages for <package name> may be acquired from
|
155
|
-
To obtain the Software from
|
154
|
+
"The Source Packages for <package name> may be acquired from Symbol Technologies.
|
155
|
+
To obtain the Software from Symbol Technologies, please contact Symbol Technologies 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
|
-
|
161
|
-
the Source Code Packages as part of the
|
160
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, you are including
|
161
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
166
|
-
Packages from
|
165
|
+
in the Symbol Technologies Product Media. You may also acquire the Source
|
166
|
+
Packages from Symbol Technologies using the request methods described in the
|
167
167
|
preamble of this Legal Notices Document."
|
168
168
|
|
169
169
|
|
170
170
|
g) For Packages that have Source Code Distribution Obligations, and
|
171
|
-
|
171
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, Symbol Technologies 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
|
-
|
176
|
-
Source Packages from
|
175
|
+
Symbol Technologies Internet Portal at <URL Link>. You may also acquire the
|
176
|
+
Source Packages from Symbol Technologies using the request methods described in the
|
177
177
|
preamble of this Legal Notices Document."
|
178
178
|
|
179
179
|
|
@@ -240,8 +240,8 @@ Description: Brief description of Pacakge. Typically can cut/paste
|
|
240
240
|
should be the description that was provided in the
|
241
241
|
PAS Justification Form provided to the OSRB.
|
242
242
|
|
243
|
-
If
|
244
|
-
"
|
243
|
+
If Symbol Technologies has modified the Package, please state:
|
244
|
+
"Symbol Technologies has modified the software."
|
245
245
|
|
246
246
|
|
247
247
|
Software Site: http://www.xxx.com
|
@@ -252,69 +252,69 @@ Source Code: Include Commentary based on Options below:
|
|
252
252
|
a) For Packages that do not have Source Distribution Obligations,
|
253
253
|
state:
|
254
254
|
|
255
|
-
" No Source Distribution Obligations.
|
255
|
+
" No Source Distribution Obligations. Symbol Technologies will
|
256
256
|
not provide nor distribute the Source Code for the <package name>
|
257
257
|
Software. The Source Code may be obtained from the original
|
258
258
|
Software Site.
|
259
259
|
|
260
260
|
|
261
261
|
b) For Packages that have Source Code Distribution Obligations, and
|
262
|
-
|
262
|
+
Symbol Technologies HAS NOT MODIFIED the Software, please state:
|
263
263
|
|
264
264
|
"The Source Packages for <package name> are available from the
|
265
|
-
original Software Site, or may be acquired from
|
266
|
-
To obtain the Software from
|
267
|
-
|
265
|
+
original Software Site, or may be acquired from Symbol Technologies.
|
266
|
+
To obtain the Software from Symbol Technologies, please contact
|
267
|
+
Symbol Technologies 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
|
-
|
273
|
-
the Source Code Packages as part of the
|
272
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, you are including
|
273
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
279
|
-
Source Packages from
|
278
|
+
in the Symbol Technologies Product Media. You may also acquire the
|
279
|
+
Source Packages from Symbol Technologies 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
|
283
|
-
|
283
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, Symbol Technologies is
|
284
284
|
providing access via Web Portal, please state:
|
285
285
|
|
286
286
|
"The Source Packages for <package name> are available from the
|
287
|
-
original Software Site, or from the
|
287
|
+
original Software Site, or from the Symbol Technologies Internet Portal
|
288
288
|
at <URL Link>. You may also acquire the Source Packages
|
289
|
-
from
|
289
|
+
from Symbol Technologies using the request methods described in the preamble of
|
290
290
|
this Legal Notices Document."
|
291
291
|
|
292
292
|
e) For Packages that have Source Code Distribution Obligations, and
|
293
|
-
|
293
|
+
Symbol Technologies HAS MODIFIED the Software, please state:
|
294
294
|
|
295
|
-
"The Source Packages for <package name> may be acquired from
|
296
|
-
To obtain the Software from
|
295
|
+
"The Source Packages for <package name> may be acquired from Symbol Technologies.
|
296
|
+
To obtain the Software from Symbol Technologies, please contact Symbol Technologies 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
|
-
|
302
|
-
the Source Code Packages as part of the
|
301
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, you are including
|
302
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
307
|
-
Packages from
|
306
|
+
in the Symbol Technologies Product Media. You may also acquire the Source
|
307
|
+
Packages from Symbol Technologies using the request methods described in the
|
308
308
|
preamble of this Legal Notices Document."
|
309
309
|
|
310
310
|
|
311
311
|
g) For Packages that have Source Code Distribution Obligations, and
|
312
|
-
|
312
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, Symbol Technologies 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
|
-
|
317
|
-
Source Packages from
|
316
|
+
Symbol Technologies Internet Portal at <URL Link>. You may also acquire the
|
317
|
+
Source Packages from Symbol Technologies using the request methods described in the
|
318
318
|
preamble of this Legal Notices Document."
|
319
319
|
|
320
320
|
|
@@ -348,8 +348,8 @@ Description: Brief description of Pacakge. Typically can cut/paste
|
|
348
348
|
should be the description that was provided in the
|
349
349
|
PAS Justification Form provided to the OSRB.
|
350
350
|
|
351
|
-
If
|
352
|
-
"
|
351
|
+
If Symbol Technologies has modified the Package, please state:
|
352
|
+
"Symbol Technologies has modified the software."
|
353
353
|
|
354
354
|
|
355
355
|
Software Site: http://www.xxx.com
|
@@ -360,69 +360,69 @@ Source Code: Include Commentary based on Options below:
|
|
360
360
|
a) For Packages that do not have Source Distribution Obligations,
|
361
361
|
state:
|
362
362
|
|
363
|
-
" No Source Distribution Obligations.
|
363
|
+
" No Source Distribution Obligations. Symbol Technologies will
|
364
364
|
not provide nor distribute the Source Code for the <package name>
|
365
365
|
Software. The Source Code may be obtained from the original
|
366
366
|
Software Site.
|
367
367
|
|
368
368
|
|
369
369
|
b) For Packages that have Source Code Distribution Obligations, and
|
370
|
-
|
370
|
+
Symbol Technologies HAS NOT MODIFIED the Software, please state:
|
371
371
|
|
372
372
|
"The Source Packages for <package name> are available from the
|
373
|
-
original Software Site, or may be acquired from
|
374
|
-
To obtain the Software from
|
375
|
-
|
373
|
+
original Software Site, or may be acquired from Symbol Technologies.
|
374
|
+
To obtain the Software from Symbol Technologies, please contact
|
375
|
+
Symbol Technologies 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
|
-
|
381
|
-
the Source Code Packages as part of the
|
380
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, you are including
|
381
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
387
|
-
Source Packages from
|
386
|
+
in the Symbol Technologies Product Media. You may also acquire the
|
387
|
+
Source Packages from Symbol Technologies 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
|
391
|
-
|
391
|
+
Symbol Technologies HAS NOT MODIFIED the Software, as well as, Symbol Technologies is
|
392
392
|
providing access via Web Portal, please state:
|
393
393
|
|
394
394
|
"The Source Packages for <package name> are available from the
|
395
|
-
original Software Site, or from the
|
395
|
+
original Software Site, or from the Symbol Technologies Internet Portal
|
396
396
|
at <URL Link>. You may also acquire the Source Packages
|
397
|
-
from
|
397
|
+
from Symbol Technologies using the request methods described in the preamble of
|
398
398
|
this Legal Notices Document."
|
399
399
|
|
400
400
|
e) For Packages that have Source Code Distribution Obligations, and
|
401
|
-
|
401
|
+
Symbol Technologies HAS MODIFIED the Software, please state:
|
402
402
|
|
403
|
-
"The Source Packages for <package name> may be acquired from
|
404
|
-
To obtain the Software from
|
403
|
+
"The Source Packages for <package name> may be acquired from Symbol Technologies.
|
404
|
+
To obtain the Software from Symbol Technologies, please contact Symbol Technologies 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
|
-
|
410
|
-
the Source Code Packages as part of the
|
409
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, you are including
|
410
|
+
the Source Code Packages as part of the Symbol Technologies 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
|
415
|
-
Packages from
|
414
|
+
in the Symbol Technologies Product Media. You may also acquire the Source
|
415
|
+
Packages from Symbol Technologies using the request methods described in the
|
416
416
|
preamble of this Legal Notices Document."
|
417
417
|
|
418
418
|
|
419
419
|
g) For Packages that have Source Code Distribution Obligations, and
|
420
|
-
|
420
|
+
Symbol Technologies HAS MODIFIED the Software, as well as, Symbol Technologies 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
|
-
|
425
|
-
Source Packages from
|
424
|
+
Symbol Technologies Internet Portal at <URL Link>. You may also acquire the
|
425
|
+
Source Packages from Symbol Technologies using the request methods described in the
|
426
426
|
preamble of this Legal Notices Document."
|
427
427
|
|
428
428
|
|
data/Gemfile
CHANGED
@@ -40,8 +40,6 @@ group :test do
|
|
40
40
|
gem 'simplecov', '>= 0.7.1', :require => false
|
41
41
|
gem 'simplecov-rcov', '~> 0.2.3'
|
42
42
|
gem 'rack-test', '~> 0.6', :require => 'rack/test'
|
43
|
-
gem 'jasmine', :platforms => [:ruby,:jruby]
|
44
|
-
gem 'jasmine-headless-webkit', :platforms => [:ruby,:jruby]
|
45
43
|
end
|
46
44
|
|
47
45
|
group :build do
|