daengine 0.2.12 → 0.2.13

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: daengine
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.12
5
+ version: 0.2.13
6
6
  platform: ruby
7
7
  authors:
8
8
  - sbhatia
@@ -82,7 +82,7 @@ files:
82
82
  - app/models/content_service_resource.rb
83
83
  - app/models/digital_asset.rb
84
84
  - app/models/taxonomy_term.rb
85
- - app/service/asset_lookup_service.rb
85
+ - app/service/digital_asset_lookup_service.rb
86
86
  - app/views/digital_assets/index.html.erb
87
87
  - app/views/digital_assets/search.html.erb
88
88
  - app/views/digital_assets/show.html.erb
@@ -127,7 +127,6 @@ files:
127
127
  - spec/dummy/config/initializers/wrap_parameters.rb
128
128
  - spec/dummy/config/locales/en.yml
129
129
  - spec/dummy/db/test.sqlite3
130
- - spec/dummy/log/development.log
131
130
  - spec/dummy/log/test.log
132
131
  - spec/dummy/public/404.html
133
132
  - spec/dummy/public/422.html
@@ -206,7 +205,6 @@ test_files:
206
205
  - spec/dummy/config/initializers/wrap_parameters.rb
207
206
  - spec/dummy/config/locales/en.yml
208
207
  - spec/dummy/db/test.sqlite3
209
- - spec/dummy/log/development.log
210
208
  - spec/dummy/log/test.log
211
209
  - spec/dummy/public/404.html
212
210
  - spec/dummy/public/422.html
@@ -1,11 +0,0 @@
1
- MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
2
- MONGODB (39ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
3
- MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
4
- MONGODB (37ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
5
- MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
6
- MONGODB (36ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
7
- MONGODB [DEBUG] Logging level is currently :debug which could negatively impact client-side performance. You should set your logging level no lower than :info in production.
8
- MONGODB (37ms) admin['$cmd'].find({:ismaster=>1}).limit(-1)
9
- MONGODB (352ms) dummy_development['system.namespaces'].find({})
10
- MONGODB (76ms) dummy_development['$cmd'].find({:create=>"digital_assets"}).limit(-1)
11
- MONGODB (14ms) dummy_development['$cmd'].find({"count"=>"digital_assets", "query"=>{}, "fields"=>nil}).limit(-1)