postwill 0.1.0 → 0.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: 30095965154e5dd472ec29cb9233d35358e2611f
4
- data.tar.gz: '05809809a66497afaf232de6dbed86438383a5e9'
3
+ metadata.gz: 55f08f650a4f1f0256fa3b8a9b41c262e7ec2e79
4
+ data.tar.gz: 2e1fcbea2f5705e99914053250f66f84e4a801b9
5
5
  SHA512:
6
- metadata.gz: 118f092d6e12a6cf437bca64599b2e8a16d15fb4a3561b60163eddbe0a9bb16f55fea390c1f64fccfa557f035d871396b40e7d0e3a3d5b77c3e94c5fafe7c575
7
- data.tar.gz: 9b799265920e40539a0fe7b0818d3e6937da532d9031a13d61883f8903b56143a35222ae01adf0d047c9c426f87d4c93e5e0a32fa0119f60f7014bac68b4c749
6
+ metadata.gz: ff70395f941c5a1d8485dd66c1918d2ec31bebde6370444da7f5b8bef8f6e4d75f5d97da76b4a93a9633ad881a6af665421a7f1a0256b494839eb79dbb6da31f
7
+ data.tar.gz: a36cc3ab5426e0224d4e07fc9e165097d37a57808ba11f0949d43c1992089dcf28c8d8b6151a470aeb565d89198cf81f89f7ed21e4822d24776cdb7943edf24b
@@ -128,13 +128,6 @@ Failure:
128
128
  Based on: [TumblrClient](https://github.com/postwill/tumblr_client)
129
129
 
130
130
  ```ruby
131
- Postwill::Settings.configure do |config|
132
- config.providers.tumblr = {
133
- consumer_key: 'consumer_key',
134
- consumer_secret: 'consumer_secret'
135
- }
136
- end
137
-
138
131
  postwill = Postwill::Client.new(
139
132
  tumblr: {
140
133
  access_token: 'access_token',
@@ -173,6 +166,16 @@ Failure:
173
166
  }
174
167
  ```
175
168
 
169
+ Settings:
170
+ ```ruby
171
+ Postwill::Settings.configure do |config|
172
+ config.providers.tumblr = {
173
+ consumer_key: 'consumer_key',
174
+ consumer_secret: 'consumer_secret'
175
+ }
176
+ end
177
+ ```
178
+
176
179
  # Instagram
177
180
 
178
181
  Based on: [InstagramUpload](https://github.com/postwill/instagram_upload)
data/README.md CHANGED
@@ -1,6 +1,4 @@
1
- # Postwill
2
1
 
3
- Posting to the most popular social media
4
2
 
5
3
  ## Installation
6
4
 
@@ -14,14 +12,6 @@ And then execute:
14
12
 
15
13
  $ bundle
16
14
 
17
- Or install it yourself as:
18
-
19
- $ gem install postwill
20
-
21
- ## Usage
22
-
23
- List of available providers is [here](https://github.com/postwill/postwill/blob/master/PROVIDERS.md).
24
-
25
15
  ### Single provider
26
16
 
27
17
  ```ruby
@@ -108,11 +98,3 @@ Postwill::Settings.configure do |config|
108
98
  }
109
99
  end
110
100
  ```
111
-
112
- ## Contributing
113
-
114
- Bug reports and pull requests are welcome on GitHub at https://github.com/postwill/postwill.
115
-
116
- ## License
117
-
118
- The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
data/circle.yml CHANGED
@@ -1,3 +1,6 @@
1
1
  machine:
2
2
  ruby:
3
3
  version: 2.4.2
4
+ dependencies:
5
+ pre:
6
+ - gem install bundler
@@ -1,3 +1,3 @@
1
1
  module Postwill
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -4,8 +4,8 @@ require 'postwill/version'
4
4
  Gem::Specification.new do |spec|
5
5
  spec.name = 'postwill'
6
6
  spec.version = Postwill::VERSION
7
- spec.authors = ['Kirill Shevchenko']
8
- spec.email = ['hello@kirillshevch.com']
7
+ spec.authors = ['Kirill Shevchenko', 'Bezrukavyi Yaroslav']
8
+ spec.email = ['hello@kirillshevch.com', 'yaroslav.bezrukavyi@gmail.com']
9
9
 
10
10
  spec.summary = 'Posting to the most popular social media'
11
11
  spec.description = spec.summary
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: postwill
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kirill Shevchenko
8
+ - Bezrukavyi Yaroslav
8
9
  autorequire:
9
10
  bindir: exe
10
11
  cert_chain: []
11
- date: 2017-10-29 00:00:00.000000000 Z
12
+ date: 2017-11-11 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: dry-configurable
@@ -209,6 +210,7 @@ dependencies:
209
210
  description: Posting to the most popular social media
210
211
  email:
211
212
  - hello@kirillshevch.com
213
+ - yaroslav.bezrukavyi@gmail.com
212
214
  executables: []
213
215
  extensions: []
214
216
  extra_rdoc_files: []