flickarr 0.1.0 → 0.1.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 +4 -4
- data/CHANGELOG.md +6 -4
- data/README.md +2 -2
- data/lib/flickarr/version.rb +1 -1
- metadata +7 -8
- data/.rubocop_todo.yml +0 -13
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7abdc9751ce19602d953af24e443833a794542921d2f0d0df376f008cf87b712
|
|
4
|
+
data.tar.gz: a4e5d1557eb5f8019b69bd079faaa8e1a3552a1ce1523631a98b0ffb5f6153dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e535ef9fb8cff444d2aeca3da5b2c0cc6a1283c43239b6bf3895f81fd5729943db1c2e6a177797e55e6b6e12a31daaacca46f32edaf21260be0870a245b1c597
|
|
7
|
+
data.tar.gz: b04e32db0f0760a1e414fc831657aebeac2a2a0eb1884b7790a22487cbc2db690bf90a3b88b25700756845f678dbecf7b9cc0b97e7803ce09452e31b156dc6ba
|
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/
|
|
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/
|
|
105
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/xoengineering/flickarr.
|
|
106
106
|
|
|
107
107
|
## License
|
|
108
108
|
|
data/lib/flickarr/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.2
|
|
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
|
|
83
|
-
|
|
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:
|
|
@@ -88,7 +88,6 @@ executables:
|
|
|
88
88
|
extensions: []
|
|
89
89
|
extra_rdoc_files: []
|
|
90
90
|
files:
|
|
91
|
-
- ".rubocop_todo.yml"
|
|
92
91
|
- CHANGELOG.md
|
|
93
92
|
- CODE_OF_CONDUCT.md
|
|
94
93
|
- HELP.txt
|
|
@@ -116,13 +115,13 @@ files:
|
|
|
116
115
|
- lib/flickarr/version.rb
|
|
117
116
|
- lib/flickarr/video.rb
|
|
118
117
|
- sig/flickarr.rbs
|
|
119
|
-
homepage: https://github.com/
|
|
118
|
+
homepage: https://github.com/xoengineering/flickarr
|
|
120
119
|
licenses:
|
|
121
120
|
- MIT
|
|
122
121
|
metadata:
|
|
123
|
-
homepage_uri: https://github.com/
|
|
124
|
-
source_code_uri: https://github.com/
|
|
125
|
-
changelog_uri: https://github.com/
|
|
122
|
+
homepage_uri: https://github.com/xoengineering/flickarr
|
|
123
|
+
source_code_uri: https://github.com/xoengineering/flickarr
|
|
124
|
+
changelog_uri: https://github.com/xoengineering/flickarr/blob/main/CHANGELOG.md
|
|
126
125
|
rubygems_mfa_required: 'true'
|
|
127
126
|
rdoc_options: []
|
|
128
127
|
require_paths:
|
data/.rubocop_todo.yml
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# This configuration was generated by
|
|
2
|
-
# `rubocop --auto-gen-config`
|
|
3
|
-
# on 2026-03-20 01:20:48 UTC using RuboCop version 1.85.1.
|
|
4
|
-
# The point is for the user to remove these configuration records
|
|
5
|
-
# one by one as the offenses are removed from the code base.
|
|
6
|
-
# Note that changes in the inspected code, or installation of new
|
|
7
|
-
# versions of RuboCop, may require this file to be generated again.
|
|
8
|
-
|
|
9
|
-
# Offense count: 1
|
|
10
|
-
# This cop supports safe autocorrection (--autocorrect).
|
|
11
|
-
RSpec/ExpectActual:
|
|
12
|
-
Exclude:
|
|
13
|
-
- "spec/flickarr_spec.rb"
|