Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
maccman committed Jun 9, 2011
1 parent 0cac742 commit 611ffd1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 21 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.6
0.0.7
33 changes: 13 additions & 20 deletions roauth.gemspec
Original file line number Diff line number Diff line change
@@ -1,44 +1,37 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{roauth}
s.version = "0.0.6"
s.version = "0.0.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Alex MacCaw"]
s.date = %q{2010-10-13}
s.date = %q{2011-06-09}
s.description = %q{Simple Ruby OAuth library}
s.email = %q{info@eribium.org}
s.extra_rdoc_files = [
"LICENSE",
"README.markdown"
"README.markdown"
]
s.files = [
".gitignore",
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION",
"lib/roauth.rb",
"roauth.gemspec",
"test/helper.rb",
"test/test_roauth.rb"
"LICENSE",
"README.markdown",
"Rakefile",
"VERSION",
"lib/roauth.rb",
"roauth.gemspec",
"test/helper.rb",
"test/test_roauth.rb"
]
s.homepage = %q{http://github.com/maccman/roauth}
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.rubygems_version = %q{1.6.0}
s.summary = %q{Simple Ruby OAuth library}
s.test_files = [
"test/helper.rb",
"test/test_roauth.rb"
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 611ffd1

Please sign in to comment.