w-stdlib 0.0.1 → 0.0.2

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: f7cb8e2bf20665a3a90bfa7cdfbf7db465f5867bce893d78783b3ccfa38d245a
4
- data.tar.gz: 3ce32ae202b1a5f77fa3cf90e97295d775a4c2fa6487daa92fbb8a4f6c6830fa
3
+ metadata.gz: c4cc6b8323d1d52b0a731fd4cfd06df2700a292beed30a6bd10b35d287aaf1d7
4
+ data.tar.gz: 3c7948c29b384a65246edaed26488e3025d20b7743a53321406dabb6ba1138ef
5
5
  SHA512:
6
- metadata.gz: 43bae6362746dd9b6bbddf3fa1fc74a8272be4db2e15df2fb65daaa9905a7938b2a8f5faf45228e29348678bd2d390a3258eedae83218ff37ee68e1c5a4ed4b5
7
- data.tar.gz: 7e8447678675d9df0e2c8fea625833c893a471403df9713aac377b06a86afbfbe34d2697e86b237e860708b2bd96073528fe427d8ff31b1311a42bf1c323873f
6
+ metadata.gz: 949a0a07fc4b722c2fb5bf64619d98bf670597cd939d72355f2f4c97c418b2e64091677b836e183f06f385bc58a63ee1c3677ce926ab030c22594c3c31e3709b
7
+ data.tar.gz: 60524b71bf743e11502d977751a85ab0962fa13e45ca46e6e970f6296da812cb6896580c7282587b0d085947ec29de67c757e7a83b4e602dcc796fc729449036
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/w-stdlib.rb CHANGED
@@ -1 +1 @@
1
- require ''
1
+ require_relative './prelude.rb'
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.1'
3
+ g.version = '0.0.2'
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.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - will@btlr.dev
@@ -19,24 +19,24 @@ extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
21
  - Gemfile
22
- - lib/aws.rb
23
- - lib/case_insensitive_hash.rb
24
- - lib/core_ext/array.rb
25
- - lib/core_ext/aws.rb
26
- - lib/core_ext/file.rb
27
- - lib/core_ext/hash.rb
28
- - lib/core_ext/io.rb
29
- - lib/core_ext/ipv4net.rb
30
- - lib/core_ext/object.rb
31
- - lib/core_ext/openssl.rb
32
- - lib/core_ext/string.rb
33
- - lib/core_ext/uri.rb
34
- - lib/github_client.rb
35
- - lib/glob.rb
36
- - lib/prelude.rb
37
- - lib/processes.rb
38
- - lib/uri.rb
39
22
  - lib/w-stdlib.rb
23
+ - lib/w-stdlib/aws.rb
24
+ - lib/w-stdlib/case_insensitive_hash.rb
25
+ - lib/w-stdlib/core_ext/array.rb
26
+ - lib/w-stdlib/core_ext/aws.rb
27
+ - lib/w-stdlib/core_ext/file.rb
28
+ - lib/w-stdlib/core_ext/hash.rb
29
+ - lib/w-stdlib/core_ext/io.rb
30
+ - lib/w-stdlib/core_ext/ipv4net.rb
31
+ - lib/w-stdlib/core_ext/object.rb
32
+ - lib/w-stdlib/core_ext/openssl.rb
33
+ - lib/w-stdlib/core_ext/string.rb
34
+ - lib/w-stdlib/core_ext/uri.rb
35
+ - lib/w-stdlib/github_client.rb
36
+ - lib/w-stdlib/glob.rb
37
+ - lib/w-stdlib/prelude.rb
38
+ - lib/w-stdlib/processes.rb
39
+ - lib/w-stdlib/uri.rb
40
40
  - w-stdlib.gemspec
41
41
  homepage:
42
42
  licenses: []