ryo.rb 0.4.4 → 0.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (48) hide show
  1. checksums.yaml +4 -4
  2. data/.github/workflows/specs.yml +0 -0
  3. data/.gitignore +0 -0
  4. data/.gitlab-ci.yml +0 -0
  5. data/.rubocop.yml +0 -0
  6. data/.yardoc-template/default/fulldoc/html/css/0x1eef.css +0 -0
  7. data/.yardoc-template/default/layout/html/setup.rb +0 -0
  8. data/.yardoc-template/default/module/setup.rb +0 -0
  9. data/.yardopts +0 -0
  10. data/Gemfile +0 -0
  11. data/LICENSE.txt +0 -0
  12. data/README.md +0 -6
  13. data/Rakefile +0 -0
  14. data/lib/ryo/basic_object.rb +0 -0
  15. data/lib/ryo/builder.rb +0 -0
  16. data/lib/ryo/enumerable.rb +0 -0
  17. data/lib/ryo/function.rb +0 -0
  18. data/lib/ryo/keywords.rb +0 -0
  19. data/lib/ryo/lazy.rb +0 -0
  20. data/lib/ryo/object.rb +0 -0
  21. data/lib/ryo/reflect.rb +0 -0
  22. data/lib/ryo/version.rb +1 -1
  23. data/lib/ryo.rb +0 -0
  24. data/ryo.rb.gemspec +0 -0
  25. data/share/ryo.rb/examples/1.0_prototypes_point_object.rb +0 -0
  26. data/share/ryo.rb/examples/1.1_prototypes_ryo_fn.rb +0 -0
  27. data/share/ryo.rb/examples/2.0_iteration_each.rb +0 -0
  28. data/share/ryo.rb/examples/2.1_iteration_map.rb +0 -0
  29. data/share/ryo.rb/examples/2.2_iteration_ancestors.rb +0 -0
  30. data/share/ryo.rb/examples/3.0_recursion_ryo_from.rb +0 -0
  31. data/share/ryo.rb/examples/3.1_recursion_ryo_from_with_array.rb +0 -0
  32. data/share/ryo.rb/examples/3.2_recursion_ryo_from_with_openstruct.rb +0 -0
  33. data/share/ryo.rb/examples/4.0_basicobject_ryo_basicobject.rb +0 -0
  34. data/share/ryo.rb/examples/4.1_basicobject_ryo_basicobject_from.rb +0 -0
  35. data/share/ryo.rb/examples/5_collisions_resolution_strategy.rb +0 -0
  36. data/share/ryo.rb/examples/6_beyond_hash_objects.rb +0 -0
  37. data/share/ryo.rb/examples/7_ryo_lazy.rb +0 -0
  38. data/share/ryo.rb/examples/setup.rb +0 -0
  39. data/spec/readme_spec.rb +0 -0
  40. data/spec/ryo_basic_object_spec.rb +0 -0
  41. data/spec/ryo_enumerable_spec.rb +0 -0
  42. data/spec/ryo_keywords_spec.rb +0 -0
  43. data/spec/ryo_object_spec.rb +0 -0
  44. data/spec/ryo_prototypes_spec.rb +0 -0
  45. data/spec/ryo_reflect_spec.rb +0 -0
  46. data/spec/ryo_spec.rb +0 -0
  47. data/spec/setup.rb +0 -0
  48. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 61ffcab409332ea4c6979e302c9d27f467575ef2b8167f07805e7f20ad523002
4
- data.tar.gz: fb5f3050e9a373616e377a5d76c0605f7ce6e655ca8a2822619dd63d7426182d
3
+ metadata.gz: 07253d87ed2b75096a5791e0f31d9820bff5c165c66e73544c42fa9350dc5aa6
4
+ data.tar.gz: d54bb6a949f1000daac311a9516ddf96a3827f57cd4ede08d7f729c371c57fe9
5
5
  SHA512:
6
- metadata.gz: 1158833ffda85f18fabdb7f7830fe0a104f91bfe5d19d2f0d8a21e51ac5d95d34dd6744d100b0ba6e0c5c6ece7ecdd38a80f59f2ceb55898403d490de9be14b6
7
- data.tar.gz: c92c24f793503360539dc314c1c15d9349f23efee1cc29ca9af2dab497528d1b7186f77ee839f7ce36592c223ae6a4b8bdd058cb00091361a098268bad0e5af3
6
+ metadata.gz: 4920a2c7caa1c368f7cc3bdbba28b73386434932ea0bf08df87bfdd68db91ce47c7836f8ce6e6fc1e87f62ae02a3c501046fbcb8cf5d85a27fcb1dbdfce36944
7
+ data.tar.gz: b34a95a4849be0457e3eabf67e0548c8b73393bf4595eec5a4241531b5666bb2e2d61e2ce55195ba3fb342a03b6e3ddc9c7bd4c0f82412d4263545a0403285a2
File without changes
data/.gitignore CHANGED
File without changes
data/.gitlab-ci.yml CHANGED
File without changes
data/.rubocop.yml CHANGED
File without changes
File without changes
File without changes
File without changes
data/.yardopts CHANGED
File without changes
data/Gemfile CHANGED
File without changes
data/LICENSE.txt CHANGED
File without changes
data/README.md CHANGED
@@ -355,12 +355,6 @@ and
355
355
  [GitLab](https://gitlab.com/0x1eef/ryo.rb)
356
356
  are available as sources.
357
357
 
358
- **Gemfile**
359
-
360
- ```ruby
361
- gem "ryo.rb", github: "0x1eef/ryo.rb", tag: "v0.4.4"
362
- ```
363
-
364
358
  ## Thanks
365
359
 
366
360
  Thanks to
data/Rakefile CHANGED
File without changes
File without changes
data/lib/ryo/builder.rb CHANGED
File without changes
File without changes
data/lib/ryo/function.rb CHANGED
File without changes
data/lib/ryo/keywords.rb CHANGED
File without changes
data/lib/ryo/lazy.rb CHANGED
File without changes
data/lib/ryo/object.rb CHANGED
File without changes
data/lib/ryo/reflect.rb CHANGED
File without changes
data/lib/ryo/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Ryo
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
data/lib/ryo.rb CHANGED
File without changes
data/ryo.rb.gemspec CHANGED
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/spec/readme_spec.rb CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/spec/ryo_spec.rb CHANGED
File without changes
data/spec/setup.rb CHANGED
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ryo.rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - '0x1eef'