gsc-cli 2.0.0 → 2.0.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.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +12 -14
  3. data/bin/gsc +3 -3
  4. data/dist/gsc +3 -3
  5. data/lib/gsc/version.rb +1 -1
  6. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4e0189995ff86db46e177552d4f59c1818fb052ce8596771b007653d291e4e20
4
- data.tar.gz: c460fc3df0a07d176777f662c729c11ae04ec2a31bac4b64c6e5480a11287317
3
+ metadata.gz: 2caa7ef6d70b3a937056d9c5b3296a18cbcdaab2137533fe553ca6e06d0db604
4
+ data.tar.gz: 77a07b9ac543ac0530fb61dcc25953d0c948f4bb90463f477d08f0ffebe05921
5
5
  SHA512:
6
- metadata.gz: 6c79b81769a4aeb94d03b594c1a7ecbbe63fa41fa6898b9ad1ac7b2a1770cc9116f6881fded5fbe25dbb050d6d2bc3034d9e493003d2e22b9eb39ed4027b06d6
7
- data.tar.gz: 6d51b70bb71d03e0ada49926a4fbad9b86a71f18ba73b9c96ae046bb9094bc8502ef6da5287ee44d51f27d4f8893703059a6e6f21f4528be6d793748acc98a59
6
+ metadata.gz: 1809e1e6e0c9a439894db3c5b8e3107f2ec2669f234e224d433d9d8cadfaa268eebfd632129424e88c85ea4f10664c710374737cb81d3adcfac3a4a8cbd7864c
7
+ data.tar.gz: 00ab88895619228527ce0bd3cb8ced18f012610a87449c255dad2ea2cfe5da52f0d0af6f5aae6a5e33491425d893ea1dfb14c317e698f34d36dceac8504b9e4e
data/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  > Sub-50ms CLI & AI Agent engine for real-time Google search rankings, instant Googlebot indexing, Google Trends velocity, Keywords Everywhere volume, and 360° SEO health audits.
5
5
 
