silent_stream 1.0.2 → 1.0.3

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
  SHA256:
3
- metadata.gz: 2a1886c58edf8e54618d59b6ef67850a363a0775bcec2a11dba376034228f3a0
4
- data.tar.gz: 97c5bad46cce338a065653e316393a366fd32c76543768da9e03efb27ae62811
3
+ metadata.gz: 872712543036f927970b5db4dc0bd6150f99d4ca7f007088b7e3b59cf45e5bfc
4
+ data.tar.gz: f280efeb2946ccd1b10cff5549f65ab96134b8285a50b25a162cc1a328720439
5
5
  SHA512:
6
- metadata.gz: 0d75f7dfae02514782e57661103037d5a23cfe6532b9063dbd6dbab5bf30de0a85290ada29c69fc18a5f3cac403c857c90260e41ed0ca24c5cc16b3d977e3f54
7
- data.tar.gz: 2f4532d56e56c6f3f04c2b3989d88063f69b957f56f5adbd0d87114e39d87de9b44168e04e64e062ef970b3dc1069d8652931f6b02c85be320446bef2537e312
6
+ metadata.gz: da90cd10a4bfc1262074ed98a5fefcced9c2c3c012f10d55e71e7047ff2a9db48c9f6f53b4737974ca1dd874ba0f9928c0983df7b8a60e686ee09bd48b5f03b6
7
+ data.tar.gz: cef8cd44a1418c94d4bd7fe24158a94bdde2c94796269b796c86742232bdb2757c74edc38437022ad7ce6b8a58d0fc9b1bd76b46c08904afdeb4ca11a7015f5b
@@ -1,3 +1,3 @@
1
1
  module SilentStream
2
- VERSION = '1.0.2'.freeze
2
+ VERSION = '1.0.3'.freeze
3
3
  end
@@ -51,6 +51,7 @@ authors = [
51
51
  spec.bindir = 'exe'
52
52
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
53
53
  spec.require_paths = ['lib']
54
+ spec.license = 'MIT'
54
55
 
55
56
  if RUBY_VERSION < '1.9.3'
56
57
  spec.add_development_dependency 'rake', '>= 10.4'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: silent_stream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Daer
@@ -113,7 +113,8 @@ files:
113
113
  - lib/silent_stream/version.rb
114
114
  - silent_stream.gemspec
115
115
  homepage: https://github.com/pboling/silent_stream
116
- licenses: []
116
+ licenses:
117
+ - MIT
117
118
  metadata: {}
118
119
  post_install_message:
119
120
  rdoc_options: []