hacks 0.0.3 → 0.0.4

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: 9d864adfb10ffe7141efe44a825a6691a50564bb5762a81d0ab970afe264eb34
4
- data.tar.gz: a653799f9f87b99e9d83c893aa793da7f8152dbddabc9be987be45faac2cb527
3
+ metadata.gz: f13cdcb072c1740305781547e1ec9fb8d325fc7f13c906b366ce5698457b8d0d
4
+ data.tar.gz: ce2d9afff0fad70ee8cf2e27f6cd2ba65fec40b610a45b0f145598f9cb9113ad
5
5
  SHA512:
6
- metadata.gz: 94a16bcccc2be2fe57c52f55e4b8370d1a4a056c42fd8ceeefc7e9d8a8992d0a5ae8021abd0d7a78278c094b56485b61817ba9ae46f3e98a7a6a23b187ce27d8
7
- data.tar.gz: 537c8567c67ccc38f9df2f0e4eacaa5ea1ed7a5ddf3c95990ed9bb619e5db0657905f72cfccf9dd275ec1aaa7105e7edf03f068326c865147706340a6082ebc3
6
+ metadata.gz: 88934330f21446db9a806ce0f65be1cd60361c18a1f38180c0c0425b20b6d34333771d1c3efb607921cebdef7fc652bb1b5fbaec6dc35fbb315cdf7be7c0701f
7
+ data.tar.gz: 4b335678b0e31af5018b4781d2057cb2193a6a66f179127ee8956e632a8b561a83255423e92f086bb7c856c5206335d12b42e0dfde19aee253e601d382f183cf
@@ -3,7 +3,7 @@
3
3
  static VALUE
4
4
  hacks_rb_intern_str(VALUE mod, VALUE x)
5
5
  {
6
- return rb_intern_str(x);
6
+ return LONG2NUM(rb_intern_str(x));
7
7
  }
8
8
 
9
9
  static VALUE
data/hacks.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "hacks"
5
- s.version = "0.0.3"
5
+ s.version = "0.0.4"
6
6
  s.summary = "Ruby C internals exposed as Ruby"
7
7
  s.description = "These are some hacks I use. This gem exposes some Ruby C internals as Ruby functions and constants"
8
8
  s.authors = ["Aaron Patterson"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hacks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Patterson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-15 00:00:00.000000000 Z
11
+ date: 2023-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake