[logaling-commit] logaling/logaling-server [master] Add capistrano to Gemfile

Zurück zum Archiv-Index

SHIMADA Koji null+****@clear*****
Sat Sep 29 21:50:59 JST 2012


SHIMADA Koji	2012-09-29 21:50:59 +0900 (Sat, 29 Sep 2012)

  New Revision: bc3253058ef09a6d842867248a186b6877ac0fde
  https://github.com/logaling/logaling-server/commit/bc3253058ef09a6d842867248a186b6877ac0fde

  Log:
    Add capistrano to Gemfile

  Modified files:
    Gemfile
    Gemfile.lock

  Modified: Gemfile (+2 -0)
===================================================================
--- Gemfile    2012-09-30 19:16:49 +0900 (6c8c7c6)
+++ Gemfile    2012-09-29 21:50:59 +0900 (ca7abad)
@@ -52,6 +52,8 @@ gem 'logaling-command', :git => 'git://github.com/logaling/logaling-command.git'
 group :development do
   gem 'i18n_generators'
   gem 'foreman'
+  gem 'capistrano', :require => nil
+  gem 'capistrano-ext', :require => nil
 end
 
 group :development, :test do

  Modified: Gemfile.lock (+20 -0)
===================================================================
--- Gemfile.lock    2012-09-30 19:16:49 +0900 (045e51e)
+++ Gemfile.lock    2012-09-29 21:50:59 +0900 (145a429)
@@ -49,6 +49,14 @@ GEM
       io-like (>= 0.3.0)
     arel (3.0.2)
     builder (3.0.0)
+    capistrano (2.13.4)
+      highline
+      net-scp (>= 1.0.0)
+      net-sftp (>= 2.0.0)
+      net-ssh (>= 2.0.14)
+      net-ssh-gateway (>= 1.1.0)
+    capistrano-ext (1.2.1)
+      capistrano (>= 1.0.0)
     capybara (1.1.2)
       mime-types (>= 1.16)
       nokogiri (>= 1.3.3)
@@ -98,6 +106,7 @@ GEM
       haml (~> 3.0)
       railties (~> 3.0)
     hashie (1.2.0)
+    highline (1.6.15)
     hike (1.2.1)
     httpauth (0.1)
     i18n (0.6.1)
@@ -108,6 +117,7 @@ GEM
     jquery-rails (2.0.2)
       railties (>= 3.2.0, < 5.0)
       thor (~> 0.14)
+    jruby-pageant (1.1.1)
     json (1.7.5)
     jwt (0.1.5)
       multi_json (>= 1.0)
@@ -137,6 +147,14 @@ GEM
     multipart-post (1.1.5)
     net-http-digest_auth (1.1.1)
     net-http-persistent (1.9)
+    net-scp (1.0.4)
+      net-ssh (>= 1.99.1)
+    net-sftp (2.0.5)
+      net-ssh (>= 2.0.9)
+    net-ssh (2.6.0)
+      jruby-pageant (>= 1.1.1)
+    net-ssh-gateway (1.1.0)
+      net-ssh (>= 1.99.1)
     nokogiri (1.5.5)
     oauth (0.4.6)
     oauth2 (0.8.0)
@@ -251,6 +269,8 @@ PLATFORMS
 DEPENDENCIES
   active_attr
   active_decorator
+  capistrano
+  capistrano-ext
   capybara
   coffee-rails (~> 3.2.1)
   cucumber-rails
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Zurück zum Archiv-Index