Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Commit

Permalink
Merge branch 'v0.0.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
myitcv committed Sep 9, 2013
2 parents 43271da + 8683587 commit 43052e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ This gem is merely a wrapper around [ZeroClipboard](https://github.com/zeroclipb
Includes workaround for <a href="https://github.com/zeroclipboard/ZeroClipboard/issues/149">CSS zoom bug</a>
</td>
</tr>
<tr>
<td><a href="https://rubygems.org/gems/zeroclipboard-rails/versions/0.0.7">0.0.7</a></td>
<td><a href="https://github.com/zeroclipboard/ZeroClipboard/tree/v1.1.7">1.1.7</a></td>
<td>
Includes workaround for <a href="https://github.com/zeroclipboard/ZeroClipboard/issues/149">CSS zoom bug</a>
</td>
</tr>
</table>


Expand Down
2 changes: 1 addition & 1 deletion lib/zeroclipboard-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Zeroclipboard
module Rails
VERSION = "0.0.6"
VERSION = "0.0.7"
end
end
2 changes: 1 addition & 1 deletion zeroclipboard-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
gem.email = ["[email protected]"]
gem.description = %q{ZeroClipboard libary support for Rails}
gem.summary = %q{Adds the Javascript ZeroClipboard libary to Rails}
gem.homepage = "https://github.com/HaNdTriX/zeroclipboard-rails"
gem.homepage = "https://github.com/zeroclipboard/zeroclipboard-rails"
gem.license = 'MIT'

gem.files = Dir["{lib,app}/**/*"] + ["LICENSE", "README.md"]
Expand Down

0 comments on commit 43052e2

Please sign in to comment.