hash-proxy 1.0.0 → 1.0.1

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: 1855238cbfa38c1d0a5a5b132a738b2fb3a4e8b246ce04894c8078a465cec86a
4
- data.tar.gz: 8978e1a5e8a4085e72efe37fc20cfe6f16dc1a88f6ce5dfb8276018e90f9b14f
3
+ metadata.gz: facde57e0d5e9905dcccfe171eae18d60ecea2774109ec46487b6ce784a14701
4
+ data.tar.gz: 95276b3b6fb02e13814ff8168148e5946fa6ca055198e8f46c490a7e0abcb9e6
5
5
  SHA512:
6
- metadata.gz: ad492489ada070fc21f89f242490b19fd47b05757945c3bfd874229c88b9c10c5818c777e9a2c4e8cff67259bdbfe5472e2822e160ec58362bc81e74991ec2c6
7
- data.tar.gz: 0cefd52c86fa17359ec33c3ab2f819784fdbe81c693ae9402db95679f4c51cde21b67a4785ed38494600a7dd775ccd0a826f39ecc89bf73e64012331495c6058
6
+ metadata.gz: 70f03f4cacc3cfde014ea6205894bcc931a0e4fa05e9fc92eb95d509e6ee305bc3c00c7367b5dfa0060e68576cc1452a73c222a30cfd6bad7e9bd9da31082593
7
+ data.tar.gz: 6dc878014fde0b3a00860bec3d33ef5b9ee93ea9bc70f7f4ec42560ade504cee94a85fe4a892e721eddb19dcd124f2bfe4fc6def531e7cd4b290330c4fb2253e
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 3.1.1
1
+ 3.3.10
data/Gemfile.lock CHANGED
@@ -1,8 +1,8 @@
1
1
  GEM
2
2
  remote: https://rubygems.org/
3
3
  specs:
4
- addressable (2.8.1)
5
- public_suffix (>= 2.0.2, < 6.0)
4
+ addressable (2.8.9)
5
+ public_suffix (>= 2.0.2, < 8.0)
6
6
  bones (3.9.0)
7
7
  little-plugger (~> 1.1)
8
8
  loquacious (~> 1.9)
@@ -16,37 +16,41 @@ GEM
16
16
  bones-yard (1.0.0)
17
17
  bones (>= 3.5.0)
18
18
  yard (>= 0.5.8)
19
- diff-lcs (1.5.0)
20
- git (1.13.0)
19
+ date (3.5.1)
20
+ diff-lcs (1.6.2)
21
+ erb (6.0.2)
22
+ git (1.19.1)
21
23
  addressable (~> 2.8)
22
24
  rchardet (~> 1.8)
23
25
  little-plugger (1.1.4)
24
26
  loquacious (1.9.1)
25
- psych (5.0.1)
27
+ psych (5.3.1)
28
+ date
26
29
  stringio
27
- public_suffix (5.0.1)
28
- rake (13.0.6)
29
- rchardet (1.8.0)
30
- rdoc (6.5.0)
30
+ public_suffix (7.0.5)
31
+ rake (13.3.1)
32
+ rchardet (1.10.0)
33
+ rdoc (6.17.0)
34
+ erb
31
35
  psych (>= 4.0.0)
32
- redcarpet (3.5.1)
33
- rspec (3.12.0)
34
- rspec-core (~> 3.12.0)
35
- rspec-expectations (~> 3.12.0)
36
- rspec-mocks (~> 3.12.0)
37
- rspec-core (3.12.0)
38
- rspec-support (~> 3.12.0)
39
- rspec-expectations (3.12.1)
36
+ tsort
37
+ redcarpet (3.6.1)
38
+ rspec (3.13.2)
39
+ rspec-core (~> 3.13.0)
40
+ rspec-expectations (~> 3.13.0)
41
+ rspec-mocks (~> 3.13.0)
42
+ rspec-core (3.13.6)
43
+ rspec-support (~> 3.13.0)
44
+ rspec-expectations (3.13.5)
40
45
  diff-lcs (>= 1.2.0, < 2.0)
41
- rspec-support (~> 3.12.0)
42
- rspec-mocks (3.12.1)
46
+ rspec-support (~> 3.13.0)
47
+ rspec-mocks (3.13.8)
43
48
  diff-lcs (>= 1.2.0, < 2.0)
44
- rspec-support (~> 3.12.0)
45
- rspec-support (3.12.0)
46
- stringio (3.0.4)
47
- webrick (1.7.0)
48
- yard (0.9.28)
49
- webrick (~> 1.7.0)
49
+ rspec-support (~> 3.13.0)
50
+ rspec-support (3.13.7)
51
+ stringio (3.2.0)
52
+ tsort (0.2.0)
53
+ yard (0.9.38)
50
54
 
51
55
  PLATFORMS
52
56
  ruby
@@ -60,4 +64,4 @@ DEPENDENCIES
60
64
  rspec
61
65
 
62
66
  BUNDLED WITH
63
- 2.4.1
67
+ 2.3.7
data/History.txt CHANGED
@@ -1,3 +1,11 @@
1
+ # == Version 1.0.1 / 2014-09-25
2
+ # * Upgrade to latest versions of everything
3
+ # * Housekeeping in the gemspec
4
+ #
5
+ # == Version 1.0.0 / 2014-09-25
6
+ # * Upgrade to latest versions of everything
7
+ # * Switch specs over to expect style
8
+ #
1
9
  # == Version 0.1.6 / 2014-09-25
2
10
  # * Pin to rspec < 3
3
11
  # * fix a warning
data/Rakefile CHANGED
@@ -14,11 +14,6 @@ Bones {
14
14
  email 'doug@dseifert.net'
15
15
  url 'https://github.com/seifertd/hash-proxy'
16
16
  license 'MIT'
17
- #depend_on 'bones', :development => true
18
- #depend_on 'bones-rspec', :development => true
19
- #depend_on 'bones-git', :development => true
20
- #depend_on 'bones-yard', :development => true
21
- #depend_on 'redcarpet', :development => true
22
17
 
23
18
  yard.exclude ['version.txt']
24
19
  }
@@ -1,3 +1,5 @@
1
+ require 'json'
2
+
1
3
  module HashProxy
2
4
  # Class that wraps a hash and converts message sends to
3
5
  # hash lookups and sets. If sent a message ending with '=',
@@ -140,7 +140,6 @@ describe HashProxy do
140
140
  end
141
141
 
142
142
  describe "json conversion" do
143
- require 'json'
144
143
  it "should work when no keys are converted" do
145
144
  hash = {foo: 'bar', baz: {subkey: 'sub1', subkey2: 'sub2'}}
146
145
  proxy = HashProxy.create_from hash
data/version.txt CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.0.1
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash-proxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Douglas A. Seifert
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-27 00:00:00.000000000 Z
11
+ date: 2026-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bones
@@ -53,7 +53,7 @@ homepage: https://github.com/seifertd/hash-proxy
53
53
  licenses:
54
54
  - MIT
55
55
  metadata: {}
56
- post_install_message:
56
+ post_install_message:
57
57
  rdoc_options:
58
58
  - "--main"
59
59
  - README.md
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.3.7
74
- signing_key:
73
+ rubygems_version: 3.5.22
74
+ signing_key:
75
75
  specification_version: 4
76
76
  summary: An object that proxies method calls to a Hash object as hash key lookups.
77
77
  test_files: []