w-stdlib 0.0.5 → 0.0.6

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
  SHA256:
3
- metadata.gz: 04c50ead7377d2c59951d5cc7ba399bf1e9369e23cb3d94b4884d2dadcce3a31
4
- data.tar.gz: e56cfa336ffecdf871e11f9390d1e4522b59610034dfb48bbafe1c80afc31c0f
3
+ metadata.gz: dd99fef38fdca3611556554681e8145c508f0b47c05666715d22fa9d140b7ae4
4
+ data.tar.gz: 18bb93cb4afee1643613ffea02ebf9b184c4ac91d91dd1fb4ee36468eded286d
5
5
  SHA512:
6
- metadata.gz: 4b395f06878b1552788db94781245b1d5ad14a32b3774bf85474a48c7715f55b241030b5fdf3d4b32d79b27b6913b7faab22f42eea34108e09c3e13e47713a22
7
- data.tar.gz: be726cc0a08511909f76582f9cbe32bdb267e88f6ac06e9a7eb2a971b316ca3bc86460550de13c8c97accd26f8e98560ac29a5547542cfac03670b59b064923b
6
+ metadata.gz: 88b48766ca40cf10a79c0f72e216c7f94e4ee41b562269a75d357e196703d24d3f21a0c5e73033d804878ffafc2a21d8fa162cca6c7b3ebc6e2c9eeb00d6f7c0
7
+ data.tar.gz: 87aaddafa3a127c5c037143452d0f13879e891257eb4594ad5e35ccb8c776f18ccdeeef820b7bd7ec844f118b9c76980a75b70ef1bada17454b3f2f9d5274f75
data/lib/w-stdlib/aws.rb CHANGED
@@ -1,7 +1,7 @@
1
- require_relative '../lib/glob'
2
- require_relative '../lib/core_ext/string'
3
- require_relative '../lib/core_ext/object'
4
- require_relative '../lib/core_ext/hash'
1
+ require_relative './glob'
2
+ require_relative './core_ext/string'
3
+ require_relative './core_ext/object'
4
+ require_relative './core_ext/hash'
5
5
 
6
6
  using StringExt
7
7
  using ObjectExt
@@ -1,6 +1,6 @@
1
1
  require 'parallel'
2
2
  require 'etc'
3
- require_relative '../../lib/core_ext/string'
3
+ require_relative './string'
4
4
 
5
5
  using StringExt
6
6
 
@@ -1,4 +1,4 @@
1
- require_relative '../../lib/core_ext/string'
1
+ require_relative './string'
2
2
 
3
3
  using StringExt
4
4
 
@@ -1,9 +1,8 @@
1
1
  require 'http'
2
2
  require 'json'
3
3
  require 'uri'
4
- require_relative '../lib/core_ext/uri'
5
- require_relative '../lib/uri'
6
- require_relative '../lib/core_ext/string'
4
+ require_relative './uri'
5
+ require_relative './core_ext/string'
7
6
 
8
7
  using StringExt
9
8
 
@@ -1,6 +1,6 @@
1
1
  require 'sys/proctable'
2
- require_relative '../lib/core_ext/file'
3
- require_relative '../lib/core_ext/string'
2
+ require_relative './core_ext/file'
3
+ require_relative './core_ext/string'
4
4
  using FileExt
5
5
  using StringExt
6
6
 
data/w-stdlib.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |g|
2
2
  g.name = 'w-stdlib'
3
- g.version = '0.0.5'
3
+ g.version = '0.0.6'
4
4
  g.summary = 'Pre-alpha package that contains abstractions that I find useful when scripting. Not suitable for production use. Breaking changes highly likely even with minor version bumps. Use at your own risk'
5
5
  g.description = g.summary
6
6
  g.authors = ['will@btlr.dev']
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - will@btlr.dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-14 00:00:00.000000000 Z
11
+ date: 2022-02-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Pre-alpha package that contains abstractions that I find useful when
14
14
  scripting. Not suitable for production use. Breaking changes highly likely even