feedshub 1.0.0 → 1.0.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/lib/feedshub/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
MDU0Nzk0OGMwY2EwYzU2ZDg1YjRmM2ZhOWM4MmQ1OTk1YzgzZDc5OA==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YTA1ZTUzNDExMTllNmUxYjY1ODNiM2EyNWUyOGZjM2ZjZWJhOGZkMA==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
OGJhOWI3OWY3ZDQ5YTc1NGQ5MjM0NTE2MGI1MzFiMjUzYTQ1OThiODZiZDRk
|
10
|
+
Y2IxMDk5ODY3NGZkNmU2YmJiOTIxYWM1MDgyNmU5YTEyY2RmZjRhZDFlYWUx
|
11
|
+
NjgxZmMyNGUzMWJjYjAxY2Y4NzM4NDA3ZWM1ZTZkNDU5MjJjN2U=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NzcyNGFjMDU1YTM4YWFkYmM0ZGI0NjExYWRiZjFhMTE0MmNhMmZhYmQxYzJi
|
14
|
+
NDZhZTE4MTlkOWI3MTllYTFiNmJmMGZhYmIyN2VjZGQzZTRjMjhmNDNiNTI4
|
15
|
+
ODQwMDRiN2JkMDBhZDlhNTRhYmU2MTUwMTFiN2NhNWZhNmFkMGU=
|
data/lib/feedshub/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: feedshub
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- VAIRIX
|
@@ -108,8 +108,8 @@ dependencies:
|
|
108
108
|
- - ~>
|
109
109
|
- !ruby/object:Gem::Version
|
110
110
|
version: '2.0'
|
111
|
-
description:
|
112
|
-
|
111
|
+
description: Feedshub is a full RoR gem that let you show your company or personal
|
112
|
+
github activity in a fancy way with minimal configuration.
|
113
113
|
email: info@vairix.com
|
114
114
|
executables: []
|
115
115
|
extensions: []
|
@@ -201,7 +201,7 @@ files:
|
|
201
201
|
- spec/dummy/config/database.yml
|
202
202
|
- spec/dummy/Rakefile
|
203
203
|
- spec/dummy/README.rdoc
|
204
|
-
homepage:
|
204
|
+
homepage: https://github.com/VAIRIX/feedshub
|
205
205
|
licenses:
|
206
206
|
- MIT
|
207
207
|
metadata: {}
|