Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Anil V committed Nov 16, 2011
1 parent eaec0af commit 019770b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pandora/version.rb
@@ -1,3 +1,3 @@
module Pandora
VERSION = "0.1.1"
VERSION = "0.1.2"
end
2 changes: 2 additions & 0 deletions pandora.gemspec
Expand Up @@ -12,6 +12,8 @@ Gem::Specification.new do |s|
s.description = %q{A Ruby wrapper for the Pandora public user feeds}

s.add_runtime_dependency 'nokogiri','~> 1.4'
s.add_development_dependency 'rake'
s.add_development_dependency 'yard'

s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
Expand Down

0 comments on commit 019770b

Please sign in to comment.