mastodon_command 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 18bb0b409e56cf1ae50ce94df0b2dc205022051c
4
- data.tar.gz: 9b0608dda16537402198e813e72726b44c50ee7f
3
+ metadata.gz: faaf5cb1e9db8eee058866b2f7413c4683e53b80
4
+ data.tar.gz: f857b81d02f7cd1f6cea66e4d98cbb2d448e2774
5
5
  SHA512:
6
- metadata.gz: 88996751076a9f64938d47a92cc8d6af21acb658ba2e41e43d6e7c5ad298a97ee135f4f779791b7ec3c165548f68654ce257fabe8ac2a4e5d466963c77022f40
7
- data.tar.gz: fe81f639adac9293213a140477fa585a706b3c1bce09d749fb39dbf619ec74ccb4e6507904e9318903039f2daea758f367613ecc6003a38f73649534d6781d6e
6
+ metadata.gz: d3888f9420334a0c090334dad3fff064dea550627dbc37c6e3ef350674e47c082f75af3bf31cd359dcd9aa37e3e2cb88b8d22f098ab929289e4b589e6910f57d
7
+ data.tar.gz: 755261ea292d54c43ecc3a1689ce37cf8ba8f2ec2bd1642471e16bba8bae7caf3b6a4200fb652bc0804e705ee8563a5b05180e3ed09be54a50990aa5d9ce1795
data/.gitignore CHANGED
File without changes
data/README.md CHANGED
File without changes
File without changes
data/bin/setup CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -11,6 +11,6 @@ module ApiV1StatusesControllerPatch
11
11
  application: doorkeeper_token.application,
12
12
  idempotency: request.headers['Idempotency-Key'])
13
13
 
14
- render :show
14
+ render json: @status, serializer: REST::StatusSerializer
15
15
  end
16
16
  end
@@ -1,3 +1,3 @@
1
1
  module MastodonCommand
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
File without changes
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - kenchiki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-09 00:00:00.000000000 Z
11
+ date: 2017-08-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler