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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ba7bb9c72ad4bf048a14cd75808ecb4a92c7c13
4
- data.tar.gz: 51037e15509cf08d187a6f8ebc26be83cea8b1cd
3
+ metadata.gz: '08e7544ec5aea92dfd3cab1b94bbfcf788e25162'
4
+ data.tar.gz: 0730d57370d41e17e7986a1ef6b2c2be40296f3f
5
5
  SHA512:
6
- metadata.gz: 9efd0eec33d271ae5a8056c35b24b47dfb293b1ef1dca4bc6178c405d2d917a33da28260393f96d75600668a0b3d6d10ca4a70918d518fb285f9ce69025d6923
7
- data.tar.gz: 40e0d4eaabfd07b634b8389b85728f93f9defdec2cd5d015cbd0d94a2208dce78cd7e9c95322d024d3caea84952aa5416d6fdedb0b93fb64bf83836ce75d0faa
6
+ metadata.gz: 7183ecd8766d73dcdcc23c0aed015d00da8c145908409afe73a4b990f9b7116707be9bba6abe06b2db913fb8b7f18810a6677bd0c378ea72e04ebb960497fea2
7
+ data.tar.gz: 8f1e63caf7a5e8dc07f9d058b8bdcb59d7864bded5122870bd990274778c10e3b4c267b5d0e749688757b02e6ff867e4768e61f764c777334c56a7007de8eedc
data/README.rdoc CHANGED
@@ -8,7 +8,6 @@ The application mimics the bridge data model and will copy csv rows directly int
8
8
  data store without any extra configuration
9
9
 
10
10
  ## Setup
11
-
12
11
  gem install 'bridge_cache'
13
12
 
14
13
  rake db:migrate
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,3 +1,3 @@
1
1
  module BridgeCache
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
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.8
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.4
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: