mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Version bump to 0.0.57
This commit is contained in:
parent
7c14dd5ae8
commit
ba8dbaeb44
2 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
:major: 0
|
||||
:minor: 0
|
||||
:patch: 56
|
||||
:patch: 57
|
||||
:build:
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
# 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 the gemspec command
|
||||
# -*- encoding: utf-8 -*-
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
s.name = %q{fog}
|
||||
s.version = "0.0.56"
|
||||
s.version = "0.0.57"
|
||||
|
||||
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
||||
s.authors = ["geemus (Wesley Beary)"]
|
||||
s.date = %q{2010-03-11}
|
||||
s.date = %q{2010-03-17}
|
||||
s.default_executable = %q{fog}
|
||||
s.description = %q{brings clouds to you}
|
||||
s.email = %q{me@geemus.com}
|
||||
s.email = %q{geemus@gmail.com}
|
||||
s.executables = ["fog"]
|
||||
s.extra_rdoc_files = [
|
||||
"README.rdoc"
|
||||
|
|
Loading…
Reference in a new issue