Skip to content

Commit

Permalink
[ci skip] Add config directory in Rubygem
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Feb 2, 2018
1 parent ef0b7f7 commit 2606b65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ gemfiles/*.lock
spec
!spec/dummy/config/mongo*.yml
!spec/support/orm/mongo*
*.gem

/Gemfile

2 changes: 1 addition & 1 deletion doorkeeper-mongodb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
gem.description = 'Doorkeeper mongoid and mongo_mapper ORMs'
gem.license = 'MIT'

gem.files = Dir['lib/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
gem.files = Dir['lib/**/*', 'config/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
gem.test_files = Dir['spec/**/*']

gem.add_dependency 'doorkeeper', '>= 4.0.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper-mongodb/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module VERSION
# Semver
MAJOR = 4
MINOR = 0
TINY = 0
TINY = 1

# Full version number
STRING = [MAJOR, MINOR, TINY].compact.join('.')
Expand Down

0 comments on commit 2606b65

Please sign in to comment.