Skip to content

Commit

Permalink
Changed required Ruby version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kreba committed Jan 7, 2016
1 parent d7dbe9a commit 65334ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Changes:

- The required Ruby version is now 2.0.0 since we started using keyword parameters in method definitions
- Ability do define and handle dependencies between blueprints (see README)
- explicit order option for searches

Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ I tried hard but I couldn't find such a thing so I decided to write it, based on

== Requirements

* ruby 1.9.2 or newer
* ruby 2.0.0 or newer
* rails 3.0 or newer (if you want to use it with rails)
* xapian-core and xapian-ruby binaries installed

Expand Down
3 changes: 2 additions & 1 deletion xapian_db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Gem::Specification.new do |s|
s.homepage = %q{https://github.com/garaio/xapian_db}
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Xapian-DB", "--main", "README.rdoc"]

s.required_rubygems_version = ">=1.3.6"
s.required_ruby_version = ">= 2.0.0"
s.required_rubygems_version = ">= 1.3.6"

s.add_dependency "daemons", ">= 1.0.10"

Expand Down

0 comments on commit 65334ef

Please sign in to comment.