Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Aug 12, 2019
1 parent 9b051ad commit 80d853e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# EnjuLoc
[<img src="https://travis-ci.com/next-l/enju_ndl.svg?branch=1.3" alt="Build
Status" />](https://travis-ci.com/next-l/enju_ndl) [<img
src="https://coveralls.io/repos/next-l/enju_ndl/badge.svg?branch=1.3&service=g
ithub" alt="Coverage Status"
/>](https://coveralls.io/github/next-l/enju_ndl?branch=1.3) [<img
src="https://hakiri.io/github/next-l/enju_loc/1.3.svg" alt="security"
/>](https://hakiri.io/github/next-l/enju_loc/1.3)

This project rocks and uses MIT-LICENSE.

## 製作者・貢献者 (Authors and contributors)
* [TAKAKU, Masao](https://github.com/masao) ([@tmasao](https://twitter.com/tmasao))
* [TANABE, Kosuke](https://github.com/nabeta) ([@nabeta](https://twitter.com/nabeta))
* [Project Next-L](https://www.next-l.jp) ([@ProjectNextL](https://twitter.com/ProjectNextL))
11 changes: 0 additions & 11 deletions README.rdoc

This file was deleted.

2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'EnjuLoc'
rdoc.options << '--line-numbers'
rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('README.md')
rdoc.rdoc_files.include('lib/**/*.rb')
end

Expand Down
4 changes: 2 additions & 2 deletions enju_loc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Gem::Specification.new do |s|
s.summary = "LoC SRU wrapper for Next-L Enju"
s.description = "This module allow users to search and import bibliographic records from Library of Congress via SRU-based API."

s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["spec/**/*"] - Dir["spec/dummy/db/*.sqlite3"] - Dir["spec/dummy/log/*"] - Dir["spec/dummy/solr/{data,pids,default,development,test}/*"] - Dir["spec/dummy/tmp/*"]

s.add_dependency "enju_subject", "~> 0.3.1"
s.add_dependency "faraday"

s.add_development_dependency "enju_leaf", "~> 1.3.2"
s.add_development_dependency "enju_leaf", "~> 1.3.3"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2"
s.add_development_dependency "pg"
Expand Down
2 changes: 1 addition & 1 deletion spec/dummy/config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
module Dummy
class Application < Rails::Application
# Initialize configuration defaults for originally generated Rails version.
config.load_defaults 5.1
config.load_defaults 5.2

# Settings in config/environments/* take precedence over those specified here.
# Application configuration should go into files in config/initializers
Expand Down

0 comments on commit 80d853e

Please sign in to comment.