6
6
  [![Ruby](https://img.shields.io/badge/Ruby-3.0%2B-red.svg?logo=ruby&logoColor=white)](https://www.ruby-lang.org)
7
+ [![Gem Version](https://badge.fury.io/rb/gsc-cli.svg)](https://rubygems.org/gems/gsc-cli)
7
8
  [![Dependencies](https://img.shields.io/badge/dependencies-0%20gems-brightgreen.svg)](#)
8
9
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
9
10
  [![AI Agent Native](https://img.shields.io/badge/AI%20Agent-Native%20Skill-purple.svg)](#-ai-agent-native-integration-antigravity-claude-cursor)
@@ -12,7 +13,7 @@
12
13
 
13
14
  <p align="center">
14
15
  <b>gsc-cli</b> is a free, open-source initiative built and maintained by
15
- <a href="https://apolloswave.com"><b>AppollosWave LLC</b></a>.
16
+ <a href="https://apolloswave.com"><b>ApollosWave LLC</b></a>.
16
17
  </p>
17
18
 
18
19
  <p align="center">
@@ -34,7 +35,7 @@ Every software company, indie hacker, and e-commerce founder faces the exact sam
34
35
  4. **AI Agents Need Clean, Fast, Machine-Readable Intelligence**: Modern AI coding agents (Google Antigravity, Claude Code, Cursor, Codex) cannot click web buttons. They need raw, fast, deterministic JSON over stdout.
35
36
 
36
37
  ### The Epiphany Bridge
37
- At **[AppollosWave](https://apolloswave.com)**, we run multiple production software businesses—from macOS system utilities (**[Superspeed](https://superspeedapp.com)**) and Shopify e-commerce apps (**[Supercart](https://supercart.app)**) to physical moving inventory SaaS (**[PackingLog](https://packinglog.com)**).
38
+ At **[ApollosWave](https://apolloswave.com)**, we run multiple production software businesses—from macOS system utilities (**[Superspeed](https://superspeedapp.com)**) and Shopify e-commerce apps (**[Supercart](https://supercart.app)**) to physical moving inventory SaaS (**[PackingLog](https://packinglog.com)**).
38
39
 
39
40
  We refused to bloat our repos with 40 gems or waste 10 hours a week clicking in Search Console. We needed a **single, standalone pure-Ruby CLI** that connects directly to Google APIs using native `OpenSSL` and `Net::HTTP` in **under 50 milliseconds**.
40
41
 
@@ -61,22 +62,19 @@ We built **`gsc-cli`** to run our own marketing. **We open-sourced it 100% free
61
62
 
62
63
  ## 📦 Quick Installation
63
64
 
64
- ### Option 1: One-Line Installer (Recommended for macOS & Linux)
65
+ ### Option 1: Official RubyGem (Instant Global Install)
65
66
  ```bash
66
- curl -fsSL https://raw.githubusercontent.com/ApollosWave/gsc-cli/main/install.sh | bash
67
+ gem install gsc-cli
67
68
  ```
68
69
 
69
- ### Option 2: Clone & Install Standalone
70
- `gsc-cli` is a standalone pure-Ruby executable with zero gem runtime dependencies:
70
+ ### Option 2: 1-Line Standalone Installer (macOS & Linux)
71
71
  ```bash
72
- git clone https://github.com/ApollosWave/gsc-cli.git
73
- cd gsc-cli
74
- ./install.sh
72
+ curl -fsSL https://raw.githubusercontent.com/ApollosWave/gsc-cli/main/install.sh | bash
75
73
  ```
76
74
 
77
- ### Option 3: RubyGem Installation
78
- ```bash
79
- gem install gsc-cli
75
+ ### Option 3: In Your Gemfile (Bundler)
76
+ ```ruby
77
+ gem 'gsc-cli'
80
78
  ```
81
79
 
82
80
  Ensure `~/.local/bin` is in your shell `PATH`:
@@ -428,9 +426,9 @@ gsc skills install
428
426
 
429
427
  ---
430
428
 
431
- ## 🏢 Proudly Backed by AppollosWave LLC
429
+ ## 🏢 Proudly Backed by ApollosWave LLC
432
430
 
433
- `gsc-cli` is free and open-source software under the [MIT License](LICENSE). It is actively developed and maintained by the engineering team at **[AppollosWave LLC](https://apolloswave.com)**.
431
+ `gsc-cli` is free and open-source software under the [MIT License](LICENSE). It is actively developed and maintained by the engineering team at **[ApollosWave LLC](https://apolloswave.com)**.
434
432
 
435
433
  We build tools for high-performance software, e-commerce, and everyday logistics. Check out our commercial products:
436
434
 
data/bin/gsc CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # ==============================================================================
5
5
  # Google Search Console & Indexing API CLI Tool (Pure Ruby - Zero Gem Dependencies)
6
- # Standalone Single-File Distribution (Built from lib/gsc v2.0.0)
6
+ # Standalone Single-File Distribution (Built from lib/gsc v2.0.1)
7
7
  # ==============================================================================
8
8
 
9
9
  require 'net/http'
@@ -20,7 +20,7 @@ require 'stringio'
20
20
 
21
21
  # --- version.rb ---
22
22
  module GSC
23
- VERSION = '2.0.0'
23
+ VERSION = '2.0.1'
24
24
  end
25
25
 
26
26
  # --- color.rb ---
@@ -8125,4 +8125,4 @@ Prompts = GSC::Prompts unless defined?(Prompts)
8125
8125
  PageAnalyzer = GSC::PageAnalyzer unless defined?(PageAnalyzer)
8126
8126
  SiteCrawler = GSC::SiteCrawler unless defined?(SiteCrawler)
8127
8127
 
8128
- GSC::CLI.start(ARGV) if __FILE__ == $PROGRAM_NAME
8128
+ GSC::CLI.start(ARGV)
data/dist/gsc CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  # ==============================================================================
5
5
  # Google Search Console & Indexing API CLI Tool (Pure Ruby - Zero Gem Dependencies)
6
- # Standalone Single-File Distribution (Built from lib/gsc v2.0.0)
6
+ # Standalone Single-File Distribution (Built from lib/gsc v2.0.1)
7
7
  # ==============================================================================
8
8
 
9
9
  require 'net/http'
@@ -20,7 +20,7 @@ require 'stringio'
20
20
 
21
21
  # --- version.rb ---
22
22
  module GSC
23
- VERSION = '2.0.0'
23
+ VERSION = '2.0.1'
24
24
  end
25
25
 
26
26
  # --- color.rb ---
@@ -8125,4 +8125,4 @@ Prompts = GSC::Prompts unless defined?(Prompts)
8125
8125
  PageAnalyzer = GSC::PageAnalyzer unless defined?(PageAnalyzer)
8126
8126
  SiteCrawler = GSC::SiteCrawler unless defined?(SiteCrawler)
8127
8127
 
8128
- GSC::CLI.start(ARGV) if __FILE__ == $PROGRAM_NAME
8128
+ GSC::CLI.start(ARGV)
data/lib/gsc/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module GSC
4
- VERSION = '2.0.0'
4
+ VERSION = '2.0.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gsc-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - ApollosWave LLC