socialinfo 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,24 +1,16 @@
1
1
  # Socialinfo
2
2
 
3
- TODO: Write a gem description
3
+ Retrieve information from social networks (Facebook, Twitter, etc.) about an url.
4
4
 
5
5
  ## Installation
6
6
 
7
- Add this line to your application's Gemfile:
8
-
9
- gem 'socialinfo'
10
-
11
- And then execute:
12
-
13
- $ bundle
14
-
15
- Or install it yourself as:
7
+ Install it yourself as:
16
8
 
17
9
  $ gem install socialinfo
18
10
 
19
11
  ## Usage
20
12
 
21
- TODO: Write usage instructions here
13
+ $ socialinfo <url>
22
14
 
23
15
  ## Contributing
24
16
 
@@ -1,3 +1,3 @@
1
1
  module Socialinfo
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -8,7 +8,7 @@ Gem::Specification.new do |gem|
8
8
  gem.version = Socialinfo::VERSION
9
9
  gem.authors = ["Sam"]
10
10
  gem.email = ["samuel@pagedegeek.com"]
11
- gem.description = %q{retreive information from social networks (Facebook, Twitter, etc.) about an url.}
11
+ gem.description = %q{retrieve information from social networks (Facebook, Twitter, etc.) about an url.}
12
12
  gem.summary = %q{use: socialinfo <url>}
13
13
  gem.homepage = "http://github.com/PagedeGeek/socialinfo"
14
14
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: socialinfo
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:
@@ -11,7 +11,7 @@ bindir: bin
11
11
  cert_chain: []
12
12
  date: 2012-11-27 00:00:00.000000000 Z
13
13
  dependencies: []
14
- description: retreive information from social networks (Facebook, Twitter, etc.) about
14
+ description: retrieve information from social networks (Facebook, Twitter, etc.) about
15
15
  an url.
16
16
  email:
17
17
  - samuel@pagedegeek.com