travis_github_deployer 0.1.3 → 0.1.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.
@@ -34,9 +34,9 @@ class TravisGithubDeployer
34
34
 
35
35
  load_configuration
36
36
  clone_destination_repository
37
+ copy_files_in_destination_repository
37
38
  change_current_directory_to_cloned_repository
38
39
  prepare_credentials_based_on_environment_variables
39
- copy_files_in_destination_repository
40
40
  commit_and_push_files
41
41
  end
42
42
 
@@ -1,4 +1,4 @@
1
1
 
2
2
  module TravisGithubDeployerVersion
3
- VERSION = "0.1.3"
3
+ VERSION = "0.1.4"
4
4
  end
@@ -101,7 +101,8 @@ describe "travis github deployer" do
101
101
  context "Actually committing the files" do
102
102
 
103
103
  it "can add, commit and push up the files" do
104
-
104
+ # subject.should_receive(:files_to_deploy).and_return({ "dir/onefile" => "destonefile", "twofile" => "dir/desttwofile"})
105
+ # @git.should_receive(:add).with()
105
106
  subject.commit_and_push_files
106
107
  end
107
108
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: travis_github_deployer
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.1.3
5
+ version: 0.1.4
6
6
  platform: ruby
7
7
  authors:
8
8
  - Bas Vodde