bridge_cache 0.0.8 → 0.0.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +0 -1
- data/{lib → app/lib}/bridge_cache/data/bridge_model.rb +0 -0
- data/{lib → app/lib}/bridge_cache/jobs/import_check.rb +0 -0
- data/{lib → app/lib}/bridge_cache/jobs/import_data.rb +0 -0
- data/{lib → app/lib}/bridge_cache/jobs/import_row.rb +0 -0
- data/{lib → app/lib}/bridge_cache/jobs/import_start.rb +0 -0
- data/{lib → app/lib}/bridge_cache/plugins/csv_dump.rb +0 -0
- data/{lib → app/lib}/bridge_cache/plugins/data_transform.rb +0 -0
- data/{lib → app/lib}/bridge_cache/utils/worker_helper.rb +0 -0
- data/lib/bridge_cache/version.rb +1 -1
- metadata +10 -11
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '08e7544ec5aea92dfd3cab1b94bbfcf788e25162'
|
4
|
+
data.tar.gz: 0730d57370d41e17e7986a1ef6b2c2be40296f3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7183ecd8766d73dcdcc23c0aed015d00da8c145908409afe73a4b990f9b7116707be9bba6abe06b2db913fb8b7f18810a6677bd0c378ea72e04ebb960497fea2
|
7
|
+
data.tar.gz: 8f1e63caf7a5e8dc07f9d058b8bdcb59d7864bded5122870bd990274778c10e3b4c267b5d0e749688757b02e6ff867e4768e61f764c777334c56a7007de8eedc
|
data/README.rdoc
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/lib/bridge_cache/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bridge_cache
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- jshaffer
|
@@ -178,6 +178,14 @@ files:
|
|
178
178
|
- app/assets/stylesheets/bridge_cache/application.css
|
179
179
|
- app/controllers/bridge_cache/application_controller.rb
|
180
180
|
- app/helpers/bridge_cache/application_helper.rb
|
181
|
+
- app/lib/bridge_cache/data/bridge_model.rb
|
182
|
+
- app/lib/bridge_cache/jobs/import_check.rb
|
183
|
+
- app/lib/bridge_cache/jobs/import_data.rb
|
184
|
+
- app/lib/bridge_cache/jobs/import_row.rb
|
185
|
+
- app/lib/bridge_cache/jobs/import_start.rb
|
186
|
+
- app/lib/bridge_cache/plugins/csv_dump.rb
|
187
|
+
- app/lib/bridge_cache/plugins/data_transform.rb
|
188
|
+
- app/lib/bridge_cache/utils/worker_helper.rb
|
181
189
|
- app/models/bridge_cache/application_record.rb
|
182
190
|
- app/models/bridge_cache/course_template.rb
|
183
191
|
- app/models/bridge_cache/custom_field.rb
|
@@ -212,15 +220,7 @@ files:
|
|
212
220
|
- db/migrate/20170523164248_create_bridge_cache_group_enrollments.rb
|
213
221
|
- db/migrate/20170523165014_create_bridge_cache_memberships.rb
|
214
222
|
- lib/bridge_cache.rb
|
215
|
-
- lib/bridge_cache/data/bridge_model.rb
|
216
223
|
- lib/bridge_cache/engine.rb
|
217
|
-
- lib/bridge_cache/jobs/import_check.rb
|
218
|
-
- lib/bridge_cache/jobs/import_data.rb
|
219
|
-
- lib/bridge_cache/jobs/import_row.rb
|
220
|
-
- lib/bridge_cache/jobs/import_start.rb
|
221
|
-
- lib/bridge_cache/plugins/csv_dump.rb
|
222
|
-
- lib/bridge_cache/plugins/data_transform.rb
|
223
|
-
- lib/bridge_cache/utils/worker_helper.rb
|
224
224
|
- lib/bridge_cache/version.rb
|
225
225
|
- lib/tasks/bridge_cache_tasks.rake
|
226
226
|
homepage: https://www.getbridge.com
|
@@ -243,9 +243,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
243
243
|
version: '0'
|
244
244
|
requirements: []
|
245
245
|
rubyforge_project:
|
246
|
-
rubygems_version: 2.6.
|
246
|
+
rubygems_version: 2.6.11
|
247
247
|
signing_key:
|
248
248
|
specification_version: 4
|
249
249
|
summary: A mountable engine for bridge data storage
|
250
250
|
test_files: []
|
251
|
-
has_rdoc:
|