Skip to content

Commit

Permalink
gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrod committed Sep 12, 2013
1 parent 7c75fbb commit 2ba4762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Blavosync.gemspec
Expand Up @@ -5,11 +5,11 @@


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{blavosync} s.name = %q{blavosync}
s.version = "0.5.1" s.version = "0.5.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["jayronc"] s.authors = ["jayronc"]
s.date = %q{2013-08-27} s.date = %q{2013-09-11}
s.description = %q{Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.} s.description = %q{Sync a remote db and rsync content to your development environment. Useful for small teams and developers who are not able to do this manually.}
s.email = %q{jerrodblavos@mac.com} s.email = %q{jerrodblavos@mac.com}
s.extra_rdoc_files = [ s.extra_rdoc_files = [
Expand Down

0 comments on commit 2ba4762

Please sign in to comment.