posterrrrous 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/posterrrrous.rb +0 -1
- data/posterrrrous.gemspec +1 -1
- metadata +2 -2
data/Rakefile
CHANGED
@@ -13,7 +13,7 @@ require 'jeweler'
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
15
15
|
gem.name = "posterrrrous"
|
16
|
-
gem.version = "0.0.
|
16
|
+
gem.version = "0.0.2"
|
17
17
|
gem.summary = %Q{Quick and dirty Ruby API wrapper for Posterous}
|
18
18
|
gem.description = %Q{Quick and dirty Ruby API wrapper for Posterous}
|
19
19
|
gem.email = "josh@technicalpickles.com"
|
data/lib/posterrrrous.rb
CHANGED
data/posterrrrous.gemspec
CHANGED