Skip to content

Commit 57905a4

Browse files
committed
Bump version
1 parent 5977caa commit 57905a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

facebooker.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
Gem::Specification.new do |s|
44
s.name = %q{facebooker}
5-
s.version = "1.0.59"
5+
s.version = "1.0.60"
66

77
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
88
s.authors = ["Chad Fowler", "Patrick Ewing", "Mike Mangino", "Shane Vitarana", "Corey Innis", "Mike Mangino"]
9-
s.date = %q{2010-01-15}
9+
s.date = %q{2010-01-22}
1010
s.description = %q{Facebooker is a Ruby wrapper over the Facebook[http://facebook.com] {REST API}[http://wiki.developers.facebook.com/index.php/API]. Its goals are:
1111
1212
* Idiomatic Ruby

lib/facebooker/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Facebooker #:nodoc:
22
module VERSION #:nodoc:
33
MAJOR = 1
44
MINOR = 0
5-
TINY = 59
5+
TINY = 60
66

77
STRING = [MAJOR, MINOR, TINY].join('.')
88
end

0 commit comments

Comments
 (0)