Skip to content

Commit

Permalink
fix changelog filename in gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
subvertallchris committed May 21, 2015
1 parent 6cefe91 commit fb5fc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ A Neo4j OGM (Object-Graph-Mapper) for use in Ruby on Rails and Rack frameworks h
EOF

s.require_path = 'lib'
s.files = Dir.glob('{bin,lib,config}/**/*') + %w(README.md CHANGELOG CONTRIBUTORS Gemfile neo4j.gemspec)
s.files = Dir.glob('{bin,lib,config}/**/*') + %w(README.md CHANGELOG.md CONTRIBUTORS Gemfile neo4j.gemspec)
s.executables = ['neo4j-jars']
s.has_rdoc = true
s.extra_rdoc_files = %w( README.md )
Expand Down

0 comments on commit fb5fc0c

Please sign in to comment.