w-stdlib 0.0.11 → 0.0.12

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: aa29cae0da989123d7bd48801ead7b06f6a8c5f20a85e5feb471ac566c43fdb0
4
- data.tar.gz: 6bb41ba957c8c800e98c081ac8208101ae40fa96942a2460cf81b8294ef3ef3a
3
+ metadata.gz: 91974a1619f3422256a2242641122ae6d6772987f951a14f5ee9b0a14d181898
4
+ data.tar.gz: 382a6972fd190d20e01ff8db0462b161ef23b92d983f5d373e30cc07e2f5061d
5
5
  SHA512:
6
- metadata.gz: fa39a709023a1423f00f009d01026972f7a71a8ecd718082df99b4b6c07c2718c13c0dcc2aaa3ee045fadbcde476b768ac34d0bf4f8fdcde90a7732cdbd910ac
7
- data.tar.gz: 6f9b027bf848f621fc4d98620d516611bb51f42a3675d99eebc2fd03aa163f72a4c6085aa8329b234df4a0e67fa3f08375486021a50423df2efb53fd76ad9ffa
6
+ metadata.gz: 3f49a7beee0df46384f7907e68c5aad231873d2cd521d4c27449d06040317b3e54b8f3a2569fac444b6e03c42016ad75a220ec4e47c0151dc91d664096f5cd7c
7
+ data.tar.gz: 951c96aeefb755d40c872913fd0ba2946ae6c4a3294ea49275e75176e49f41a87e553857df91e70f8f957037f9a8e62f2687d76dc000339e764169005a986d7b
@@ -1,6 +1,6 @@
1
1
  require 'http'
2
2
  require 'json'
3
- require 'w-stdlib/core_ext/string'
3
+ require_relative 'core_ext/string'
4
4
 
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.11'
3
+ g.version = '0.0.12'
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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: w-stdlib
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.11
4
+ version: 0.0.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - will@btlr.dev