Skip to content

Commit

Permalink
Merge pull request #14 from majormoses/master
Browse files Browse the repository at this point in the history
rename files to make external use more intuitive.
  • Loading branch information
eheydrick authored May 8, 2017
2 parents 657feec + 6ac1cb5 commit 3c8a8c5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

### Unreleased
- renaming gem files to be more easily consumed, previously had to `gem intall aws-cleaner` and then within any code use `require 'aws_cleaner/aws_cleaner.rb'` which just seems silly and should now just be able to `require aws-cleaner`.

### 2.1.0 - 2017-03-28
- Refactor logic into a library (Thanks [@majormoses](https://github.com/majormoses))
Expand Down
2 changes: 1 addition & 1 deletion bin/aws_cleaner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
end

# require our class
require_relative '../lib/aws_cleaner/aws_cleaner.rb'
require_relative '../lib/aws-cleaner.rb'

def config(file)
YAML.load(File.read(file))
Expand Down
File renamed without changes.

0 comments on commit 3c8a8c5

Please sign in to comment.