thunder_punch 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.mdown CHANGED
@@ -1,12 +1,16 @@
1
+ == 0.0.8 (September 1, 2010)
2
+
3
+ * Fix a recipe in thinking sphinx that was causing it to be run on app servers. It should only be run on servers defined as workers due to the fact it actually calls out to the db server to run the sphinx tasks [Bob Burbach - github.com/peregrinator]
4
+
1
5
  == 0.0.7 (August 26, 2010)
2
6
 
3
- * Add a site recipe for uploading a maintenance page (assumes you've set up apache or nginx to watch for this page.)
7
+ * Add a site recipe for uploading a maintenance page (assumes you've set up apache or nginx to watch for this page.) [Bob Burbach - github.com/peregrinator]
4
8
 
5
9
  == 0.0.6 (July 6, 2010)
6
10
 
7
- * Fix problems with the code implementing git-based deployment strategy
8
- * Add a SASS task to compile stylesheets
9
- * Add a varnish task to clear the cache
11
+ * Fix problems with the code implementing git-based deployment strategy [Bob Burbach - github.com/peregrinator]
12
+ * Add a SASS task to compile stylesheets [Bob Burbach - github.com/peregrinator]
13
+ * Add a varnish task to clear the cache [Bob Burbach - github.com/peregrinator]
10
14
 
11
15
  == 0.0.5 (June 28, 2010)
12
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.7
1
+ 0.0.8
@@ -2,7 +2,7 @@ Capistrano::Configuration.instance(:must_exist).load do
2
2
  namespace :thinking_sphinx do
3
3
 
4
4
  desc "Generate the Sphinx configuration file"
5
- task :configure, :roles => [:app, :worker] do
5
+ task :configure, :roles => :worker do
6
6
  rake "thinking_sphinx:configure"
7
7
  end
8
8
 
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{thunder_punch}
8
- s.version = "0.0.7"
8
+ s.version = "0.0.8"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Bob Burbach"]
12
- s.date = %q{2010-08-26}
12
+ s.date = %q{2010-09-01}
13
13
  s.description = %q{Collection of capistano recipes for deployment and server tasks}
14
14
  s.email = %q{info@criticaljuncture.org}
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 7
9
- version: 0.0.7
8
+ - 8
9
+ version: 0.0.8
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bob Burbach
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-08-26 00:00:00 -07:00
17
+ date: 2010-09-01 00:00:00 -07:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency