feed2gram 0.0.4 → 1.0.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: c053ce1eafec6ed200dc7ed549fb25e7bc22fcd78fa6b92c773673d47aeba056
4
- data.tar.gz: 767a90bd8534d43f0e9bef8ef73e8e577bd959ade67ebabe639ac96d6bde4828
3
+ metadata.gz: 31ad42be4bf5ec4ba881a78695bc7b9cc0619bb3b399559d668361b3be9872b0
4
+ data.tar.gz: 38617996403f39ca1eeee6285cb31896be7c4dbbb05033d98713c2ac6a1d245e
5
5
  SHA512:
6
- metadata.gz: 57c2490cf9aee77fa40d5dffceaeddb3ac71e2d23d8b44d962b87e10caa295079c9e8772d7986b0db37f2a5a826a838c5ec7cdd7355d2c0bb6704acc0b58493d
7
- data.tar.gz: e6e39cc6033dab9c32e958c413790b2d0c8eacbe1e6d7175108df34ed2894ad2ecbb305e98ab88891fd3e8600243849dbb22dda4b73fbe3c4f0ed76096125055
6
+ metadata.gz: e28c8903d7933cd8d55454ccf59df9a50a58a60dbaf2794463dbd1ff623af34d4c6077d9b4b202009e2a85b5a031a967e0e71d1ec8f90f58a46bc38222845ff1
7
+ data.tar.gz: 3a3d448efa515863ad1f37f4be8e75801e9a71769ed00b376a5d5f3723884d94ffa25a965c14b662a3f92e73c94b1c4b670973ae08164ab51605a1bb3d3afa9c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [1.0.0]
4
+
5
+ * Simplify the docker build
6
+ * Call it 1.0
7
+
3
8
  ## [0.0.4]
4
9
 
5
10
  * Optimize the size of the Docker image (about 85% reduction)
data/Dockerfile CHANGED
@@ -1,9 +1,5 @@
1
1
  FROM ruby:3.2.2-alpine
2
2
 
3
- LABEL org.opencontainers.image.source=https://github.com/searls/feed2gram
4
- LABEL org.opencontainers.image.description="Reads an Atom feed and posts its entries to Instagram (basically feed2toot, but for Instagram)"
5
- LABEL org.opencontainers.image.licenses=GPLv3
6
-
7
3
  WORKDIR /srv
8
4
  COPY Gemfile Gemfile.lock feed2gram.gemspec ./
9
5
  COPY lib/feed2gram/version.rb lib/feed2gram/
data/LICENSE.txt CHANGED
@@ -1,16 +1,3 @@
1
- Copyright (C) 2023 Justin Searls
2
-
3
- This program is free software: you can redistribute it and/or modify it under
4
- the terms of the GNU General Public License as published by the Free Software
5
- Foundation, either version 3 of the License, or (at your option) any later
6
- version.
7
-
8
- This program is distributed in the hope that it will be useful, but WITHOUT ANY
9
- WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
10
- PARTICULAR PURPOSE. See the GNU General Public License for more details.
11
-
12
- A copy of the GNU General Public License follows:
13
-
14
1
  GNU GENERAL PUBLIC LICENSE
15
2
  Version 3, 29 June 2007
16
3
 
@@ -1,3 +1,3 @@
1
1
  module Feed2Gram
2
- VERSION = "0.0.4"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feed2gram
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Justin Searls
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-07 00:00:00.000000000 Z
11
+ date: 2023-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.4.21
76
+ rubygems_version: 3.4.17
77
77
  signing_key:
78
78
  specification_version: 4
79
79
  summary: Reads an Atom feed and posts its entries to Instagram