feed2gram 0.0.4 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/Dockerfile +0 -4
- data/LICENSE.txt +0 -13
- data/lib/feed2gram/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 31ad42be4bf5ec4ba881a78695bc7b9cc0619bb3b399559d668361b3be9872b0
|
4
|
+
data.tar.gz: 38617996403f39ca1eeee6285cb31896be7c4dbbb05033d98713c2ac6a1d245e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e28c8903d7933cd8d55454ccf59df9a50a58a60dbaf2794463dbd1ff623af34d4c6077d9b4b202009e2a85b5a031a967e0e71d1ec8f90f58a46bc38222845ff1
|
7
|
+
data.tar.gz: 3a3d448efa515863ad1f37f4be8e75801e9a71769ed00b376a5d5f3723884d94ffa25a965c14b662a3f92e73c94b1c4b670973ae08164ab51605a1bb3d3afa9c
|
data/CHANGELOG.md
CHANGED
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
|
|
data/lib/feed2gram/version.rb
CHANGED
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
|
+
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-
|
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.
|
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
|