Skip to content

Commit

Permalink
Version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed May 5, 2016
1 parent d800d11 commit 62a8342
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,8 @@

This is a gem to helper you quick create a share feature in you Rails apps.

[![Gem Version](https://badge.fury.io/rb/social-share-button.svg)](https://badge.fury.io/rb/social-share-button)

# Sites list

* Facebook
Expand Down
2 changes: 1 addition & 1 deletion lib/social_share_button/version.rb
@@ -1,3 +1,3 @@
module SocialShareButton
VERSION = "0.2.0"
VERSION = "0.2.1"
end
4 changes: 2 additions & 2 deletions social-share-button.gemspec
Expand Up @@ -11,7 +11,7 @@ Gem::Specification.new do |s|
s.summary = %q{Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban, QQ, Tumblr ...}
s.description = %q{Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban, QQ, Tumblr ...}
s.license = 'MIT'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- {bin}/*`.split("\n").map{ |f| File.basename(f) }
Expand All @@ -20,7 +20,7 @@ Gem::Specification.new do |s|

# specify any dependencies here; for example:
s.files = Dir.glob("{bin,lib,app/assets/javascripts,app/assets/stylesheets}/**/*")
s.files += %w(README.md Changelogs.md)
s.files += %w(README.md CHANGELOG.md)
s.files += %w(app/assets/images/sprites/social-share-button.png app/assets/images/sprites/social-share-button@2x.png)
s.add_development_dependency "rails"
s.add_runtime_dependency "coffee-rails"
Expand Down

0 comments on commit 62a8342

Please sign in to comment.