mastodon_command 0.1.3 → 0.1.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/mastodon_command/statuses_controller.rb +1 -0
- data/lib/mastodon_command/version.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 23715203bd2ac91612472b633801d91ae8eaa16f
|
4
|
+
data.tar.gz: ec72c885ae3c34388d35e6287cc269d36af4347e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30f8f076e041837587b47a143c6e0f062b368387ff1df479cff2c22bcc517c758e24e61ea112827b5e1a903bb4a245c3853669a5187a63fe5df2492580f03519
|
7
|
+
data.tar.gz: 72245f8488bd01e0e0a06fc4f81847e3559eb82ffcf0ce899a380d60535982053ef932942e343f34d74a255e0a4a55e9d981ac88aae3297e65d3fd1872ef04f3
|
@@ -10,6 +10,7 @@ module ApiV1StatusesControllerPatch
|
|
10
10
|
visibility: status_params[:visibility],
|
11
11
|
scheduled_at: status_params[:scheduled_at],
|
12
12
|
application: doorkeeper_token.application,
|
13
|
+
poll: status_params[:poll],
|
13
14
|
idempotency: request.headers['Idempotency-Key'])
|
14
15
|
|
15
16
|
render json: @status, serializer: @status.is_a?(ScheduledStatus) ? REST::ScheduledStatusSerializer : REST::StatusSerializer
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mastodon_command
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- kenchiki
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2019-
|
11
|
+
date: 2019-06-23 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -92,7 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
92
|
- !ruby/object:Gem::Version
|
93
93
|
version: '0'
|
94
94
|
requirements: []
|
95
|
-
|
95
|
+
rubyforge_project:
|
96
|
+
rubygems_version: 2.6.11
|
96
97
|
signing_key:
|
97
98
|
specification_version: 4
|
98
99
|
summary: Mastodon Toot Command.
|