projectdx_pipeline 1.2.2 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/tasks/projectdx_pipeline.rake +3 -2
- data/projectdx_pipeline.gemspec +2 -2
- metadata +4 -4
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.3.0
|
@@ -2,9 +2,10 @@ require 'projectdx_pipeline/file'
|
|
2
2
|
require 'projectdx_pipeline/database_configuration_template'
|
3
3
|
namespace :pipeline do
|
4
4
|
desc "Run commit stage build and tests"
|
5
|
-
task :commit => 'commit:default'
|
5
|
+
task :commit => 'commit:default' do
|
6
|
+
puts "NOTE: You can't run the db:migrate task in the same command as your tests on Rails projects"
|
7
|
+
end
|
6
8
|
namespace :commit do
|
7
|
-
task :default => %w(configure build test)
|
8
9
|
task :configure
|
9
10
|
task :build
|
10
11
|
task :test
|
data/projectdx_pipeline.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "projectdx_pipeline"
|
8
|
-
s.version = "1.
|
8
|
+
s.version = "1.3.0"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Renewable Funding"]
|
12
|
-
s.date = "2012-03-
|
12
|
+
s.date = "2012-03-06"
|
13
13
|
s.description = "Common pipeline tasks and libraries to be used for all components of the ProjectDX platform"
|
14
14
|
s.email = "devteam@renewfund.com"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -5,9 +5,9 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 1.
|
8
|
+
- 3
|
9
|
+
- 0
|
10
|
+
version: 1.3.0
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Renewable Funding
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-03-
|
18
|
+
date: 2012-03-06 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
version_requirements: &id001 !ruby/object:Gem::Requirement
|