propel 0.4.3 → 0.4.4
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.
- data/.travis.yml +0 -1
- data/Gemfile.lock +1 -1
- data/lib/propel/version.rb +1 -1
- data/spec/propel/configuration_spec.rb +2 -2
- metadata +9 -9
data/.travis.yml
CHANGED
data/Gemfile.lock
CHANGED
data/lib/propel/version.rb
CHANGED
@@ -24,7 +24,7 @@ describe Propel::Configuration do
|
|
24
24
|
end
|
25
25
|
|
26
26
|
it "should correct the color setting if on a Windows 32 system that does not support color" do
|
27
|
-
configuration = Propel::Configuration.new(['--color'], mock('git repository', project_root
|
27
|
+
configuration = Propel::Configuration.new(['--color'], mock('git repository', :project_root => '/tmp/foobar'))
|
28
28
|
configuration.stub(:ruby_platform).and_return('mswin')
|
29
29
|
configuration.stub!(:warn)
|
30
30
|
configuration.options[:color].should be_false
|
@@ -33,7 +33,7 @@ describe Propel::Configuration do
|
|
33
33
|
|
34
34
|
describe "#config_file" do
|
35
35
|
it "should return a file located in the project root" do
|
36
|
-
configuration = Propel::Configuration.new([], mock('git repository', project_root
|
36
|
+
configuration = Propel::Configuration.new([], mock('git repository', :project_root => '/foo/testdirectory'))
|
37
37
|
configuration.config_file.should == '/foo/testdirectory/.propel'
|
38
38
|
end
|
39
39
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propel
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2012-02-05 00:00:00.000000000Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rake
|
16
|
-
requirement: &
|
16
|
+
requirement: &70342468508880 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ! '>='
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: '0'
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70342468508880
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: json
|
27
|
-
requirement: &
|
27
|
+
requirement: &70342468508460 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :runtime
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70342468508460
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: rspec
|
38
|
-
requirement: &
|
38
|
+
requirement: &70342468507940 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ~>
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: 2.5.0
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70342468507940
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: stub_shell
|
49
|
-
requirement: &
|
49
|
+
requirement: &70342468507420 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - =
|
@@ -54,7 +54,7 @@ dependencies:
|
|
54
54
|
version: 0.0.2
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70342468507420
|
58
58
|
description: ! " The 'propel' script helps you to push your code to a remote server
|
59
59
|
while following Continuous Integration (CI)\n best practices. Propel first checks
|
60
60
|
the CI server to make sure it's passing, and then runs the local spec\n suite
|