Skip to content

Commit

Permalink
Update overapp dep
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit fecae2b
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 12:21:00 2013 -0500

    overapp dep

commit 0c75ae5
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 12:19:56 2013 -0500

    overapp dep task

commit 427aa6d
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 12:13:22 2013 -0500

    overapp dep

commit 95fcf40
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 12:09:48 2013 -0500

    overapp dep

commit 7cbb0e4
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 11:02:44 2013 -0500

    overapp dep

commit 04b01f4
Author: Mike Harris <mharris717@gmail.com>
Date:   Tue Nov 26 10:52:59 2013 -0500

    update overapp dep
  • Loading branch information
mharris717 committed Nov 26, 2013
1 parent 59f990d commit 7262a04
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -15,7 +15,7 @@ GIT

GIT
remote: git://github.com/mharris717/overapp.git
revision: f06f588ee2a317cebc2d086400e3068308200f45
revision: 4c5e7aeae2c09fd11cf54449dbd039a487db5e43
branch: master
specs:
overapp (0.5.0)
Expand Down
3 changes: 1 addition & 2 deletions Rakefile
Expand Up @@ -4,7 +4,6 @@ require 'npm_overapp'

NpmOverapp.server_base_overlay = "https://github.com/mharris717/ember_auth_rails_overlay.git"

%w(build).each do |f|
%w(build deps).each do |f|
load File.dirname(__FILE__) + "/tasks/#{f}.rb"
end

6 changes: 6 additions & 0 deletions tasks/deps.rb
@@ -0,0 +1,6 @@
task :overapp_dep do
ec "bundle update overapp"
ec "git add Gemfile.lock"
ec "git commit -m 'overapp dep'"
ec "git push origin travis:travis"
end

0 comments on commit 7262a04

Please sign in to comment.