fc2_get 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/fc2_get/version.rb +1 -1
- metadata +6 -19
- data/.gitignore +0 -14
- data/.rspec +0 -2
- data/.travis.yml +0 -3
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -7
- data/Rakefile +0 -7
- data/fc2_get.gemspec +0 -24
- data/spec/fc2_get_spec.rb +0 -17
- data/spec/spec_helper.rb +0 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 332df27458da08111154a8f4321af49baec178d2
|
4
|
+
data.tar.gz: 12494ab256bd65cc7d0aaa9f4e00dda1fb3abf4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3b3d1f7f416e72db5a72a168fe1864ac2fd3b7dc27ff43872776b8e106c1f655fb4106b161ac216f217d7be22025eebb75943d675ff72235f1713236245b4ae
|
7
|
+
data.tar.gz: cf6f968bb40c2ede64b282a51109ee7e62695c3f2a997120cbf963e2b4a697e2c3c4cee8f9e7d02e7e60eb403795e0a9a79bb45e005d4a1bfb0427c7a0816b17
|
data/lib/fc2_get/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fc2_get
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jian Weihang
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -53,27 +53,16 @@ dependencies:
|
|
53
53
|
- !ruby/object:Gem::Version
|
54
54
|
version: '0'
|
55
55
|
description: FC2 video downloader.
|
56
|
-
email:
|
57
|
-
- tonytonyjan@gmail.com
|
56
|
+
email: tonytonyjan@gmail.com
|
58
57
|
executables:
|
59
58
|
- fc2_get
|
60
59
|
extensions: []
|
61
60
|
extra_rdoc_files: []
|
62
61
|
files:
|
63
|
-
- ".gitignore"
|
64
|
-
- ".rspec"
|
65
|
-
- ".travis.yml"
|
66
|
-
- Gemfile
|
67
|
-
- LICENSE.txt
|
68
|
-
- README.md
|
69
|
-
- Rakefile
|
70
62
|
- bin/fc2_get
|
71
|
-
- fc2_get.gemspec
|
72
63
|
- lib/fc2_get.rb
|
73
64
|
- lib/fc2_get/version.rb
|
74
|
-
|
75
|
-
- spec/spec_helper.rb
|
76
|
-
homepage: ''
|
65
|
+
homepage: https://github.com/tonytonyjan/fc2_get
|
77
66
|
licenses:
|
78
67
|
- MIT
|
79
68
|
metadata: {}
|
@@ -93,10 +82,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
82
|
version: '0'
|
94
83
|
requirements: []
|
95
84
|
rubyforge_project:
|
96
|
-
rubygems_version: 2.4.
|
85
|
+
rubygems_version: 2.4.6
|
97
86
|
signing_key:
|
98
87
|
specification_version: 4
|
99
88
|
summary: FC2 video downloader.
|
100
|
-
test_files:
|
101
|
-
- spec/fc2_get_spec.rb
|
102
|
-
- spec/spec_helper.rb
|
89
|
+
test_files: []
|
data/.gitignore
DELETED
data/.rspec
DELETED
data/.travis.yml
DELETED
data/Gemfile
DELETED
data/LICENSE.txt
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
Copyright (c) 2014 Jian Weihang
|
2
|
-
|
3
|
-
MIT License
|
4
|
-
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
-
a copy of this software and associated documentation files (the
|
7
|
-
"Software"), to deal in the Software without restriction, including
|
8
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
-
permit persons to whom the Software is furnished to do so, subject to
|
11
|
-
the following conditions:
|
12
|
-
|
13
|
-
The above copyright notice and this permission notice shall be
|
14
|
-
included in all copies or substantial portions of the Software.
|
15
|
-
|
16
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
17
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
19
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
20
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
21
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
22
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
data/README.md
DELETED
data/Rakefile
DELETED
data/fc2_get.gemspec
DELETED
@@ -1,24 +0,0 @@
|
|
1
|
-
# coding: utf-8
|
2
|
-
lib = File.expand_path('../lib', __FILE__)
|
3
|
-
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
|
4
|
-
require 'fc2_get/version'
|
5
|
-
|
6
|
-
Gem::Specification.new do |spec|
|
7
|
-
spec.name = "fc2_get"
|
8
|
-
spec.version = Fc2Get::VERSION
|
9
|
-
spec.authors = ["Jian Weihang"]
|
10
|
-
spec.email = ["tonytonyjan@gmail.com"]
|
11
|
-
spec.summary = "FC2 video downloader."
|
12
|
-
spec.description = "FC2 video downloader."
|
13
|
-
spec.homepage = ""
|
14
|
-
spec.license = "MIT"
|
15
|
-
|
16
|
-
spec.files = `git ls-files -z`.split("\x0")
|
17
|
-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
18
|
-
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
19
|
-
spec.require_paths = ["lib"]
|
20
|
-
|
21
|
-
spec.add_development_dependency "bundler", "~> 1.7"
|
22
|
-
spec.add_development_dependency "rake", "~> 10.0"
|
23
|
-
spec.add_development_dependency "rspec"
|
24
|
-
end
|
data/spec/fc2_get_spec.rb
DELETED
@@ -1,17 +0,0 @@
|
|
1
|
-
require 'spec_helper'
|
2
|
-
|
3
|
-
describe Fc2Get do
|
4
|
-
it 'has a version number' do
|
5
|
-
expect(Fc2Get::VERSION).not_to be nil
|
6
|
-
end
|
7
|
-
|
8
|
-
it '#mimi' do
|
9
|
-
expect(Fc2Get.mimi('20140528bpRKSJWR'))
|
10
|
-
.to eq 'c5e51ed4de1f4e6246b851bef4a210de'
|
11
|
-
end
|
12
|
-
|
13
|
-
it '#decode_params' do
|
14
|
-
expect(Fc2Get.decode_params('a=1&b=2&c=哈哈&d=&e='))
|
15
|
-
.to eq 'a' => '1', 'b' => '2', 'c' => '哈哈', 'd' => '', 'e' => ''
|
16
|
-
end
|
17
|
-
end
|
data/spec/spec_helper.rb
DELETED