Skip to content

Commit

Permalink
Merge pull request #1 from Bugagazavr/autoload
Browse files Browse the repository at this point in the history
Autoload
  • Loading branch information
kzaitsev committed May 11, 2016
2 parents 82d0b4d + 04e2640 commit 5e24828
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This configuration was generated by
# `rubocop --auto-gen-config`
# on 2016-05-08 01:57:12 +0300 using RuboCop version 0.39.0.
# on 2016-05-11 07:39:21 +0300 using RuboCop version 0.39.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
Expand Down Expand Up @@ -36,3 +36,9 @@ Style/Documentation:
- 'test/**/*'
- 'lib/grape-swagger/entity.rb'
- 'lib/grape-swagger/entity/parser.rb'

# Offense count: 1
# Configuration parameters: ExpectMatchingDefinition, Regex, IgnoreExecutableScripts.
Style/FileName:
Exclude:
- 'lib/grape-swagger-entity.rb'
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in grape-swagger-entity.gemspec
gemspec

gem 'grape-swagger', github: 'Bugagazavr/grape-swagger', branch: 'representers'
gem 'grape-swagger', github: 'ruby-grape/grape-swagger'
1 change: 1 addition & 0 deletions lib/grape-swagger-entity.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
require 'grape-swagger/entity'

0 comments on commit 5e24828

Please sign in to comment.