simple-fourchan 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 4chan
2
2
 
3
- 4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing now and it works only for READ. There's the 4chan.js that posts but the documentation is not clear yet. Index will come once it 4chan releases it or you discover how to fetch it though json.
3
+ Simple 4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing. Once 4chan released api for index, simple-fourchan will be able to show index treads of a message board.
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,5 +1,5 @@
1
1
  module Simple
2
2
  module Fourchan
3
- VERSION = "0.0.7"
3
+ VERSION = "0.0.8"
4
4
  end
5
5
  end
@@ -4,8 +4,8 @@ require File.expand_path('../lib/simple-fourchan/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Chim Kan"]
6
6
  gem.email = ["designium@gmail.com"]
7
- gem.description = "4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing now and it works only for READ. There's the 4chan.js that posts but the documentation is not clear yet. Index will come once it 4chan releases it or you discover how to fetch it though json."
8
- gem.summary = "4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing now and it works only for READ. There's the 4chan.js that posts but the documentation is not clear yet. Index will come once it 4chan releases it or you discover how to fetch it though json."
7
+ gem.description = "Simple 4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing. Once 4chan released api for index, simple-fourchan will be able to show index treads of a message board."
8
+ gem.summary = "Simple 4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing. Once 4chan released api for index, simple-fourchan will be able to show index treads of a message board."
9
9
  gem.homepage = "https://github.com/designium/simple-fourchan"
10
10
 
11
11
  gem.files = `git ls-files`.split($\)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple-fourchan
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,10 +27,9 @@ dependencies:
27
27
  - - ! '>='
28
28
  - !ruby/object:Gem::Version
29
29
  version: '0'
30
- description: 4chan is a gem that fetches posts from 4chan. Current version only fetches
31
- a specific listing now and it works only for READ. There's the 4chan.js that posts
32
- but the documentation is not clear yet. Index will come once it 4chan releases it
33
- or you discover how to fetch it though json.
30
+ description: Simple 4chan is a gem that fetches posts from 4chan. Current version
31
+ only fetches a specific listing. Once 4chan released api for index, simple-fourchan
32
+ will be able to show index treads of a message board.
34
33
  email:
35
34
  - designium@gmail.com
36
35
  executables: []
@@ -70,8 +69,7 @@ rubyforge_project:
70
69
  rubygems_version: 1.8.24
71
70
  signing_key:
72
71
  specification_version: 3
73
- summary: 4chan is a gem that fetches posts from 4chan. Current version only fetches
74
- a specific listing now and it works only for READ. There's the 4chan.js that posts
75
- but the documentation is not clear yet. Index will come once it 4chan releases it
76
- or you discover how to fetch it though json.
72
+ summary: Simple 4chan is a gem that fetches posts from 4chan. Current version only
73
+ fetches a specific listing. Once 4chan released api for index, simple-fourchan will
74
+ be able to show index treads of a message board.
77
75
  test_files: []