Skip to content

Commit

Permalink
bump the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mjankowski committed Jun 30, 2009
1 parent 480284e commit 28120cd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -13,7 +13,7 @@ task :default => :test

gem_spec = Gem::Specification.new do |gem_spec|
gem_spec.name = "twitter-search"
gem_spec.version = "0.5.6"
gem_spec.version = "0.5.7"
gem_spec.summary = "Ruby client for Twitter Search. Includes trends."
gem_spec.email = "dcroak@thoughtbot.com"
gem_spec.homepage = "http://github.com/dancroak/twitter-search"
Expand Down
6 changes: 3 additions & 3 deletions twitter-search.gemspec
@@ -1,7 +1,7 @@
--- !ruby/object:Gem::Specification
name: twitter-search
version: !ruby/object:Gem::Version
version: 0.5.6
version: 0.5.7
platform: ruby
authors:
- Dustin Sallings
Expand All @@ -16,7 +16,7 @@ autorequire:
bindir: bin
cert_chain: []

date: 2009-06-06 00:00:00 -04:00
date: 2009-06-30 00:00:00 -04:00
default_executable:
dependencies:
- !ruby/object:Gem::Dependency
Expand Down Expand Up @@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
requirements: []

rubyforge_project:
rubygems_version: 1.3.3
rubygems_version: 1.3.4
signing_key:
specification_version: 3
summary: Ruby client for Twitter Search. Includes trends.
Expand Down

0 comments on commit 28120cd

Please sign in to comment.