nico_search_snapshot 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +5 -1
- data/bin/console +0 -0
- data/bin/setup +0 -0
- data/lib/nico_search_snapshot.rb +1 -1
- data/lib/nico_search_snapshot/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: eb45ee2ebe5e7c5564dee448b4e447de42c05261
|
4
|
+
data.tar.gz: 786402b35c23c0f6492b7cfea1b20677996022c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1d22cc6ac76d60ec156d3a61558be48cb6f07edc18240f6e914f40656f12a6c2c35cab2fa53baf7ae012dc245dbccc4a48a954b90377765547e799beffa5519e
|
7
|
+
data.tar.gz: 438bc4818414af4574912e104255244c7a80e2be9639ad3862b29d411c353bcd885cbc79b54d7f02cd084caf67b101410d018e6ea41f1281bd5fc5deea53f3e2
|
data/README.md
CHANGED
@@ -32,6 +32,10 @@ results.each do |r|
|
|
32
32
|
end
|
33
33
|
```
|
34
34
|
|
35
|
+
### more information
|
36
|
+
|
37
|
+
see [RDoc Documentation](http://ishidamakot.github.io/nico_search_snapshot/)
|
38
|
+
|
35
39
|
## Development
|
36
40
|
|
37
41
|
After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
|
@@ -40,7 +44,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
40
44
|
|
41
45
|
## Contributing
|
42
46
|
|
43
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
47
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/ishidamakot/nico_search_snapshot. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
|
44
48
|
|
45
49
|
|
46
50
|
## License
|
data/bin/console
CHANGED
File without changes
|
data/bin/setup
CHANGED
File without changes
|
data/lib/nico_search_snapshot.rb
CHANGED
@@ -28,7 +28,7 @@ class NicoSearchSnapshot
|
|
28
28
|
# # title only
|
29
29
|
# nico.search('query', search: [:title])
|
30
30
|
# # by tag(full match)
|
31
|
-
# nico.search('query', search: [:
|
31
|
+
# nico.search('query', search: [:tags_exact])
|
32
32
|
#
|
33
33
|
# Result fields. Fields name is <tt>cmsid</tt>, <tt>title</tt>,
|
34
34
|
# <tt>description</tt>, <tt>tags</tt>, <tt>start_time</tt>,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: nico_search_snapshot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- ishidamakot
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-05-
|
11
|
+
date: 2015-05-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: httpclient
|
@@ -90,9 +90,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
90
90
|
version: '0'
|
91
91
|
requirements: []
|
92
92
|
rubyforge_project:
|
93
|
-
rubygems_version: 2.
|
93
|
+
rubygems_version: 2.4.5
|
94
94
|
signing_key:
|
95
95
|
specification_version: 4
|
96
96
|
summary: nicovideo snapshot search utility.
|
97
97
|
test_files: []
|
98
|
-
has_rdoc:
|