Skip to content

Commit

Permalink
Version 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hanklords committed Jul 26, 2009
1 parent 6309267 commit 4f9cbc3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions flickraw.gemspec
Expand Up @@ -2,16 +2,15 @@

Gem::Specification.new do |s|
s.name = %q{flickraw}
s.version = "0.6.1"
s.version = "0.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Mael Clerambault"]
s.date = %q{2009-07-06}
s.date = %q{2009-07-26}
s.email = %q{maelclerambault@yahoo.fr}
s.files = ["lib/flickraw.rb", "flickraw_rdoc.rb", "LICENSE", "README.rdoc", "rakefile", "examples/flickr_KDE.rb", "examples/upload.rb", "examples/auth.rb", "examples/interestingness.rb", "test/test.rb"]
s.homepage = %q{http://hanklords.github.com/flickraw/}
s.require_paths = ["lib"]
s.required_ruby_version = Gem::Requirement.new(">= 1.8")
s.rubyforge_project = %q{flickraw}
s.rubygems_version = %q{1.3.1}
s.summary = %q{Flickr library with a syntax close to the syntax described on http://www.flickr.com/services/api}
Expand Down
2 changes: 1 addition & 1 deletion lib/flickraw.rb
Expand Up @@ -26,7 +26,7 @@
require 'cgi'

module FlickRaw
VERSION='0.6.1'
VERSION='0.7'

FLICKR_HOST='api.flickr.com'.freeze

Expand Down
1 change: 0 additions & 1 deletion rakefile
Expand Up @@ -18,7 +18,6 @@ spec = Gem::Specification.new do |s|
s.version = FlickRaw::VERSION
s.files = PKG_FILES
s.test_files = FileList["test/*.rb"].to_a
s.required_ruby_version = '>= 1.8'
end

Rake::RDocTask.new do |rd|
Expand Down

0 comments on commit 4f9cbc3

Please sign in to comment.