fourchanify 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/Gemfile +2 -2
- data/README.md +8 -2
- data/lib/fourchanify/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4b927106c2ba5da6e86bea53740d3305db093a57
|
4
|
+
data.tar.gz: 6e1aa19b41476128867e8d0a535c9282875c5694
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 017d3fed95de8942e0d48037db441ccf24f9c0ede369b2e82494ba2d5a11110ace92b42ebdf36977a3c4ec6c85256bc7fdf633f911a632df07cf5e2d94401e84
|
7
|
+
data.tar.gz: c758ec2f7a283f21fa6bee758e69308fa7113fae0c06e4715fa2f215d64214025930e219cfdcd3ca31d511b46ab7c28084c5b88636fd914a2e1bf0ab7dfff6ad
|
data/Gemfile
CHANGED
@@ -3,11 +3,11 @@ source 'https://rubygems.org'
|
|
3
3
|
# Specify your gem's dependencies in fourchanify.gemspec
|
4
4
|
gemspec
|
5
5
|
|
6
|
-
gem
|
6
|
+
gem 'fourchan-urler', '~> 0.0.5'
|
7
7
|
gem "json"
|
8
8
|
|
9
9
|
group :development, :test do
|
10
10
|
gem "debugger", "~> 1.6.2"
|
11
11
|
gem "rspec", "~> 2.14.1"
|
12
12
|
gem "factory_girl", "~> 4.3.0"
|
13
|
-
end
|
13
|
+
end
|
data/README.md
CHANGED
@@ -1,6 +1,10 @@
|
|
1
|
+

|
2
|
+
|
1
3
|
# Fourchanify
|
2
4
|
|
3
|
-
|
5
|
+
[](https://codeclimate.com/github/serv/fourchanify)
|
6
|
+
|
7
|
+
Fourchanify lets you download images from a 4chan thread from your terminal.
|
4
8
|
|
5
9
|
## Installation
|
6
10
|
|
@@ -9,7 +13,9 @@ Fourchanify works with Ruby 1.9.3 and Ruby 2.0.0.
|
|
9
13
|
1. Open terminal.
|
10
14
|
2. Run this command.
|
11
15
|
|
12
|
-
|
16
|
+
```
|
17
|
+
$ gem install fourchanify
|
18
|
+
```
|
13
19
|
|
14
20
|
## Usage
|
15
21
|
|
data/lib/fourchanify/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fourchanify
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jason Kim
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2014-05-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fourchan-urler
|
@@ -140,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
140
140
|
version: '0'
|
141
141
|
requirements: []
|
142
142
|
rubyforge_project:
|
143
|
-
rubygems_version: 2.
|
143
|
+
rubygems_version: 2.2.2
|
144
144
|
signing_key:
|
145
145
|
specification_version: 4
|
146
146
|
summary: Download images from 4chan to your computer
|