simple-fourchan 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +1 -1
- data/lib/simple-fourchan/version.rb +1 -1
- data/simple-fourchan.gemspec +2 -2
- metadata +7 -9
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
|
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
|
|
data/simple-fourchan.gemspec
CHANGED
@@ -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
|
8
|
-
gem.summary = "4chan is a gem that fetches posts from 4chan. Current version only fetches a specific listing
|
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.
|
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
|
31
|
-
a specific listing
|
32
|
-
|
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
|
74
|
-
a specific listing
|
75
|
-
|
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: []
|