social_current 0.0.1 → 0.0.2
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.
- data/lib/social_current/version.rb +1 -1
- data/social_current.gemspec +2 -2
- metadata +5 -3
data/social_current.gemspec
CHANGED
|
@@ -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
|
|
8
|
-
gem.summary = %q{Makes it easy to integrate
|
|
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.
|
|
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
|
|
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
|
|
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
|