diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 16ceb76..89c88ae 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -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 @@ -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' diff --git a/Gemfile b/Gemfile index 728b977..397e28d 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/lib/grape-swagger-entity.rb b/lib/grape-swagger-entity.rb new file mode 100644 index 0000000..d5655c7 --- /dev/null +++ b/lib/grape-swagger-entity.rb @@ -0,0 +1 @@ +require 'grape-swagger/entity'