yt-url 1.0.0.beta2 → 1.0.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/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/yt/url/version.rb +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: a0b0c895a291af944c249af1a633813ab7aa1d7f
|
|
4
|
+
data.tar.gz: 6f078ded331f0d707431950fbd35e41a8c4c7040
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d36d55849f2eb15aaf27ffe97628ac349191fe18e19221f733f50549ede50a9e25a531cf87efb8e79da51d7f7c1877a7648ef69418f6622d2618457ec54b5596
|
|
7
|
+
data.tar.gz: 86627a0d48e93cb94ba06f8f1a337aa5260a66c83f9eff0529d08eaf6254024d5883f6ef8bfbba7cdf272007e4a587d922d8af6772804594c1d783725464193c
|
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.0.0 - 2017-08-23
|
|
10
|
+
|
|
11
|
+
* No changes
|
|
12
|
+
|
|
9
13
|
## 1.0.0.beta2 - 2017-03-04
|
|
10
14
|
|
|
11
15
|
* [ENHANCEMENT] Remove dependency from 'activesupport'
|
data/README.md
CHANGED
|
@@ -43,7 +43,7 @@ To install on your system, run
|
|
|
43
43
|
|
|
44
44
|
To use inside a bundled Ruby project, add this line to the Gemfile:
|
|
45
45
|
|
|
46
|
-
gem 'yt-url', '~> 1.0
|
|
46
|
+
gem 'yt-url', '~> 1.0'
|
|
47
47
|
|
|
48
48
|
Since the gem follows [Semantic Versioning](http://semver.org),
|
|
49
49
|
indicating the full version in your Gemfile (~> *major*.*minor*.*patch*)
|
data/lib/yt/url/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: yt-url
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.0
|
|
4
|
+
version: 1.0.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Claudio Baccigalupo
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-08-23 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: yt-core
|
|
@@ -150,9 +150,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
150
150
|
version: 2.2.2
|
|
151
151
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
152
152
|
requirements:
|
|
153
|
-
- - "
|
|
153
|
+
- - ">="
|
|
154
154
|
- !ruby/object:Gem::Version
|
|
155
|
-
version:
|
|
155
|
+
version: '0'
|
|
156
156
|
requirements: []
|
|
157
157
|
rubyforge_project:
|
|
158
158
|
rubygems_version: 2.6.11
|