media_types 0.5.2 → 0.5.3

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: 8a4cf2083c9d1cd0437095f8628b46eeaf369e6f
4
- data.tar.gz: e8b59d197727b29fa26a8f2fe1fdc8925677ae04
3
+ metadata.gz: aa2d55104d031ce996a25b386d36173805d3fd5e
4
+ data.tar.gz: 7d85d220951893827fdce34ef141690a66556b2d
5
5
  SHA512:
6
- metadata.gz: 9ea13d958b02c1a157e9cec975fab3df63b486c448ce932d191772347ab6932178ad8a5837743c15bb6f4da700f455d46647b446d7b15280858dd55d039a6ba0
7
- data.tar.gz: 75268c3f590a7ca1051bd2dbb730ea7d54ef3670a4887087d5e3bb7a67eea259f6d65b8c1b75a0b92018d06bed0978b7d1acee74249ccaa08f3fa0ebc878a98d
6
+ metadata.gz: af26052379d3c839dc5eaee39631a3d6bd9aed9b8fabe88edc51af77aa4af9737e93cef46aff70e00a2517d7ed3c13a4f325f4a1bf836b9e6292eb07c06acf94
7
+ data.tar.gz: faf22068a9b6ffda54e63a8a09add78c238363977728609056b354d277f3c834a51a61084f39eef6c9715ad5ce1b11b0d60182d0d5aec6d0a886be2f482d0a1d
data/CHANGELOG.md CHANGED
@@ -1,3 +1,11 @@
1
+ # 0.5.3
2
+
3
+ - Remove `require 'awesome_print'` in library code as it's marked as a development dependency only
4
+
5
+ # 0.5.2
6
+
7
+ - Add requires in files with missing requires
8
+
1
9
  # 0.5.1
2
10
 
3
11
  - Fix merging optional attributes
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- media_types (0.5.2)
4
+ media_types (0.5.3)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -17,8 +17,6 @@ require 'media_types/scheme/output_empty_guard'
17
17
  require 'media_types/scheme/output_type_guard'
18
18
  require 'media_types/scheme/rules_exhausted_guard'
19
19
 
20
- require 'awesome_print'
21
-
22
20
  module MediaTypes
23
21
  ##
24
22
  # Media Type Schemes can validate content to a media type, by itself. Used by the `validations` dsl.
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MediaTypes
4
- VERSION = '0.5.2'
4
+ VERSION = '0.5.3'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: media_types
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld