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 +4 -4
- data/CHANGELOG.md +6 -4
- data/README.md +2 -2
- data/lib/flickarr/version.rb +1 -1
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c50c6e6f2664492ab55eb32927afe56692e269b431ec19ee74baeebc83f3ac70
|
|
4
|
+
data.tar.gz: aef8dfd451960b1b876ce17b0b1a7b48718c4c4918ef0bdd3c96b8f6699aef89
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/
|
|
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.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
|
|
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:
|
|
@@ -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/
|
|
119
|
+
homepage: https://github.com/xoengineering/flickarr
|
|
120
120
|
licenses:
|
|
121
121
|
- MIT
|
|
122
122
|
metadata:
|
|
123
|
-
homepage_uri: https://github.com/
|
|
124
|
-
source_code_uri: https://github.com/
|
|
125
|
-
changelog_uri: https://github.com/
|
|
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:
|