feedly_api 0.6.0 → 0.6.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
- SHA1:
3
- metadata.gz: 6b7519c1e6112dda9cd35da6fd2951dda5c047ba
4
- data.tar.gz: e3c7d15e7057f90ed01186acb927a8e8d3f40da0
2
+ SHA256:
3
+ metadata.gz: 8254089b82d21209123f9bf1e8010bda8decef2e1a8859c58397fd98753d3935
4
+ data.tar.gz: 59f1e3a8be45a79d53ffe337fbf8110c8d630eb0bc6a5164c22ecc7c96a93e1a
5
5
  SHA512:
6
- metadata.gz: 57e4764514164564323c3b53f75d26debf5fb921485c678860c2832d48cd657fcc5c4d66cc074216b90384c9914be1e5a5a20c03d438a9b6773aaa520a073a64
7
- data.tar.gz: b21d6794aa1ae065de8d2c10dc472dbdafe24181c916b792ad23b39990c287a1b8efdf58d96056c265951839509b22146f92b3193503b55d0af58a275ac7ae87
6
+ metadata.gz: fb30c259ae99ddf85ccdc27739946296b8bbb33fbc1973e10c26ce22ff0e63af59ae042797b8bbc437ed7067584f088166678e91959a76f52502cf7bc467674d
7
+ data.tar.gz: 34ab85a861abf42e8d2d4093d1fa8b9435c9dc26fd4e3d052be24e87ba2f55ca9d6f83faf279b207f822c892fa5a241b7272173cedcb8bd0795617325bec17d0
@@ -0,0 +1,2 @@
1
+ Metrics/LineLength:
2
+ Max: 120
@@ -1,5 +1,8 @@
1
1
  rvm:
2
- - 1.9.3
3
- - 2.0.0
4
- - jruby-19mode
5
- - rbx-19mode
2
+ - 2.2.10
3
+ - 2.3.7
4
+ - 2.4.4
5
+ - 2.5.1
6
+ - 2.6.0-preview2
7
+ - ruby-head
8
+ - jruby-9.2.0.0
@@ -0,0 +1,46 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6
+
7
+ ## Our Standards
8
+
9
+ Examples of behavior that contributes to creating a positive environment include:
10
+
11
+ * Using welcoming and inclusive language
12
+ * Being respectful of differing viewpoints and experiences
13
+ * Gracefully accepting constructive criticism
14
+ * Focusing on what is best for the community
15
+ * Showing empathy towards other community members
16
+
17
+ Examples of unacceptable behavior by participants include:
18
+
19
+ * The use of sexualized language or imagery and unwelcome sexual attention or advances
20
+ * Trolling, insulting/derogatory comments, and personal or political attacks
21
+ * Public or private harassment
22
+ * Publishing others' private information, such as a physical or electronic address, without explicit permission
23
+ * Other conduct which could reasonably be considered inappropriate in a professional setting
24
+
25
+ ## Our Responsibilities
26
+
27
+ Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28
+
29
+ Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30
+
31
+ ## Scope
32
+
33
+ This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34
+
35
+ ## Enforcement
36
+
37
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at ivan@bolhar.me. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
+
39
+ Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40
+
41
+ ## Attribution
42
+
43
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44
+
45
+ [homepage]: http://contributor-covenant.org
46
+ [version]: http://contributor-covenant.org/version/1/4/
data/README.md CHANGED
@@ -1,6 +1,10 @@
1
1
  feedly_api
2
2
  ==========
