inploy 1.6.1 → 1.6.2

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.
Files changed (3) hide show
  1. data/Rakefile +1 -1
  2. data/lib/inploy.rb +8 -0
  3. metadata +4 -6
data/Rakefile CHANGED
@@ -5,7 +5,7 @@ require 'rake/gempackagetask'
5
5
  require 'spec/rake/spectask'
6
6
 
7
7
  GEM = "inploy"
8
- GEM_VERSION = "1.6.1"
8
+ GEM_VERSION = "1.6.2"
9
9
  SUMMARY = "Rails deployment made easy"
10
10
  AUTHOR = "Diego Carrion"
11
11
  EMAIL = "dc.rec1@gmail.com"
data/lib/inploy.rb CHANGED
@@ -1,3 +1,11 @@
1
1
  require 'inploy/helper'
2
2
  require 'inploy/dsl'
3
3
  require 'inploy/deploy'
4
+
5
+ module Inploy
6
+ class Railtie < ::Rails::Railtie
7
+ rake_tasks do
8
+ load 'tasks/inploy.rake'
9
+ end
10
+ end
11
+ end if Rails::VERSION::MAJOR == 3
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 6
8
- - 1
9
- version: 1.6.1
8
+ - 2
9
+ version: 1.6.2
10
10
  platform: ruby
11
11
  authors:
12
12
  - Diego Carrion
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-06-12 00:00:00 -03:00
17
+ date: 2010-06-24 00:00:00 -03:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -53,7 +53,6 @@ rdoc_options: []
53
53
  require_paths:
54
54
  - lib
55
55
  required_ruby_version: !ruby/object:Gem::Requirement
56
- none: false
57
56
  requirements:
58
57
  - - ">="
59
58
  - !ruby/object:Gem::Version
@@ -61,7 +60,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
61
60
  - 0
62
61
  version: "0"
63
62
  required_rubygems_version: !ruby/object:Gem::Requirement
64
- none: false
65
63
  requirements:
66
64
  - - ">="
67
65
  - !ruby/object:Gem::Version
@@ -71,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
69
  requirements: []
72
70
 
73
71
  rubyforge_project: inploy
74
- rubygems_version: 1.3.7
72
+ rubygems_version: 1.3.6
75
73
  signing_key:
76
74
  specification_version: 3
77
75
  summary: Rails deployment made easy