Skip to content

Commit

Permalink
Fixing Rubocop and adding the icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgriffiniii committed Jan 4, 2019
1 parent 3ce5c5e commit e3b6581
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ RSpec/ExampleLength:
- 'spec/models/iiif_resource_spec.rb'
- 'spec/services/figgy_event_processor_spec.rb'
- 'spec/workers/figgy_event_handler_spec.rb'
- 'spec/requests/catalog_spec.rb'

RSpec/ExampleWording:
CustomTransform:
Expand All @@ -147,13 +148,15 @@ RSpec/DescribeClass:
- 'spec/routing/**/*'
- 'spec/inputs/**/*'

RSpec/MultipleExpectations:
Exclude:
- 'spec/requests/catalog_spec.rb'
- 'spec/models/iiif_resource_spec.rb'

Naming/FileName:
Exclude:
- 'Capfile'
- 'Gemfile'
RSpec/AnyInstance:
Exclude:
- 'spec/support/stub_iiif_response.rb'
RSpec/MultipleExpectations:
Exclude:
- 'spec/models/iiif_resource_spec.rb'
Binary file added public/apple-touch-icon-114x114.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon-120x120.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-180x180.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-57x57.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-72x72.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/apple-touch-icon-76x76.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e3b6581

Please sign in to comment.