scout-essentials 1.6.13 → 1.6.14

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: 9b0d08853e8b5dc5179a61969c0778068d5aa613df3ea03b63ec8c0501ebbbce
4
- data.tar.gz: 48a325008838d43f3007184fe278cc68f10a3e7d694f09b97146797f4a69b150
3
+ metadata.gz: '0586199497442010ccb5ea02066de21a220968857261f64799769e2af2233434'
4
+ data.tar.gz: c6d0e58c2a419e9a5afa1a0f6483ed5c6f816ceddb2deefd84c2b64f6fa694c5
5
5
  SHA512:
6
- metadata.gz: db7058cfb59b79eb0cc0b0b1524190562e08e0588ae2a00ff8ef5a5442c75799158de0279141da16815b3c1e5e417583137756be3eb63c6fd4d562d8aee4510f
7
- data.tar.gz: def4814942f6325cb8ea0d059bc5b935a32989ca6b373aea8b8345747a7b9c500f89df58b524e40e440883f0b2946a3d40a10dd204de2042a08c9d15b76d1f59
6
+ metadata.gz: 4a1ca8a38e73ece435c2b2bc43fe2e35791ecc2015e5059e3ea571cfdd78f2c9fd98c816d03c7856b732fa9e3c74f21634bdc4b0962c422c9448b97aa396d65c
7
+ data.tar.gz: 4a11339327cb65af5f3d79491b51ac24b83ca2ebffbfd075738d9c6c77e1dc2627b78418f3742e14230b3c2eadf0380ccc30b6c5ca684405f3109c40a0e2ac70
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.6.13
1
+ 1.6.14
@@ -141,6 +141,11 @@ module Open
141
141
  end
142
142
  end
143
143
 
144
+ def self.size(file)
145
+ file = file.find if Path === file
146
+ File.size(file)
147
+ end
148
+
144
149
  def self.ln_s(source, target, options = {})
145
150
  source = source.find if Path === source
146
151
  target = target.find if Path === target
@@ -2,11 +2,11 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: scout-essentials 1.6.13 ruby lib
5
+ # stub: scout-essentials 1.6.14 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "scout-essentials".freeze
9
- s.version = "1.6.13".freeze
9
+ s.version = "1.6.14".freeze
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib".freeze]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout-essentials
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.13
4
+ version: 1.6.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Miguel Vazquez