llamaparserb 0.1.0 → 0.1.1

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: c22d4883933d23de15c34dd65a2e851c7294ab934fcb43be1fd79cafc8c95515
4
- data.tar.gz: 6cde8b62919e0a73ccc7e73f00231c5711552f7a7dad1a8e29cccbc8c55551d4
3
+ metadata.gz: b0073944d6fc5235f1ee62b86656a396afaf63cdb92aecb2c65468f57767876d
4
+ data.tar.gz: 1cedf4c9db42955c7e9c3baac69b8a8a78213817b505e65033c00817fdf73163
5
5
  SHA512:
6
- metadata.gz: 54fee6b5080d020caf2f28f77645336fea1fdbcace4442ffe2f842bb3101e63f0df62102b45e3af6caaae51a1d0c83cff5278fc870f3e1b0fb81ee36e4c7e0fd
7
- data.tar.gz: ac05eeeaaceb34c47490797d8966ac12a3fd6e03050b1a4e51fe77ed8ff813d6deaaf3a85ba32219a47b1e53dd9ea25e51e91e1d582aa4f3e1d6c64d2f99c97d
6
+ metadata.gz: fc4f606f909a118fed822fa47515c71b45daab1e26b8b059229dff9f9e90ad338be1fde4995ac0dd2a47ffe64378a6a7dda3c163c5cc598e7637f7d4126468f1
7
+ data.tar.gz: 502b1ffe2170259741d42f1bae218b725e7430de5166cdb58ffa4d03536e4220be0001ed04e07f4abe6c3e3a6158b70ca42dc887217efc61e49a6d382040f35c
data/CHANGELOG.md CHANGED
@@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [0.1.1] - 2024-11-28
10
+ ### Changed
11
+ - Move gem ownership to Horizing
12
+
9
13
  ## [0.1.0] - 2024-11-27
10
14
  ### Added
11
15
  - Initial release
12
16
 
13
- [Unreleased]: https://github.com/heidar/llamaparserb/compare/v0.1.0...HEAD
14
- [0.1.0]: https://github.com/heidar/llamaparserb/releases/tag/v0.1.0
17
+ [Unreleased]: https://github.com/horizing/llamaparserb/compare/v0.1.0...HEAD
18
+ [0.1.1]: https://github.com/horizing/llamaparserb/releases/tag/v0.1.1...v0.1.0
19
+ [0.1.0]: https://github.com/horizing/llamaparserb/releases/tag/v0.1.0
data/LICENSE.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2024 Heidar Bernhardsson
3
+ Copyright (c) 2024 Horizing
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
data/README.md CHANGED
@@ -107,7 +107,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
107
107
 
108
108
  ## Contributing
109
109
 
110
- Bug reports and pull requests are welcome on GitHub at https://github.com/heidar/llamaparserb.
110
+ Bug reports and pull requests are welcome on GitHub at https://github.com/horizing/llamaparserb.
111
111
 
112
112
  ## License
113
113
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Llamaparserb
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: llamaparserb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Heidar Bernhardsson
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-11-27 00:00:00.000000000 Z
11
+ date: 2024-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday
@@ -66,9 +66,10 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '2.0'
69
- description: A llamaparse client for Ruby.
69
+ description: A llamaparse client for Ruby. Loosely based on the Python version from
70
+ llamaparse.
70
71
  email:
71
- - heidar@heidarb.com
72
+ - heidar@horizing.io
72
73
  executables: []
73
74
  extensions: []
74
75
  extra_rdoc_files: []
@@ -78,14 +79,14 @@ files:
78
79
  - README.md
79
80
  - lib/llamaparserb.rb
80
81
  - lib/llamaparserb/version.rb
81
- homepage: https://github.com/heidar/llamaparserb
82
+ homepage: https://github.com/horizing/llamaparserb
82
83
  licenses:
83
84
  - MIT
84
85
  metadata:
85
86
  allowed_push_host: https://rubygems.org
86
- homepage_uri: https://github.com/heidar/llamaparserb
87
- source_code_uri: https://github.com/heidar/llamaparserb
88
- changelog_uri: https://github.com/heidar/llamaparserb/blob/master/CHANGELOG.md
87
+ homepage_uri: https://github.com/horizing/llamaparserb
88
+ source_code_uri: https://github.com/horizing/llamaparserb
89
+ changelog_uri: https://github.com/horizing/llamaparserb/blob/master/CHANGELOG.md
89
90
  post_install_message:
90
91
  rdoc_options: []
91
92
  require_paths: