yt-annotations 1.2.3 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b2044233a4b1e7bb78a37c6b7eaf4fcaaaf06aa8
4
- data.tar.gz: dcf59417f82b6e6413264574dc710278df4947f0
3
+ metadata.gz: 873e89e8a51911d5c88c8896ad15d6f05461bdcb
4
+ data.tar.gz: 4529e1fd637e9dfeaf88e3196e966730d619f9aa
5
5
  SHA512:
6
- metadata.gz: ea7442ab080e171ec205a66d3a51c441d4c0949290481cf9eab22f26101f6323255b3ab8d967f4c63893610d8e45a733d654c3660a87fe1c288d3b14c4c7084d
7
- data.tar.gz: bb325d5b61e0e01ae4f3122ccc2aaa7e49ff095f14f1af7d8bb2e84396c55d3c253dc5abe1253dd01c31a5549344849a459156c06b48535fae652fc5ee0cb087
6
+ metadata.gz: 699bfb04cc2ad9f6ce99e2be37fa02db1696573ca8320b23d9e4e00181b4130a9b8811eab8a504c669033b0f8efc95b42ef11e5e6f5db7ba768e498c07d77125
7
+ data.tar.gz: f8a352ab18f2f8d5d95d8c1798f9b3d21a366c8e17c1dbfab19df47ab2ee02fa029a1dcc8df6db1827c86835bec6640ed1403563c90791021b9eacb8d9cf4759
@@ -1,4 +1,4 @@
1
1
  language: ruby
2
2
  cache: bundler
3
3
  rvm:
4
- - 2.0.0
4
+ - 2.2.2
@@ -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.0 or higher**.
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
 
@@ -1,5 +1,5 @@
1
1
  module Yt
2
2
  module Annotations
3
- VERSION = '1.2.3'
3
+ VERSION = '1.3.0'
4
4
  end
5
5
  end
@@ -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.0'
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.2.3
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-06-09 00:00:00.000000000 Z
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: '2.0'
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.6.4
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.