Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Oct 29, 2018
1 parent 8f19e75 commit 05834a0
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ gem 'jquery-rails'
# To use debugger
# gem 'debugger'
gem 'rails-controller-testing'
gem 'enju_seed', github: 'next-l/enju_seed', branch: '1.3'
gem 'enju_leaf', github: 'next-l/enju_leaf', branch: '1.3'
gem 'enju_library', github: 'next-l/enju_library', branch: '1.3'
gem 'enju_biblio', github: 'next-l/enju_biblio', branch: '1.3'
gem 'enju_subject', github: 'next-l/enju_subject', branch: '1.3'
4 changes: 2 additions & 2 deletions enju_loc.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Gem::Specification.new do |s|
s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
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.0.beta.1"
s.add_dependency "enju_subject", "~> 0.3.0.rc.1"
s.add_dependency "faraday"

s.add_development_dependency "enju_leaf", "~> 1.3.0.beta.2"
s.add_development_dependency "enju_leaf", "~> 1.3.0.rc.1"
s.add_development_dependency "sqlite3"
s.add_development_dependency "mysql2"
s.add_development_dependency "pg"
Expand Down
5 changes: 5 additions & 0 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,10 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_5.1_ndl.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"
gem "enju_ndl", "~> 0.3.0.beta.1"

gemspec path: "../"
5 changes: 5 additions & 0 deletions gemfiles/rails_5.1_nii.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ source "https://rubygems.org"

gem "jquery-rails"
gem "rails-controller-testing"
gem "enju_seed", branch: "1.3", git: "https://github.com/next-l/enju_seed.git"
gem "enju_leaf", branch: "1.3", git: "https://github.com/next-l/enju_leaf.git"
gem "enju_library", branch: "1.3", git: "https://github.com/next-l/enju_library.git"
gem "enju_biblio", branch: "1.3", git: "https://github.com/next-l/enju_biblio.git"
gem "enju_subject", branch: "1.3", git: "https://github.com/next-l/enju_subject.git"
gem "enju_nii", "~> 0.3.0.beta.1"

gemspec path: "../"
2 changes: 1 addition & 1 deletion lib/enju_loc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module EnjuLoc
VERSION = "0.3.0.beta.1"
VERSION = "0.3.0.rc.1"
end

0 comments on commit 05834a0

Please sign in to comment.