parseapi 0.3.0 → 0.3.2

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: b2316d235b18d38725e7d0dfed6bca9555cdcf671a08a0a8dc8efe07c58e9166
4
- data.tar.gz: 9341ee6037d564104d8f902f2d3b77165d3b1af5f16df19ec64e8a4e80339066
3
+ metadata.gz: 69e639b49f6986257ea0f5cf3b5424867fd563efd4d6762e06657c0349e2071b
4
+ data.tar.gz: 7212244b17194211f3a5a400a932df526dc4ff6ce04d7fc28ed94ede12486ebd
5
5
  SHA512:
6
- metadata.gz: 817f1db4689938cf40414e442ce19e2416bf28a95f9622ba04644c05b3cfe59ea1b3c4368ceadf65cda9184433993b6c7aa4382de07e415c051e270edef36df8
7
- data.tar.gz: '08e78eef996d017c22b18767461cc25468853e4cb823331a1ab093de2c1cf63409f344e54c23bb20c59a3a76c9e1f618073333875af7623249db63526ff47866'
6
+ metadata.gz: 255d9d9ae3fddb1bd3e35ba6fd5d9fb06a74c8d8a603bd24d29bc558f5d0b2587fdb5a60df2cf2bae3be703234febfa72c61c22e508d72b1e5ebc045eef74ab0
7
+ data.tar.gz: 6438c6a8761ecb4b5cbb77af884ebfb20b2e755d51f52ce1832d553e845322804b6c4184498eb49203c1d78ecdca608cc263a5a9606bc69cf91c9ea388a2c205
data/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 parseAPI
3
+ Copyright (c) 2026 ParseAPI
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
@@ -1,3 +1,3 @@
1
1
  module ParseAPI
2
- VERSION = '0.3.0'.freeze
2
+ VERSION = '0.3.2'.freeze
3
3
  end
data/lib/parseapi.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require_relative 'parseapi/version'
2
2
  require_relative 'parseapi/client'
3
3
 
4
- # Official parseAPI client for Ruby.
4
+ # Official ParseAPI client for Ruby.
5
5
  #
6
6
  # parse = ParseAPI.new('your-api-key')
7
7
  # parse.country('US')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: parseapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
- - parseAPI
7
+ - ParseAPI
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-09-05 00:00:00.000000000 Z
11
+ date: 2026-09-07 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -47,5 +47,5 @@ requirements: []
47
47
  rubygems_version: 3.5.22
48
48
  signing_key:
49
49
  specification_version: 4
50
- summary: Official parseAPI client for Ruby. One key, minimal JSON, fast.
50
+ summary: Official ParseAPI client for Ruby. One key, minimal JSON, fast.
51
51
  test_files: []