social_current 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,4 +1,4 @@
1
1
  module SocialCurrent
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  SUPPORTED_INTEGRATIONS = [:github, :twitter]
4
4
  end
@@ -4,8 +4,8 @@ require File.expand_path('../lib/social_current/version', __FILE__)
4
4
  Gem::Specification.new do |gem|
5
5
  gem.authors = ["Tristan O'Neil"]
6
6
  gem.email = ["tristanoneil@gmail.com"]
7
- gem.description = %q{Makes it easy to integrate the Github activity stream into your application.}
8
- gem.summary = %q{Makes it easy to integrate the Github activity stream into your application.}
7
+ gem.description = %q{Makes it easy to integrate a social activity stream into your application from third party APIs.}
8
+ gem.summary = %q{Makes it easy to integrate a social activity stream into your application from third party APIs.}
9
9
 
10
10
  gem.files = `git ls-files`.split($\)
11
11
  gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: social_current
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -43,7 +43,8 @@ dependencies:
43
43
  - - ~>
44
44
  - !ruby/object:Gem::Version
45
45
  version: 1.3.0
46
- description: Makes it easy to integrate the Github activity stream into your application.
46
+ description: Makes it easy to integrate a social activity stream into your application
47
+ from third party APIs.
47
48
  email:
48
49
  - tristanoneil@gmail.com
49
50
  executables: []
@@ -93,7 +94,8 @@ rubyforge_project:
93
94
  rubygems_version: 1.8.23
94
95
  signing_key:
95
96
  specification_version: 3
96
- summary: Makes it easy to integrate the Github activity stream into your application.
97
+ summary: Makes it easy to integrate a social activity stream into your application
98
+ from third party APIs.
97
99
  test_files:
98
100
  - test/support/github/stream.json
99
101
  - test/support/github/user.json