fourchanify 0.0.2 → 0.0.3

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: 0dbd54a99408bec704073990feb2b1a0d2b0033e
4
- data.tar.gz: ba96504b0bd1a9a38a31d5bc50a51c303763d5ce
3
+ metadata.gz: 4b927106c2ba5da6e86bea53740d3305db093a57
4
+ data.tar.gz: 6e1aa19b41476128867e8d0a535c9282875c5694
5
5
  SHA512:
6
- metadata.gz: bf493b835c85655089f4ef14035c8619f9c4598f9df1fc48dc74d3c888019c791e133416451bdaf1e132d9334279102f0f695c2df1fe9d5d1d6293ab5d426cdd
7
- data.tar.gz: 3f6ae5ae475532c222619698558eff03fb629ae2350985b7605c1678124b12add7dda5284610fe1f754c1044303d3f6992e4e515dc272fb9a1b8f1a6f30c9ae2
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 "fourchan-urler"
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
+ ![logo](http://i.imgur.com/5PxtIzB.png)
2
+
1
3
  # Fourchanify
2
4
 
3
- Fourchanify lets you download images for a 4chan thread from your terminal.
5
+ [![Code Climate](https://codeclimate.com/github/serv/fourchanify.png)](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
- $ gem install fourchanify
16
+ ```
17
+ $ gem install fourchanify
18
+ ```
13
19
 
14
20
  ## Usage
15
21
 
@@ -1,3 +1,3 @@
1
1
  module Fourchanify
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
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.2
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: 2013-11-20 00:00:00.000000000 Z
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.0.3
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