flickarr 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: c1a4f5663fb2b4656993bc7d505a4351f0eb6462be9c7be9c93e1a3f8bea1b50
4
- data.tar.gz: 984db8707cff6d63685b8e137722a092feeeb453da838750c796c0d17c0564b1
3
+ metadata.gz: c50c6e6f2664492ab55eb32927afe56692e269b431ec19ee74baeebc83f3ac70
4
+ data.tar.gz: aef8dfd451960b1b876ce17b0b1a7b48718c4c4918ef0bdd3c96b8f6699aef89
5
5
  SHA512:
6
- metadata.gz: f5b54f40b7baf2e8fba73a1113ff85756721684e45194e5f86ee6af51131b7d89d3ec089d4d01be212546f37ac4d35d76a53f7dc2535fa522d35f1cb1c516543
7
- data.tar.gz: 72a742302f25405933445a910e1f52d5dc21f47bcf6ecaade46b2f724b144f7d78e1e7e4d933bf6cc25b73118fe9e904864d214d4c648439c3fa37f495329803
6
+ metadata.gz: ed395b3a6d8ec7ab657e89d474c0e79891ac6f2facbdd4c9379a634dfec997df540d2633c888340fb671cef3245d806010ab4a55cc96e94f9d615bdab6fbb8a8
7
+ data.tar.gz: 3a0864c903907910f3914a9c903bb988dc348f4e844c0227067c69c5085bb7c719b776ea4fa11c516bf6932c6ee67dd5071f97dbfdb20736e148e825ae77e0ba
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.1] - 2026-03-19
4
+
5
+ - Fix repo URLs in the gem/gemspec, so that rubygems.org links to the correct place
6
+
7
+ ## [0.1.0] - 2026-03-19
8
+
3
9
  ### Commands
4
10
  - `flickarr init` — create config directory and stub config file
5
11
  - `flickarr auth` — authenticate with Flickr via OAuth
@@ -36,7 +42,3 @@
36
42
  - Smart URL routing: `export URL` auto-detects post, set/album, collection, or profile URLs
37
43
  - Single post/set/collection export by URL
38
44
  - Client with query object API: `client.photo(id:).info`, `client.profile(user_id:).info`
39
-
40
- ## [0.1.0] - 2026-03-19
41
-
42
- - Initial release
data/README.md CHANGED
@@ -94,7 +94,7 @@ Run `flickarr help` for the full command reference.
94
94
  ## Development
95
95
 
96
96
  ```sh
97
- git clone https://github.com/veganstraightedge/flickarr.git
97
+ git clone https://github.com/xoengineering/flickarr.git
98
98
  cd flickarr
99
99
  bin/setup
100
100
  bundle exec rake spec
@@ -102,7 +102,7 @@ bundle exec rake spec
102
102
 
103
103
  ## Contributing
104
104
 
105
- Bug reports and pull requests are welcome on GitHub at https://github.com/veganstraightedge/flickarr.
105
+ Bug reports and pull requests are welcome on GitHub at https://github.com/xoengineering/flickarr.
106
106
 
107
107
  ## License
108
108
 
@@ -1,3 +1,3 @@
1
1
  module Flickarr
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flickarr
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
  - Shane Becker
@@ -79,8 +79,8 @@ dependencies:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
81
  version: '1.0'
82
- description: Export an archive of your Flickr library — photos, videos, metadata,
83
- tags, albums, collections, and profile.
82
+ description: Export your Flickr library archive — photos, videos, metadata, tags,
83
+ albums, collections, and profile.
84
84
  email:
85
85
  - veganstraightedge@gmail.com
86
86
  executables:
@@ -116,13 +116,13 @@ files:
116
116
  - lib/flickarr/version.rb
117
117
  - lib/flickarr/video.rb
118
118
  - sig/flickarr.rbs
119
- homepage: https://github.com/veganstraightedge/flickarr
119
+ homepage: https://github.com/xoengineering/flickarr
120
120
  licenses:
121
121
  - MIT
122
122
  metadata:
123
- homepage_uri: https://github.com/veganstraightedge/flickarr
124
- source_code_uri: https://github.com/veganstraightedge/flickarr
125
- changelog_uri: https://github.com/veganstraightedge/flickarr/blob/main/CHANGELOG.md
123
+ homepage_uri: https://github.com/xoengineering/flickarr
124
+ source_code_uri: https://github.com/xoengineering/flickarr
125
+ changelog_uri: https://github.com/xoengineering/flickarr/blob/main/CHANGELOG.md
126
126
  rubygems_mfa_required: 'true'
127
127
  rdoc_options: []
128
128
  require_paths: