inoreader-api 0.9.0 → 0.9.1
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 +4 -4
- data/README.md +2 -0
- data/inoreader-api.gemspec +1 -1
- data/lib/inoreader/api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1b5fad0120052082f5e7d25a0930fc15c9e9b7cd
|
|
4
|
+
data.tar.gz: d1f2f6f714e85d5b7f086ca8751c49b9ed9683bb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 00b5231b2fb7c2a6210aa055edc679081b244e6d52b6f1d7925a84a096f7aa295d4697551ded292b604e47775528e96b12834f99ff1292aa2c56b987bada8747
|
|
7
|
+
data.tar.gz: 7169470f110a5ed40efd9eb23cbd9e05226fd98b5cfd2f3549dc8244ad683ceebd9c9e03ccabce0ea11f05612c3bcfc95cb27981aa8d1c002c87ad01a046f7b7
|
data/README.md
CHANGED
|
@@ -4,6 +4,8 @@ This gem is Simple api client of [InoReader](http://inoreader.com/)
|
|
|
4
4
|
|
|
5
5
|
InoReader official API is [here](http://wiki.inoreader.com/doku.php?id=api)
|
|
6
6
|
|
|
7
|
+
[](http://badge.fury.io/rb/inoreader-api)
|
|
8
|
+
|
|
7
9
|
## Installation
|
|
8
10
|
|
|
9
11
|
Add this line to your application's Gemfile:
|
data/inoreader-api.gemspec
CHANGED
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
|
10
10
|
spec.email = ["tsukuda.kyouhei@gmail.com"]
|
|
11
11
|
spec.description = %q{InoReader Ruby Client}
|
|
12
12
|
spec.summary = %q{InoReader Ruby Client}
|
|
13
|
-
spec.homepage = ""
|
|
13
|
+
spec.homepage = "https://github.com/kyohei8/inoreader-api"
|
|
14
14
|
spec.license = "MIT"
|
|
15
15
|
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: inoreader-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- kyohei8
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-02-
|
|
11
|
+
date: 2014-02-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: httparty
|
|
@@ -151,7 +151,7 @@ files:
|
|
|
151
151
|
- spec/api_token_spec.rb
|
|
152
152
|
- spec/api_user_spec.rb
|
|
153
153
|
- spec/spec_helper.rb
|
|
154
|
-
homepage:
|
|
154
|
+
homepage: https://github.com/kyohei8/inoreader-api
|
|
155
155
|
licenses:
|
|
156
156
|
- MIT
|
|
157
157
|
metadata: {}
|