tumblr_draftking 0.8.1 → 0.8.1.1

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: b83cb67065dc499c94b9529b1ecf3924d010c678
4
- data.tar.gz: 44294c98f5823ac5031648a6f7a9148d77edf3ac
3
+ metadata.gz: 23b00b8c66754962b7fd31e9e50821e1fe4a970b
4
+ data.tar.gz: c723f33a3dc80dad30429d316e13afd9326242a2
5
5
  SHA512:
6
- metadata.gz: b4ef6cb3e39874d16615ac7aca1c3b1edef1ee8e42df977f7ee68adaadb36ef80c5b062e52033f88354d972f90f8f2e01c4f0c561c156d3dd10834ba233ca119
7
- data.tar.gz: cab87edd90c5594040c2ddb7931f155f7c32bf927696d70d857cf00156e161c96dc33dfe23e895431e7f5f3ae040e2a144b7a7c78c8ff4a49c03f2fec71fb216
6
+ metadata.gz: 873192e9c020987fb22d61d00bba9cfc813054563a000671a2aba113a168671c649e7cc5f04317646ce2e7bad22aedfc4e3011deb23f7b98219630c1d55c9203
7
+ data.tar.gz: b5559736d335c00f7a363afa7c9f28cc0fb788464382e8260d1dd1b259503d4441907579e707d0525865af7e0f9a7be5c5e0a0d773b0608f1e47dd2e98344bfa
data/CHANGELOG.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Changelog :: tumblr_draftking
2
+ ## Version 0.8.1.1
3
+ + Bugfix: move_to_drafts was not updating Post.state correctly.
4
+
2
5
  ## Version 0.8.1
3
6
  + Bugfix: Commands applied to queued posts resulted in post being published.
4
7
 
data/README.md CHANGED
@@ -12,8 +12,8 @@ DraftKing for Tumblr takes the hassle out of managing your draft queue!
12
12
  + **Randomize post order to add variety.**
13
13
  + **Manage multiple accounts.**
14
14
 
15
- Version 0.8.1
16
- + Bugfix: Commands applied to queued posts resulted in post being published.
15
+ Version 0.8.1.1
16
+ + Bugfix: move_to_drafts was not updating Post.state correctly.
17
17
 
18
18
  + Please report any [issues] you encounter!
19
19
  + [Change Log](./CHANGELOG.md)
@@ -10,6 +10,7 @@ module DK
10
10
  options[:state] = DK::DRAFT
11
11
  post_operation(options) do |post, _|
12
12
  post.changed = !post.has_key_text?(@key_text)
13
+ post.change_state(@state) if post.changed
13
14
  end
14
15
  end
15
16
  end
@@ -1,3 +1,3 @@
1
1
  module DK
2
- VERSION = '0.8.1'.freeze
2
+ VERSION = '0.8.1.1'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tumblr_draftking
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Meissa Dia
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-13 00:00:00.000000000 Z
11
+ date: 2016-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tumblr_client