capistrano_rails_console 0.5.1 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG.md ADDED
@@ -0,0 +1,39 @@
1
+ # Changelog
2
+
3
+ ## v0.5.2
4
+
5
+ * test integration in `cap`
6
+
7
+ ## v0.5.1
8
+
9
+ * fix loading into Capistrano
10
+
11
+ ## v0.5.0
12
+
13
+ * rescipe refectoring
14
+ * tests
15
+
16
+ ## v0.4.0
17
+
18
+ * refector rails detection and command selection
19
+
20
+ ## v0.3.1
21
+
22
+ * fix support for rails 2
23
+
24
+ ## v0.3.0
25
+
26
+ * support for rails 2
27
+
28
+ ## v0.2.1
29
+
30
+ * fix a naming bug
31
+
32
+ ## v0.2.0
33
+
34
+ * VERSION Constant
35
+ * move recipe
36
+
37
+ ## v0.1.0
38
+
39
+ * first version
data/Capfile ADDED
@@ -0,0 +1 @@
1
+ require "./lib/capistrano_rails_console/recipes"
data/Rakefile CHANGED
@@ -7,4 +7,16 @@ RSpec::Core::RakeTask.new("spec") do |spec|
7
7
  spec.pattern = "spec/**/*_spec.rb"
8
8
  end
9
9
 
10
- task :default => :spec
10
+ desc "Run integration test"
11
+ task :integration do
12
+ puts
13
+ puts "Start integration test"
14
+ unless `cap -T` =~ /rails:console/
15
+ puts "Integration test fails!"
16
+ exit!
17
+ else
18
+ puts "Integration test successfully!"
19
+ end
20
+ end
21
+
22
+ task :default => [:spec, :integration]
@@ -1,3 +1,3 @@
1
1
  module CapistranoRailsConsole
2
- VERSION = "0.5.1"
2
+ VERSION = "0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_rails_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-01-11 00:00:00.000000000 Z
12
+ date: 2013-01-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano
@@ -83,6 +83,8 @@ extensions: []
83
83
  extra_rdoc_files: []
84
84
  files:
85
85
  - .gitignore
86
+ - CHANGELOG.md
87
+ - Capfile
86
88
  - Gemfile
87
89
  - LICENSE.txt
88
90
  - README.md
@@ -109,7 +111,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
109
111
  version: '0'
110
112
  segments:
111
113
  - 0
112
- hash: -1203865897064801847
114
+ hash: -1881473115402274885
113
115
  required_rubygems_version: !ruby/object:Gem::Requirement
114
116
  none: false
115
117
  requirements:
@@ -118,7 +120,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
120
  version: '0'
119
121
  segments:
120
122
  - 0
121
- hash: -1203865897064801847
123
+ hash: -1881473115402274885
122
124
  requirements: []
123
125
  rubyforge_project:
124
126
  rubygems_version: 1.8.24