Skip to content
This repository has been archived by the owner on Sep 5, 2018. It is now read-only.

Commit

Permalink
Version update to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mwunsch committed May 19, 2013
1 parent 798d1e9 commit 14f6b40
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
tumblr-rb (2.0.1.snapshot)
tumblr-rb (2.1.0)
launchy (~> 2.1.2)
sinatra (~> 1.4.0)
thor (~> 0.18.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/tumblr/version.rb
@@ -1,3 +1,3 @@
module Tumblr
VERSION = "2.0.1.snapshot"
VERSION = "2.1.0"
end
6 changes: 3 additions & 3 deletions share/tumblr-rb.rb
Expand Up @@ -18,7 +18,7 @@ def install
ENV['GEM_HOME']="#{prefix}"
ENV['GEM_PATH']="#{prefix}"
system "gem", "install", "tumblr-rb",
"--version", "2.0.0",
"--version", "2.1.0",
"--no-rdoc", "--no-ri",
"--install-dir", prefix
bin.rmtree
Expand All @@ -43,7 +43,7 @@ def install
end

class TumblrRb < RubyGemFormula
url "http://rubygems.org/downloads/tumblr-rb-2.0.0.gem"
url "http://rubygems.org/downloads/tumblr-rb-2.1.0.gem"
homepage "http://rubygems.org/gems/tumblr-rb"
version "2.0.0"
version "2.1.0"
end

0 comments on commit 14f6b40

Please sign in to comment.