share_counts 0.0.7 → 0.0.8

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. data/README.rdoc +0 -2
  2. data/share_counts.gemspec +1 -1
  3. metadata +1 -1
data/README.rdoc CHANGED
@@ -1,5 +1,3 @@
1
- # TODO: update this page
2
-
3
1
  Original blog post (January 31, 2011)
4
2
  http://vitobotta.com/share-counts-gem-social-networks/
5
3
 
data/share_counts.gemspec CHANGED
@@ -4,7 +4,7 @@ $:.push File.expand_path("../lib/share_counts", __FILE__)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "share_counts"
7
- s.version = "0.0.7"
7
+ s.version = "0.0.8"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Vito Botta"]
10
10
  s.email = ["vito@botta.name"]
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: share_counts
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.7
5
+ version: 0.0.8
6
6
  platform: ruby
7
7
  authors:
8
8
  - Vito Botta