appcask 0.2.0 → 0.3.0

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: d9bd75bdfd4ad953034b8c138d77182dad7b6ce42574b5759de17c47112a0f40
4
- data.tar.gz: 3965bdb3ce67b2b05ec839b6b10e8483ad39512f516f1ef9f51b8ed84d6753c7
3
+ metadata.gz: e8d727a741b4c1549b3755fb689bd9ee74ff112f23c114703915db6a5d0bc918
4
+ data.tar.gz: 26ab789b6d7601fdc014b0a967535702aef3a26a703e599dc468e61b38728c34
5
5
  SHA512:
6
- metadata.gz: 64ac79508b09554074b746bdb19e3fd93e395ca31fc814ba75aa6a2ca9ad37342185f196afc5e078a14d15e6bb0a21195f1a5afc702769315abe7c1b5e619679
7
- data.tar.gz: f0dbf33f39841824842988acf02d9f10f004dc52069daa85108504faf1c91c5ec98a983a338161ac1ef2b9ff1fcd5e109556cf48f1082cc494edd24b9dd9d367
6
+ metadata.gz: a08e98526f4829c483e481813a0524db302af5f031a783971b8f964889785179f1c6d7fd0e711c39a2512c8b8f84003d718ba7e5df1f61c7915d831fe6645378
7
+ data.tar.gz: 354ec7394b1e6656347a794cf15a28bf0d18875f384693e76781415e7c2b438c131fa458e0e4fd172ca551d0d9b7dc5a61177ba51fd716774cf9da44f4687bda
data/.idea/workspace.xml CHANGED
@@ -5,10 +5,9 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="1bd4c817-c426-471c-bdf5-e80649db2ae2" name="更改" comment="">
8
- <change beforePath="$PROJECT_DIR$/.idea/appcask.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/appcask.iml" afterDir="false" />
9
8
  <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/Gemfile.lock" beforeDir="false" afterPath="$PROJECT_DIR$/Gemfile.lock" afterDir="false" />
11
9
  <change beforePath="$PROJECT_DIR$/appcask.gemspec" beforeDir="false" afterPath="$PROJECT_DIR$/appcask.gemspec" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/lib/appcask.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/appcask.rb" afterDir="false" />
12
11
  <change beforePath="$PROJECT_DIR$/lib/appcask/version.rb" beforeDir="false" afterPath="$PROJECT_DIR$/lib/appcask/version.rb" afterDir="false" />
13
12
  </list>
14
13
  <option name="SHOW_DIALOG" value="false" />
@@ -64,7 +63,7 @@
64
63
  <updated>1767270112011</updated>
65
64
  <workItem from="1767270116395" duration="20000" />
66
65
  <workItem from="1769697520161" duration="4958000" />
67
- <workItem from="1769702829159" duration="260000" />
66
+ <workItem from="1769702829159" duration="1223000" />
68
67
  </task>
69
68
  <servers />
70
69
  </component>
data/CHANGELOG.md CHANGED
@@ -27,3 +27,10 @@ All notable changes to this project will be documented in this file.
27
27
  - 🇬🇧 英国 (gb)
28
28
  - 🇩🇪 德国 (de)
29
29
  - 🇫🇷 法国 (fr)
30
+
31
+ ## [0.2.0] - 2026-01-30
32
+
33
+ - Fix: include bin/appcask in gem package
34
+ - Add: improved CLI UX and error messages
35
+ - Add: full app info export (txt/json/markdown)
36
+ - Improve: screenshot & icon download stability
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- module Appcask
4
- VERSION = "0.2.0"
3
+ module AppCask
4
+ VERSION = "0.3.0"
5
5
  end
data/lib/appcask.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
- require 'appcask/version'
3
+ require_relative "appcask/version"
4
4
  require 'net/https'
5
5
  require 'open-uri'
6
6
  require 'json'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appcask
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Billow Wang