Skip to content

Commit

Permalink
Don't limit Yt dependency to 0.25.x
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiob committed Feb 26, 2017
1 parent c726f62 commit fdc6e07
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,10 @@ For more information about changelogs, check
[Keep a Changelog](http://keepachangelog.com) and
[Vandamme](http://tech-angels.github.io/vandamme).

## 0.3.2 - 2017.02.26

* [ENHANCEMENT] Don't limit Yt dependency to 0.25.x

## 0.3.1 - 2016.04.04

* [BUGFIX] Fix condition of Youtube Association for invalid channel urls on the description.
Expand Down
2 changes: 1 addition & 1 deletion lib/yt/audit/version.rb
@@ -1,5 +1,5 @@
module Yt
class Audit
VERSION = "0.3.1"
VERSION = "0.3.2"
end
end
2 changes: 1 addition & 1 deletion yt-audit.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "yt", '~> 0.25.22'
spec.add_dependency "yt", '>= 0.25.22'
spec.add_dependency "yt-annotations", '~> 1.2'

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

0 comments on commit fdc6e07

Please sign in to comment.