vlad-thin 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. data/README.rdoc +7 -1
  2. data/VERSION +1 -1
  3. data/lib/vlad/thin.rb +1 -1
  4. data/vlad-thin.gemspec +17 -20
  5. metadata +14 -10
  6. data/.gitignore +0 -21
data/README.rdoc CHANGED
@@ -2,7 +2,13 @@
2
2
 
3
3
  Control thin with vlad.
4
4
 
5
- This is thin's own <tt>example/vlad.rake</tt> (specifically http://github.com/macournoyer/thin/raw/56c9b3eb2553ef6f6784768a3265d6562ab87b0f/example/vlad.rake) in a gem. Don't ask me why it wasn't already in one..
5
+ This is thin's own <tt>example/vlad.rake</tt> (specifically https://raw.github.com/macournoyer/thin/d3bbb86eb928b262050664b7452d8e9ffbd958a4/example/vlad.rake) in a gem. Don't ask me why it wasn't already in one..
6
+
7
+ Yell at me (via an issue) if thin’s bundled vlad.rake changes, I’m totally not paying attention.
8
+
9
+ == Thanks
10
+
11
+ * [MichaelXavier](https://github.com/MichaelXavier)
6
12
 
7
13
  == Copyright
8
14
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.0
1
+ 1.1.0
data/lib/vlad/thin.rb CHANGED
@@ -53,7 +53,7 @@ configuration is set via the thin_* variables.".cleanup
53
53
  desc "Restart the app servers"
54
54
 
55
55
  remote_task :start_app, :roles => :app do
56
- run thin("restart -s #{thin_servers}")
56
+ run thin("restart -O -s #{thin_servers}")
57
57
  end
58
58
 
59
59
  desc "Stop the app servers"
data/vlad-thin.gemspec CHANGED
@@ -1,42 +1,39 @@
1
1
  # Generated by jeweler
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
- # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
5
 
6
6
  Gem::Specification.new do |s|
7
- s.name = %q{vlad-thin}
8
- s.version = "1.0.0"
7
+ s.name = "vlad-thin"
8
+ s.version = "1.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Phil Smith"]
12
- s.date = %q{2010-06-23}
13
- s.description = %q{This is thin's own example/vlad.rake in a gem}
14
- s.email = %q{phil.h.smith@gmail.com}
12
+ s.date = "2012-03-02"
13
+ s.description = "This is thin's own example/vlad.rake in a gem"
14
+ s.email = "phil.h.smith@gmail.com"
15
15
  s.extra_rdoc_files = [
16
16
  "LICENSE",
17
- "README.rdoc"
17
+ "README.rdoc"
18
18
  ]
19
19
  s.files = [
20
20
  ".document",
21
- ".gitignore",
22
- "LICENSE",
23
- "README.rdoc",
24
- "Rakefile",
25
- "VERSION",
26
- "lib/vlad/thin.rb",
27
- "vlad-thin.gemspec"
21
+ "LICENSE",
22
+ "README.rdoc",
23
+ "Rakefile",
24
+ "VERSION",
25
+ "lib/vlad/thin.rb",
26
+ "vlad-thin.gemspec"
28
27
  ]
29
- s.homepage = %q{http://github.com/phs/vlad-thin}
30
- s.rdoc_options = ["--charset=UTF-8"]
28
+ s.homepage = "http://github.com/phs/vlad-thin"
31
29
  s.require_paths = ["lib"]
32
- s.rubygems_version = %q{1.3.6}
33
- s.summary = %q{Control thin with vlad}
30
+ s.rubygems_version = "1.8.17"
31
+ s.summary = "Control thin with vlad"
34
32
 
35
33
  if s.respond_to? :specification_version then
36
- current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
37
34
  s.specification_version = 3
38
35
 
39
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
36
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
40
37
  s.add_development_dependency(%q<rspec>, [">= 1.2.9"])
41
38
  else
42
39
  s.add_dependency(%q<rspec>, [">= 1.2.9"])
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vlad-thin
3
3
  version: !ruby/object:Gem::Version
4
- prerelease: false
4
+ hash: 19
5
+ prerelease:
5
6
  segments:
6
7
  - 1
8
+ - 1
7
9
  - 0
8
- - 0
9
- version: 1.0.0
10
+ version: 1.1.0
10
11
  platform: ruby
11
12
  authors:
12
13
  - Phil Smith
@@ -14,16 +15,17 @@ autorequire:
14
15
  bindir: bin
15
16
  cert_chain: []
16
17
 
17
- date: 2010-06-23 00:00:00 -07:00
18
- default_executable:
18
+ date: 2012-03-02 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rspec
22
22
  prerelease: false
23
23
  requirement: &id001 !ruby/object:Gem::Requirement
24
+ none: false
24
25
  requirements:
25
26
  - - ">="
26
27
  - !ruby/object:Gem::Version
28
+ hash: 13
27
29
  segments:
28
30
  - 1
29
31
  - 2
@@ -42,40 +44,42 @@ extra_rdoc_files:
42
44
  - README.rdoc
43
45
  files:
44
46
  - .document
45
- - .gitignore
46
47
  - LICENSE
47
48
  - README.rdoc
48
49
  - Rakefile
49
50
  - VERSION
50
51
  - lib/vlad/thin.rb
51
52
  - vlad-thin.gemspec
52
- has_rdoc: true
53
53
  homepage: http://github.com/phs/vlad-thin
54
54
  licenses: []
55
55
 
56
56
  post_install_message:
57
- rdoc_options:
58
- - --charset=UTF-8
57
+ rdoc_options: []
58
+
59
59
  require_paths:
60
60
  - lib
61
61
  required_ruby_version: !ruby/object:Gem::Requirement
62
+ none: false
62
63
  requirements:
63
64
  - - ">="
64
65
  - !ruby/object:Gem::Version
66
+ hash: 3
65
67
  segments:
66
68
  - 0
67
69
  version: "0"
68
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
+ none: false
69
72
  requirements:
70
73
  - - ">="
71
74
  - !ruby/object:Gem::Version
75
+ hash: 3
72
76
  segments:
73
77
  - 0
74
78
  version: "0"
75
79
  requirements: []
76
80
 
77
81
  rubyforge_project:
78
- rubygems_version: 1.3.6
82
+ rubygems_version: 1.8.17
79
83
  signing_key:
80
84
  specification_version: 3
81
85
  summary: Control thin with vlad
data/.gitignore DELETED
@@ -1,21 +0,0 @@
1
- ## MAC OS
2
- .DS_Store
3
-
4
- ## TEXTMATE
5
- *.tmproj
6
- tmtags
7
-
8
- ## EMACS
9
- *~
10
- \#*
11
- .\#*
12
-
13
- ## VIM
14
- *.swp
15
-
16
- ## PROJECT::GENERAL
17
- coverage
18
- rdoc
19
- pkg
20
-
21
- ## PROJECT::SPECIFIC