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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aa0262c517e47bef19e82c90cefa27fb432ac3b5
4
- data.tar.gz: 0e97fe585a014d3660b0d22ed595194dc1961892
3
+ metadata.gz: 1b5fad0120052082f5e7d25a0930fc15c9e9b7cd
4
+ data.tar.gz: d1f2f6f714e85d5b7f086ca8751c49b9ed9683bb
5
5
  SHA512:
6
- metadata.gz: 1de9738b02e45a77ea0384b4db4d98668b80e66310379f3cf40885385891d6855912e0e2fd4a0bfcd11b00fcbbea7e7496ee4cc30772df37f0ff879217e57c7a
7
- data.tar.gz: 399baebe15d15b8a06dc3f7f4deabf1007ef5060d21a5270c800456b9b3c53470835e851099f4a5113d4947d354e863bce6ac77b197a6f63ac684f3b23abf1d2
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
+ [![Gem Version](https://badge.fury.io/rb/inoreader-api.png)](http://badge.fury.io/rb/inoreader-api)
8
+
7
9
  ## Installation
8
10
 
9
11
  Add this line to your application's Gemfile:
@@ -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($/)
@@ -1,5 +1,5 @@
1
1
  module Inoreader
2
2
  module Api
3
- VERSION = "0.9.0"
3
+ VERSION = "0.9.1"
4
4
  end
5
5
  end
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.0
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-16 00:00:00.000000000 Z
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: {}