cfsslrb 0.10.5 → 0.10.7

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: a94f9913b2050adfed2d05eb5d2c7a14eb648089
4
- data.tar.gz: 1c02c3573096b974f033a8f72f02e47f31a41b11
3
+ metadata.gz: 0657d206ff5418bb275662b9e81803ac516fc932
4
+ data.tar.gz: f15d425f6b5d03762e2ffaf14fe00a13c90e1c35
5
5
  SHA512:
6
- metadata.gz: 360783deaae5703be9cce4743dde28c3e43e0d35901954bce67cf5711f1992531af5f0ca3db17bfee51e236b0b0f6f17004e3c7e1a979defb9a50c40cfaff85d
7
- data.tar.gz: 6ae90947bc36bbe8a06608e4126ef49c50fbf3f59080d63a3fb0276fd14b93a4fc32e5dd50d96f87bae91ed43e9373e3fd6d2b4e4b9b459e9d50e5047220ed6a
6
+ metadata.gz: 3c367d8c992e338887bf31154adc8cc703b1eec62f12bfc1a61ba883ea516b058f45eddaca4d0ee1ff4569b366038854943a2eb2454196ad235e019e90e8d56e
7
+ data.tar.gz: 8910b32231c5bab1e4c71172bb329590bd72f52b064ddc65061c257f6f41f4de0d2bbe00ca9e8fcd685c8cc38c3771e595133047c12b5458ae1944ebff5f6f0a
data/cfsslrb.gemspec CHANGED
@@ -13,15 +13,6 @@ Gem::Specification.new do |spec|
13
13
  spec.description = spec.summary
14
14
  spec.homepage = "https://github.com/voobscout/cfsslrb"
15
15
 
16
- # Prevent pushing this gem to RubyGems.org. To allow pushes either set the 'allowed_push_host'
17
- # to allow pushing to a single host or delete this section to allow pushing to any host.
18
- # if spec.respond_to?(:metadata)
19
- # spec.metadata['allowed_push_host'] = ''
20
- # else
21
- # raise "RubyGems 2.0 or newer is required to protect against " \
22
- # "public gem pushes."
23
- # end
24
-
25
16
  spec.files = `git ls-files -z`.split("\x0").reject do |f|
26
17
  f.match(%r{^(test|spec|features)/})
27
18
  end
@@ -1,3 +1,3 @@
1
1
  module Cfsslrb
2
- VERSION = "0.10.5"
2
+ VERSION = "0.10.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cfsslrb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.5
4
+ version: 0.10.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - voobscout