Skip to content

Commit

Permalink
Updated dependencies, added code climate badge, fixed a tiny documena…
Browse files Browse the repository at this point in the history
…tation problem
  • Loading branch information
aef committed Oct 1, 2012
1 parent 82f4e61 commit 80655fa
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Init

[![Build Status](https://secure.travis-ci.org/aef/init.png)](
https://secure.travis-ci.org/aef/init)
[![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/jnicklas/capybara)

* [Documentation][docs]
* [Project][project]
Expand Down
12 changes: 6 additions & 6 deletions init.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ scripts in Ruby.

s.required_ruby_version = '>= 1.8.7'

s.add_development_dependency('bundler', '~> 1.0.22')
s.add_development_dependency('rake', '~> 0.9.2')
s.add_development_dependency('rspec', '~> 2.8.0')
s.add_development_dependency('simplecov', '~> 0.6.1')
s.add_development_dependency('pry', '~> 0.9.8')
s.add_development_dependency('yard', '~> 0.7.5')
s.add_development_dependency('bundler', '~> 1.2.1')
s.add_development_dependency('rake', '~> 0.9.2.2')
s.add_development_dependency('rspec', '~> 2.11.0')
s.add_development_dependency('simplecov', '~> 0.6.4')
s.add_development_dependency('pry', '~> 0.9.10')
s.add_development_dependency('yard', '~> 0.8.2.1')

s.cert_chain = "#{ENV['GEM_CERT_CHAIN']}".split(':')
s.signing_key = ENV['GEM_SIGNING_KEY']
Expand Down
4 changes: 2 additions & 2 deletions lib/aef/init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ def default_command(command = false)
# The delay in seconds between the call of the stop and the start method
# in the predefined restart method.
#
# @param [Numeric, false] time in seconds, if false is given, the value
# will be returned and not modified.
# @param [Numeric, false] seconds time in seconds, if false is given,
# the value will be returned and not modified.
# @return [Float] time in seconds
def stop_start_delay(seconds = false)
if seconds.equal?(false)
Expand Down

0 comments on commit 80655fa

Please sign in to comment.