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.
Files changed (3) hide show
  1. checksums.yaml +8 -8
  2. data/lib/feedshub/version.rb +1 -1
  3. metadata +4 -4
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDBiMTMwNzg5ODllNDlmMWVmNjFlZmUwOGIyM2NiNzBjYzVlMDQ5MA==
4
+ MDU0Nzk0OGMwY2EwYzU2ZDg1YjRmM2ZhOWM4MmQ1OTk1YzgzZDc5OA==
5
5
  data.tar.gz: !binary |-
6
- NTgwOWMwNDRmMTM5ODYxODBmNDI4M2UzYjNlMDEyZjM5MjM0ZmYwYw==
6
+ YTA1ZTUzNDExMTllNmUxYjY1ODNiM2EyNWUyOGZjM2ZjZWJhOGZkMA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- MzU5MDVlMWY2ZDE4OTQ5ZTQxZjNkNThkMzY5MDhlZjdiOWM0NTk1NWZhY2Q1
10
- Yzg2OTRjYjBmODc0ZDRmYWQ3MDIzYTBiNDZiMTc1MTIzZjFmOWU2YzE5Njdi
11
- MjUyODM5MTg3YTY4YzQ4MzdjMjY1NGUxYmUyNTEwZDBmMzAyYzk=
9
+ OGJhOWI3OWY3ZDQ5YTc1NGQ5MjM0NTE2MGI1MzFiMjUzYTQ1OThiODZiZDRk
10
+ Y2IxMDk5ODY3NGZkNmU2YmJiOTIxYWM1MDgyNmU5YTEyY2RmZjRhZDFlYWUx
11
+ NjgxZmMyNGUzMWJjYjAxY2Y4NzM4NDA3ZWM1ZTZkNDU5MjJjN2U=
12
12
  data.tar.gz: !binary |-
13
- ODAxNDFkNDU0NjEwOTQ5MGIwYThmOWI4ZGYxZDkyNWY3OGM4OGJlYjM4OTVi
14
- OTEzZGE5MTc5OWQ2MDEwMGU5MzQyMTk2Mzc2NWUzZWYxMjhjYWZiMjYwNjM4
15
- MzRhZDQ2Mzg0MzQzZWRlMGVjZmE4OTJjOWY3OGI1YjdhMmYzZDQ=
13
+ NzcyNGFjMDU1YTM4YWFkYmM0ZGI0NjExYWRiZjFhMTE0MmNhMmZhYmQxYzJi
14
+ NDZhZTE4MTlkOWI3MTllYTFiNmJmMGZhYmIyN2VjZGQzZTRjMjhmNDNiNTI4
15
+ ODQwMDRiN2JkMDBhZDlhNTRhYmU2MTUwMTFiN2NhNWZhNmFkMGU=
@@ -1,3 +1,3 @@
1
1
  module Feedshub
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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: You just need to follow the instruction and use the helppers and views
112
- we provide, to integrate Github public feeds in your app
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: http://www.vairix.com
204
+ homepage: https://github.com/VAIRIX/feedshub
205
205
  licenses:
206
206
  - MIT
207
207
  metadata: {}