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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ad31e56fd50f50c54150a762ebf13370fa469efc
4
- data.tar.gz: a561d8fa409cf43a1de1266f49e65924159e29c1
3
+ metadata.gz: eb45ee2ebe5e7c5564dee448b4e447de42c05261
4
+ data.tar.gz: 786402b35c23c0f6492b7cfea1b20677996022c7
5
5
  SHA512:
6
- metadata.gz: 9ca2e5e5c663bb4f307e0e41e3097df493b230851786e19d23183c242c020205636644f88dd48770bac1831e350f21d95025537585483587a2acfc2aadecb072
7
- data.tar.gz: 2a4dfca00971095188a0df195c8ff4b546cacc655b3624d9c32261d6bb6c71d2d91c37c65841cb0f10aaccda7c0fdefa2ed185e7d12244d42f2758c1c1b47cc9
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/[USERNAME]/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.
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
@@ -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: [:tag_exact])
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>,
@@ -1,3 +1,3 @@
1
1
  class NicoSearchSnapshot
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
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.0
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-23 00:00:00.000000000 Z
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.2.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: