feedbook 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 +8 -8
- data/feedbook.gemspec +4 -3
- data/lib/feedbook/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YmU1YzkwNDUwN2I0YTI4YWI0NDc3Y2I5ZGRiYmY2OTM0NmEzYjJkZg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
MzlkYTkyMjllOGE4ZWIwNDM2ZTdmMDkzOTUzM2U5NzFkYjUzYjRlMQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
Y2E4MTAzZjBhYjdkOGZmZDc4MTY0MjcyMmY3YTZmNDI3MGUwNjc5MTE4MjU5
|
|
10
|
+
NTAxNzc1N2QzOTZlZDZkYjMwZTBhYTQzY2YxNmYyMGU3ZjMyZGU3ZjYzZjMx
|
|
11
|
+
OWMyMDJjOGNlZWZhMjYyYjA0NjlkMmJmZDUwNTU0ZmY3Yzc4YjQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTQ2OWZkZTI5Njc3N2VkZjE4NDdjNTY0Zjk4NjUzOGFjM2IzYTA3NGI3YzNj
|
|
14
|
+
MTIzMzc5ZDg0NmU1NWZiMjhlYzFiNTFjOWUxOGNhYTliYTI2Y2NmMzYyZDlk
|
|
15
|
+
ZTMxMDM2OWM4MTJlMDVmYjBiYTA1ZmJkNWJjMTdlODg5NmI3MjE=
|
data/feedbook.gemspec
CHANGED
|
@@ -8,9 +8,10 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Feedbook::VERSION
|
|
9
9
|
spec.authors = ['Maciej Paruszewski']
|
|
10
10
|
spec.email = ['maciek.paruszewski@gmail.com']
|
|
11
|
-
spec.summary = %q{Feedbook}
|
|
12
|
-
spec.
|
|
13
|
-
spec.
|
|
11
|
+
spec.summary = %q{Feedbook is a simple console application that is build for social media notifications about RSS/Atom updates.}
|
|
12
|
+
spec.description = %q{Feedbook is a simple console application that allows to notify on IRC, mail and social media (like Twitter and Facebook) about RSS/Atom updates.}
|
|
13
|
+
spec.homepage = 'https://github.com/pinoss/feedbook'
|
|
14
|
+
spec.license = 'MIT'
|
|
14
15
|
|
|
15
16
|
spec.files = `git ls-files -z`.split("\x0")
|
|
16
17
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
data/lib/feedbook/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: feedbook
|
|
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
|
- Maciej Paruszewski
|
|
@@ -206,7 +206,8 @@ dependencies:
|
|
|
206
206
|
- - ! '>='
|
|
207
207
|
- !ruby/object:Gem::Version
|
|
208
208
|
version: '0'
|
|
209
|
-
description:
|
|
209
|
+
description: Feedbook is a simple console application that allows to notify on IRC,
|
|
210
|
+
mail and social media (like Twitter and Facebook) about RSS/Atom updates.
|
|
210
211
|
email:
|
|
211
212
|
- maciek.paruszewski@gmail.com
|
|
212
213
|
executables:
|
|
@@ -286,7 +287,8 @@ rubyforge_project:
|
|
|
286
287
|
rubygems_version: 2.2.2
|
|
287
288
|
signing_key:
|
|
288
289
|
specification_version: 4
|
|
289
|
-
summary: Feedbook
|
|
290
|
+
summary: Feedbook is a simple console application that is build for social media notifications
|
|
291
|
+
about RSS/Atom updates.
|
|
290
292
|
test_files:
|
|
291
293
|
- spec/spec_helper.rb
|
|
292
294
|
- spec/unit/lib/comparers/posts_comparer_spec.rb
|