otp_kickoff 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.rdoc CHANGED
@@ -10,7 +10,7 @@ Install the otp_kickoff gem:
10
10
 
11
11
  And finally, configure your preferences:
12
12
 
13
- otp_kickoff configure --name=leandro --email=leandrodoze@gmail.com
13
+ otp_kickoff configure --author=leandro --email=leandrodoze@gmail.com
14
14
 
15
15
  == Usage
16
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.5
1
+ 0.0.6
data/otp_kickoff.gemspec CHANGED
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{otp_kickoff}
8
- s.version = "0.0.5"
8
+ s.version = "0.0.6"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Leandro Silva"]
12
- s.date = %q{2009-12-05}
12
+ s.date = %q{2009-12-06}
13
13
  s.default_executable = %q{otp_kickoff}
14
14
  s.email = %q{leandrodoze@gmail.com}
15
15
  s.executables = ["otp_kickoff"]
@@ -23,4 +23,4 @@ start() ->
23
23
  %% @spec stop() -> ok
24
24
  %% @doc Stop the <%=application_name%> application
25
25
  stop() ->
26
- application:stop(%=application_name%>).
26
+ application:stop(<%=application_name%>).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: otp_kickoff
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leandro Silva
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-12-05 00:00:00 -08:00
12
+ date: 2009-12-06 00:00:00 -08:00
13
13
  default_executable: otp_kickoff
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency