Skip to content

Commit

Permalink
Remove Ruby 2.1 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
dropofwill committed May 18, 2015
1 parent da74e1e commit c5fc663
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rtasklib/controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def add! description, tags: nil, dom: nil
# @param tags [Array<String>, String]
# @param dom [Array<String>, String]
# @api public
def modify! attr:, val:, ids: nil, tags: nil, dom: nil
def modify! attr, val, ids: nil, tags: nil, dom: nil
f = Helpers.filter(ids: ids, tags: tags, dom: dom)
return false if f.blank?

Expand Down
2 changes: 1 addition & 1 deletion rtasklib.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]
spec.required_ruby_version = '>= 2.1'
spec.required_ruby_version = '>= 2.0'
spec.requirements << 'taskwarrior, >=2.4.0'

spec.add_dependency "virtus"
Expand Down

0 comments on commit c5fc663

Please sign in to comment.