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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2618aa48886e44a3c874fc3d6c2ec1e46a45ff8b
4
- data.tar.gz: f7728d1819486c079fb75315ec7da131ba27132a
3
+ metadata.gz: a0b0c895a291af944c249af1a633813ab7aa1d7f
4
+ data.tar.gz: 6f078ded331f0d707431950fbd35e41a8c4c7040
5
5
  SHA512:
6
- metadata.gz: aff9ced79af1c921bade6c03137c48c90b6a68eaacb575a92d770e6c3675460de9bd53e60da1416a729c9a54869ac8589868a8cf20c3593a2a4da3601c5c7830
7
- data.tar.gz: 1ea415b5b7047383c05d8703af843135ad9e59ba27c754de471dc0d8aad21fba93d1ef1bc409487db62f7832acd65fafbded299963396efdb04635aa28f719ee
6
+ metadata.gz: d36d55849f2eb15aaf27ffe97628ac349191fe18e19221f733f50549ede50a9e25a531cf87efb8e79da51d7f7c1877a7648ef69418f6622d2618457ec54b5596
7
+ data.tar.gz: 86627a0d48e93cb94ba06f8f1a337aa5260a66c83f9eff0529d08eaf6254024d5883f6ef8bfbba7cdf272007e4a587d922d8af6772804594c1d783725464193c
@@ -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.0.beta2'
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*)
@@ -2,6 +2,6 @@ module Yt
2
2
  class URL
3
3
  # @return [String] the SemVer-compatible gem version.
4
4
  # @see http://semver.org
5
- VERSION = '1.0.0.beta2'
5
+ VERSION = '1.0.0'
6
6
  end
7
7
  end
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.beta2
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-04-03 00:00:00.000000000 Z
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: 1.3.1
155
+ version: '0'
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 2.6.11