Skip to content

Commit

Permalink
Release 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Peyton committed Sep 25, 2017
1 parent 1d27889 commit ccc108d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/generators/ramsey_cop_generator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class RamseyCopGenerator < Rails::Generators::Base
source_root(File.expand_path(File.dirname(__FILE__)))
source_root(File.expand_path(__dir__))

def create_rubcop_yml
template "rscop.yml", ".rubocop.yml"
Expand Down
2 changes: 1 addition & 1 deletion lib/ramsey_cop/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module RamseyCop
VERSION = "0.5.0".freeze
VERSION = "0.6.0".freeze
end
2 changes: 0 additions & 2 deletions ramsey_cop.gemspec
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# coding: utf-8

lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "ramsey_cop/version"
Expand Down

0 comments on commit ccc108d

Please sign in to comment.