yt-annotations 1.2.3 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +1 -1
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/yt/annotations/version.rb +1 -1
- data/yt-annotations.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 873e89e8a51911d5c88c8896ad15d6f05461bdcb
|
|
4
|
+
data.tar.gz: 4529e1fd637e9dfeaf88e3196e966730d619f9aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 699bfb04cc2ad9f6ce99e2be37fa02db1696573ca8320b23d9e4e00181b4130a9b8811eab8a504c669033b0f8efc95b42ef11e5e6f5db7ba768e498c07d77125
|
|
7
|
+
data.tar.gz: f8a352ab18f2f8d5d95d8c1798f9b3d21a366c8e17c1dbfab19df47ab2ee02fa029a1dcc8df6db1827c86835bec6640ed1403563c90791021b9eacb8d9cf4759
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,10 @@ For more information about changelogs, check
|
|
|
6
6
|
[Keep a Changelog](http://keepachangelog.com) and
|
|
7
7
|
[Vandamme](http://tech-angels.github.io/vandamme).
|
|
8
8
|
|
|
9
|
+
## 1.3.0 - 2016.07.11
|
|
10
|
+
|
|
11
|
+
* [BUGFIX] Bump Ruby version to 2.2.2 to make it work with ActiveSupport 5
|
|
12
|
+
|
|
9
13
|
## 1.2.3 - 2016.06.09
|
|
10
14
|
|
|
11
15
|
* [BUGFIX] Don't raise errors on `Yt::Annotations.for` for some videos in Barbie channel
|
data/README.md
CHANGED
|
@@ -33,7 +33,7 @@ annotations.first.link
|
|
|
33
33
|
How to install
|
|
34
34
|
==============
|
|
35
35
|
|
|
36
|
-
Yt::Annotations requires **Ruby 2.
|
|
36
|
+
Yt::Annotations requires **Ruby 2.2.2 or higher**.
|
|
37
37
|
|
|
38
38
|
To include in your project, add `gem 'yt-annotations', ~> '1.0'` to the `Gemfile` file of your Ruby project.
|
|
39
39
|
|
data/yt-annotations.gemspec
CHANGED
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|
|
15
15
|
spec.homepage = 'https://github.com/fullscreen/yt-annotations'
|
|
16
16
|
spec.license = 'MIT'
|
|
17
17
|
|
|
18
|
-
spec.required_ruby_version = '>= 2.
|
|
18
|
+
spec.required_ruby_version = '>= 2.2.2'
|
|
19
19
|
|
|
20
20
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
21
21
|
spec.bindir = 'exe'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt-annotations
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- claudiob
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-
|
|
11
|
+
date: 2016-07-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
143
143
|
requirements:
|
|
144
144
|
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
|
-
version:
|
|
146
|
+
version: 2.2.2
|
|
147
147
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
148
148
|
requirements:
|
|
149
149
|
- - ">="
|
|
@@ -151,7 +151,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
151
151
|
version: '0'
|
|
152
152
|
requirements: []
|
|
153
153
|
rubyforge_project:
|
|
154
|
-
rubygems_version: 2.
|
|
154
|
+
rubygems_version: 2.4.5.1
|
|
155
155
|
signing_key:
|
|
156
156
|
specification_version: 4
|
|
157
157
|
summary: Fetch annotations and cards from YouTube videos.
|