Skip to content

Commit

Permalink
Relax rainbow dependecy requirements to allow 2.x and 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brodock committed Oct 22, 2018
1 parent f9eb5a1 commit ac5345e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions lib/samovar/version.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright, 2016, by Samuel G. D. Williams. <http://www.codeotaku.com>
#
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
#
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
#
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Expand All @@ -19,5 +19,5 @@
# THE SOFTWARE.

module Samovar
VERSION = "1.9.0"
VERSION = "1.9.1"
end
4 changes: 2 additions & 2 deletions samovar.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "mapping", "~> 1.0"
spec.add_dependency "rainbow", "~> 2.0"
spec.add_dependency "rainbow", ">= 2.0", "< 4.0"

spec.add_development_dependency "bundler", "~> 1.11"
spec.add_development_dependency "rake", "~> 10.0"
Expand Down

0 comments on commit ac5345e

Please sign in to comment.