3
- [![Coverage Status](https://coveralls.io/repos/Myuzu/feedly_api/badge.png)](https://coveralls.io/r/Myuzu/feedly_api) [![Build Status](https://travis-ci.org/Myuzu/feedly_api.png?branch=master)](https://travis-ci.org/Myuzu/feedly_api) [![Code Climate](https://codeclimate.com/github/Myuzu/feedly_api.png)](https://codeclimate.com/github/Myuzu/feedly_api) [![Dependency Status](https://gemnasium.com/Myuzu/feedly_api.png)](https://gemnasium.com/Myuzu/feedly_api) [![Gem Version](https://badge.fury.io/rb/feedly_api.png)](http://badge.fury.io/rb/feedly_api)
3
+ [![Gem Version](https://badge.fury.io/rb/feedly_api.svg)](https://badge.fury.io/rb/feedly_api)
4
+ [![Build Status](https://travis-ci.org/Myuzu/feedly_api.svg?branch=master)](https://travis-ci.org/Myuzu/feedly_api)
5
+ [![Coverage Status](https://coveralls.io/repos/github/Myuzu/feedly_api/badge.svg?branch=master)](https://coveralls.io/github/Myuzu/feedly_api?branch=master)
6
+ [![Code Climate](https://codeclimate.com/github/Myuzu/feedly_api/badges/gpa.svg)](https://codeclimate.com/github/Myuzu/feedly_api)
7
+ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMyuzu%2Ffeedly_api.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2FMyuzu%2Ffeedly_api?ref=badge_shield)
4
8
 
5
9
  Early unofficial Feedly API with no external dependencies
6
10
 
@@ -22,10 +26,30 @@ Early unofficial Feedly API with no external dependencies
22
26
  @feed.items(count: 50)
23
27
  ```
24
28
 
29
+ ## Roadmap
30
+ - [ ] OAuth support
31
+ - [ ] Continuation
32
+ - [ ] OPML API
33
+ - [ ] Markers API
34
+ - [ ] Feeds API
35
+ - [ ] Entries API
36
+ - [ ] Categories API
37
+ - [ ] Subscriptions API
38
+ - [ ] Preferences API
39
+ - [ ] Profile API
40
+ - [ ] Topics API
41
+ - [ ] Tags API
42
+ - [ ] Search API
43
+ - [ ] URL Shortener API
44
+ - [ ] Mixes API
45
+
25
46
  ## Supported Ruby Versions
26
47
 
27
- feedly_api is tested under 1.9.3, 2.0.0, JRuby (1.9 mode), and Rubinius (1.9 mode).
48
+ feedly_api is tested under 2.2.10, 2.3.7, 2.4.4, 2.5.1, 2.6.0-preview2, Ruby HEAD, JRuby 9.2.0.0.
28
49
 
29
50
  ## License
30
51
 
31
- Apache License, Version 2.0
52
+ MIT License
53
+
54
+
55
+ [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FMyuzu%2Ffeedly_api.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2FMyuzu%2Ffeedly_api?ref=badge_large)
@@ -1,5 +1,4 @@
1
- # encoding: utf-8
2
- $: << File.expand_path('../lib', __FILE__)
1
+ $LOAD_PATH << File.expand_path('lib', __dir__)
3
2
  require 'feedly_api'
4
3
 
5
4
  Gem::Specification.new do |s|
@@ -7,17 +6,19 @@ Gem::Specification.new do |s|
7
6
  s.version = FeedlyApi::VERSION
8
7
  s.authors = ['Myuzu']
9
8
  s.homepage = 'https://github.com/Myuzu/feedly_api'
10
- s.summary = %q{Ruby wrapper for Feedly API}
11
- s.description = %q{Simpe unofficial Feedly API wrapper. No auth yet.}
12
- s.license = 'MIT License'
9
+ s.summary = 'Ruby wrapper for Feedly API'
10
+ s.description = 'Simpe unofficial Feedly API wrapper. No auth yet. Zero external dependencies.'
11
+ s.license = 'MIT'
13
12
 
14
13
  s.files = `git ls-files`.split("\n")
15
14
  s.require_paths = ['lib']
16
15
 
17
- s.required_ruby_version = '>= 1.9.3'
16
+ s.required_ruby_version = '>= 2.2.10'
18
17
 
18
+ s.add_development_dependency 'coveralls'
19
+ s.add_development_dependency 'pry'
19
20
  s.add_development_dependency 'rake'
21
+ s.add_development_dependency 'reek'
20
22
  s.add_development_dependency 'rspec'
21
- s.add_development_dependency 'pry'
22
- s.add_development_dependency 'coveralls'
23
+ s.add_development_dependency 'rubocop'
23
24
  end
@@ -1,3 +1,3 @@
1
1
  module FeedlyApi
2
- VERSION = '0.6.0'
2
+ VERSION = '0.6.1'
3
3
  end
metadata CHANGED
@@ -1,15 +1,43 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feedly_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Myuzu
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-06-16 00:00:00.000000000 Z
11
+ date: 2018-08-16 00:00:00.000000000 Z
12
12
  dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: coveralls
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ">="
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ">="
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: pry
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
13
41
  - !ruby/object:Gem::Dependency
14
42
  name: rake
15
43
  requirement: !ruby/object:Gem::Requirement
@@ -25,7 +53,7 @@ dependencies:
25
53
  - !ruby/object:Gem::Version
26
54
  version: '0'
27
55
  - !ruby/object:Gem::Dependency
28
- name: rspec
56
+ name: reek
29
57
  requirement: !ruby/object:Gem::Requirement
30
58
  requirements:
31
59
  - - ">="
@@ -39,7 +67,7 @@ dependencies:
39
67
  - !ruby/object:Gem::Version
40
68
  version: '0'
41
69
  - !ruby/object:Gem::Dependency
42
- name: pry
70
+ name: rspec
43
71
  requirement: !ruby/object:Gem::Requirement
44
72
  requirements:
45
73
  - - ">="
@@ -53,7 +81,7 @@ dependencies:
53
81
  - !ruby/object:Gem::Version
54
82
  version: '0'
55
83
  - !ruby/object:Gem::Dependency
56
- name: coveralls
84
+ name: rubocop
57
85
  requirement: !ruby/object:Gem::Requirement
58
86
  requirements:
59
87
  - - ">="
@@ -66,7 +94,7 @@ dependencies:
66
94
  - - ">="
67
95
  - !ruby/object:Gem::Version
68
96
  version: '0'
69
- description: Simpe unofficial Feedly API wrapper. No auth yet.
97
+ description: Simpe unofficial Feedly API wrapper. No auth yet. Zero external dependencies.
70
98
  email:
71
99
  executables: []
72
100
  extensions: []
@@ -74,8 +102,10 @@ extra_rdoc_files: []
74
102
  files:
75
103
  - ".gitignore"
76
104
  - ".rspec"
105
+ - ".rubocop.yml"
77
106
  - ".travis.yml"
78
107
  - CHANGELOG.md
108
+ - CODE_OF_CONDUCT.md
79
109
  - Gemfile
80
110
  - LICENSE
81
111
  - README.md
@@ -104,7 +134,7 @@ files:
104
134
  - spec/spec_helper.rb
105
135
  homepage: https://github.com/Myuzu/feedly_api
106
136
  licenses:
107
- - MIT License
137
+ - MIT
108
138
  metadata: {}
109
139
  post_install_message:
110
140
  rdoc_options: []
@@ -114,7 +144,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
144
  requirements:
115
145
  - - ">="
116
146
  - !ruby/object:Gem::Version
117
- version: 1.9.3
147
+ version: 2.2.10
118
148
  required_rubygems_version: !ruby/object:Gem::Requirement
119
149
  requirements:
120
150
  - - ">="
@@ -122,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
152
  version: '0'
123
153
  requirements: []
124
154
  rubyforge_project:
125
- rubygems_version: 2.3.0
155
+ rubygems_version: 2.7.7
126
156
  signing_key:
127
157
  specification_version: 4
128
158
  summary: Ruby wrapper for Feedly API