Skip to content

Commit

Permalink
fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick M. Thomas committed Mar 12, 2012
1 parent 47eec4d commit 25c9d31
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions mlog.gemspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
Gem::Specification.new do |s|
s.name = %q{mlog}
s.version = "0.1"
s.version = "0.2"

s.specification_version = 3 if s.respond_to? :specification_version=

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["MEG"]
s.date = %q{2012-03-12}
s.default_executable = %q{mlog}
s.description = %q{MEG logger wrapper, includes funkyness.}
s.email = %q{mobileeventguide@github}
s.executables = ["mlog"]
s.extra_rdoc_files = ["README.rdoc"]
s.files = ["README.rdoc", "bin/mlog.rb"]
s.files = ["README.rdoc", "lib/mlog.rb"]
s.has_rdoc = true
s.homepage = %q{http://github.com/mobileeventguide/mlog}
#s.rubyforge_project = %q{rofl}
Expand Down

0 comments on commit 25c9d31

Please sign in to comment.