Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
robwise committed Feb 1, 2016
1 parent 3275cd4 commit ca092b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ AllCops:
- !ruby/regexp /old_and_unused\.rb$/
- 'spec/react_on_rails/dummy-for-generators/**/*'
- 'spec/dummy/bin/**/*'
- 'spec/dummy/client/node_modules/**/*'
- 'spec/dummy/client/node_modules/**/.*'
- 'gen-examples/examples/**/.*'
- 'gen-examples/examples/**/*'

Expand Down
1 change: 1 addition & 0 deletions lib/react_on_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# frozen_string_literal: true
module ReactOnRails
VERSION = "2.2.0".freeze
end

0 comments on commit ca092b8

Please sign in to comment.