yanapi 0.3.2 → 0.3.3

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.
Files changed (4) hide show
  1. data/.yardopts +6 -0
  2. data/CHANGELOG +3 -0
  3. data/lib/yanapi/version.rb +1 -1
  4. metadata +4 -3
@@ -0,0 +1,6 @@
1
+ --private
2
+ --protected
3
+ --title 'YANAPI, Yahoo! Answers API'
4
+ -
5
+ CHANGELOG
6
+ LICENSE
data/CHANGELOG CHANGED
@@ -1,4 +1,7 @@
1
1
  == COMPLETED
2
+ === 0.3.3
3
+ Added a configuration file for Yard, the documentation should be compatible
4
+ with {RubyDoc.info}[http://www.rubydoc.info] now.
2
5
  === 0.3.2
3
6
  The main class +Query+ reimplemented and covered by tests.
4
7
 
@@ -1,3 +1,3 @@
1
1
  module YANAPI
2
- VERSION = '0.3.2'
2
+ VERSION = '0.3.3'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: yanapi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
- - 2
10
- version: 0.3.2
9
+ - 3
10
+ version: 0.3.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Andrei Beliankou
@@ -109,6 +109,7 @@ files:
109
109
  - test/data/response_with_error.txt
110
110
  - test/data/successfull_response.txt
111
111
  - test/data/code_403.txt
112
+ - .yardopts
112
113
  homepage: http://www.uni-trier.de/index.php?id=34451
113
114
  licenses: []
114
115