Rakefile in social_stream-presence-0.0.2 vs Rakefile in social_stream-presence-0.0.4
- old
+ new
@@ -1,7 +1,14 @@
require 'bundler/gem_tasks'
+
+# Modify this gem's tags
+class Bundler::GemHelper
+ def version_tag
+ "presence#{version}"
+ end
+end