nicoquery 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2e8ba5b6ee6cb9b44697aa2cad2f7b42a59dc1ea
4
- data.tar.gz: 6f6c7082865a96f531fb749cc053bba3a5d8e763
3
+ metadata.gz: cd2893dd0840e9b1f0fa3caf99ff82dc55678ac0
4
+ data.tar.gz: 28d668d9124a48af24fa5cf60c835c9192a0168d
5
5
  SHA512:
6
- metadata.gz: 6ed3ec452d0ec5a0d64bcbc9c8be73fb95a5f49ffcf96d5d0d1f1106a50d5b4e0667293fcae81bc34b3536acda329e6c2d987d9fb0967a59f3b53c8d61881aaf
7
- data.tar.gz: 04d09af5f0f52624ac30608867ee48d52b2f1e07e8f8651f479f593b011c35f8a56dba8c805ce7f576b657080897a4dc377630ed5f4598ebd1ffc5271775349d
6
+ metadata.gz: a5cda5df660252b7c4d81b6747a375dcbef4fb0814b7a51fde77346d1e35d3a5d1dabd86e322027fa7596d9c094307d72ea6b7e289d22e9380043964cfd609a2
7
+ data.tar.gz: dc255433b58771d9500525c5839d114dd374387d0f8f9e9c4b628e76fe104b359c3d76755da7111c07ad589a81adc8b8533f48cfcfadf35cfcd6027d37415960
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- nicoquery (0.1.1)
4
+ nicoquery (0.1.2)
5
5
  activesupport (~> 4.0.0)
6
6
  i18n
7
7
  nicoapi
@@ -12,7 +12,7 @@ PATH
12
12
  GEM
13
13
  remote: https://rubygems.org/
14
14
  specs:
15
- activesupport (4.0.0)
15
+ activesupport (4.0.1)
16
16
  i18n (~> 0.6, >= 0.6.4)
17
17
  minitest (~> 4.2)
18
18
  multi_json (~> 1.3)
@@ -1,3 +1,3 @@
1
1
  module NicoQuery
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
data/lib/nicoquery.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  require "nicoquery/version"
2
2
  require "nicoquery/crawler/tag_search"
3
+ require "nicoquery/crawler/bulk_scraping"
3
4
  require "nicoquery/object/mylist"
4
5
  require "nicoquery/object/movie"
5
6
 
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.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Masami Yonehara