Skip to content

Commit

Permalink
Added file for external requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
etki committed Aug 4, 2017
1 parent 172ffae commit aa9dd7e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Testing
.rspec_status

# Build Artifacts
*.gem

# IDE files
/.idea

Expand Down
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ Metrics/AbcSize:
Max: 20
Layout/MultilineMethodCallIndentation:
Enabled: false
# disabled for ama-entity-mapper.rb
Style/FileName:
Enabled: false
3 changes: 3 additions & 0 deletions lib/ama-entity-mapper.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# frozen_string_literal: true

require_relative 'mapper'
2 changes: 1 addition & 1 deletion lib/mapper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Version
MINOR = 1
PATCH = 0
CLASSIFIER = 'beta'.freeze
PRERELEASE_NUMBER = '1'.freeze
PRERELEASE_NUMBER = 2
CHUNKS = [MAJOR, MINOR, PATCH, CLASSIFIER, PRERELEASE_NUMBER].freeze
VERSION = CHUNKS.reject(&:nil?).join('.').freeze
end
Expand Down

0 comments on commit aa9dd7e

Please sign in to comment.