curate_tumblr 1.0.8 → 1.0.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +10 -0
  2. data/curate_tumblr.gemspec +2 -1
  3. metadata +3 -2
data/README.md CHANGED
@@ -176,6 +176,16 @@ The application manage these tumblr errors :
176
176
  * *Too much bad requests* : there is no enough place in the queue, or there is a problem with your tumblr **=> the application stop**
177
177
 
178
178
 
179
+ ## Display
180
+
181
+ The application display little characters to tell what it's doing
182
+ You can change it (or display nothing) in lib/curate_tumblr/values
183
+
184
+ * (4) : sleep 4 seconds
185
+ * 2> : reblog second post
186
+ * 3: : follow third tumblr
187
+ * ? : send request to have infos about a post
188
+
179
189
  ## Tips
180
190
 
181
191
  ### Realtime
@@ -2,7 +2,8 @@ Gem::Specification.new do |gem|
2
2
  gem.add_dependency 'tumblr_client'
3
3
  gem.add_dependency 'logger'
4
4
  gem.name = 'curate_tumblr'
5
- gem.version = '1.0.8'
5
+ gem.version = '1.0.8.2'
6
+ gem.license = 'MIT'
6
7
  gem.authors = ['David Tysman']
7
8
  gem.description = 'CurateTumblr - reblog and follow Tumblr links, extract infos from the posts, add tags and links'
8
9
  gem.summary = 'Reblog and follow Tumblr'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: curate_tumblr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 1.0.8.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -91,7 +91,8 @@ files:
91
91
  - spec/shared_values.rb
92
92
  - spec/spec_helper.rb
93
93
  homepage: https://github.com/davidtysman/curate_tumblr
94
- licenses: []
94
+ licenses:
95
+ - MIT
95
96
  post_install_message:
96
97
  rdoc_options: []
97
98
  require_paths: