graphqlite 0.1.0 → 0.1.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: d664c52492cd6c6123fd189d696821d2451226faa81da7a907a7b6f8122f1149
4
- data.tar.gz: 8a9ba16f20ab76d50eec3193df266ee9408a2d9903d55dd5af25fc26ec4b2d2a
3
+ metadata.gz: b1994f076495430c8f249e5a7e648036ff17f11388467ff938818d2dfd4e1b3b
4
+ data.tar.gz: '099ac1114834e6521e784d56b45c130b4a1d50fb2277fa0b66ed390064385727'
5
5
  SHA512:
6
- metadata.gz: ae10a69e2a419d5f999a35fc25ac627f0f178c5da708c49fe2dd377f09909b321fe543a244f0bf885e1be16dd293838d2f3e95d3b94ea93a2b85b84529b6c1a3
7
- data.tar.gz: 4eadc6a3cf8446dcca32e06a020ce5d2658a305175008a55e3403aa7d1414153243ba90ae9e75634ebe95865463d65e4bea3d26216ec8fce820723d3c1bc3250
6
+ metadata.gz: af8bd6bd9f0d61f8de64fe392e4c480d9d95c839e114c6b0d0ad0088bb5d34d0abb79112ad0118306e1d96ad924acf9f098aae234e3dd936917f9ff2e6e7137b
7
+ data.tar.gz: 1d2c49071f1d49a20f9d9cf48e1385a6a7b4fca52bd312d9961da98c2241586fd762b14f802711a218c3b0b2dd74617fc8e18f91ffd2b0e14cf3fcb836f8006c
data/README.md CHANGED
@@ -1,15 +1,17 @@
1
1
  # GraphQLite
2
2
 
3
+ > **Note: This project is currently a work in progress and is not yet ready for production use.**
4
+
3
5
  ## Description
4
6
 
5
- A lightweight, production-ready GraphQL implementation for Ruby with zero dependencies. GraphQLite is designed to be simple, minimal, and clean while maintaining full GraphQL spec compliance. It's easier to use and more straightforward than existing solutions.
7
+ A lightweight GraphQL implementation for Ruby with zero dependencies. GraphQLite is designed to be simple, minimal, and clean while maintaining full GraphQL spec compliance. It aims to be easier to use and more straightforward than existing solutions.
6
8
 
7
- ## Features
9
+ ## Features (Planned/In Development)
8
10
 
9
11
  - Zero runtime dependencies - pure Ruby implementation
10
12
  - Simple, intuitive DSL for schema definition
11
13
  - Full GraphQL spec compliance (October 2021)
12
- - Production-ready with comprehensive error handling
14
+ - Comprehensive error handling
13
15
  - Complete introspection support
14
16
  - Fast execution with efficient parser
15
17
  - Clean, maintainable codebase
@@ -1,3 +1,3 @@
1
1
  module GraphQLite
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphqlite
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
  - zyxzen
@@ -38,8 +38,8 @@ dependencies:
38
38
  - !ruby/object:Gem::Version
39
39
  version: '13.0'
40
40
  description: GraphQLite is a simple, minimal, and clean GraphQL implementation with
41
- zero dependencies. It's designed to be easier to use and faster than existing solutions
42
- while maintaining full GraphQL spec compliance.
41
+ zero dependencies. This project is currently in active development and not yet ready
42
+ for production use.
43
43
  email:
44
44
  - dev@zyxzen.com
45
45
  executables: []
@@ -81,5 +81,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
81
  requirements: []
82
82
  rubygems_version: 3.6.9
83
83
  specification_version: 4
84
- summary: A lightweight, production-ready GraphQL implementation for Ruby
84
+ summary: A lightweight GraphQL implementation for Ruby (Work in Progress)
85
85
  test_files: []