nicoquery 0.0.1.1 → 0.0.1.2

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: 4818aead4f0b2660fd00f602297d2e755adbf0d7
4
- data.tar.gz: 54c26b1e9febb492a364b9791cb789eb95f42e08
3
+ metadata.gz: 8271fadfb8fe8d25ac373af107c767df99463de3
4
+ data.tar.gz: 29c3bdb847bc2eb71d20831e973193c249c5651f
5
5
  SHA512:
6
- metadata.gz: 79afd659ca62825f85d6a901a31b8646b7f2d6231a5fe8f817ba8ef9fc34272653eece0e4503a088dc98c9b2bc18c7e4e221b4090e5da78ec0dd5738b290e54b
7
- data.tar.gz: e01cfaf6ee04f94654fd6262310d321ec39445100560613fbe780016a692a851a2db5f6cc62cb0222cea77cfb44f1d6bf49031cf920fd304eb3a7d1aae0bd628
6
+ metadata.gz: 43c13f0d0e0b66f6262b5d825349a1ece8a7d0ca9b353675734e4492908585f347661e31d7981e194e5f544848b3064254764637740415e888af04d590ff3043
7
+ data.tar.gz: 8c24da2a9b8482ff3e966b3f07b3b3838324727046f001cba8e61d1179f4fbc34b4f30d2e99b7bad1751d5cb440ae4cb79a5d07cd40d9aedabef05f131beb011
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nicoquery (0.0.1.1)
4
+ nicoquery (0.0.1.2)
5
5
  activesupport (~> 4.0.0)
6
6
  i18n
7
7
  nicoapi
@@ -1,3 +1,3 @@
1
1
  module NicoQuery
2
- VERSION = "0.0.1.1"
2
+ VERSION = "0.0.1.2"
3
3
  end
data/lib/nicoquery.rb CHANGED
@@ -1,6 +1,4 @@
1
- require "nicoquery/source/version"
2
-
3
- require "nicoquery/source"
1
+ require "nicoquery/version"
4
2
 
5
3
 
6
4
  module NicoQuery
@@ -10,29 +8,3 @@ module NicoQuery
10
8
 
11
9
  module_function :tag_search
12
10
  end
13
-
14
-
15
-
16
- module NicoQuery
17
- def getthumbinfo(video_id)
18
- instance = NicoQuery::GetThumbInfo.new
19
- instance.set video_id
20
- instance.get
21
- end
22
-
23
- def video_array(video_id_array)
24
- instance = NicoQuery::VideoArray.new
25
- instance.set video_id_array
26
- instance.get
27
- end
28
-
29
- def tag_search(tag: tag, sort: sort, order: order, page: page)
30
- instance = NicoQuery::TagSearch.new
31
- instance.set tag: tag, sort: sort, order: order, page: page
32
- instance.get
33
- end
34
-
35
- module_function :getthumbinfo
36
- module_function :video_array
37
- module_function :tag_search
38
- end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nicoquery
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1.1
4
+ version: 0.0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masami Yonehara