You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2013/02/21 14:51:01 UTC

[2/5] git commit: Core: Updated gemspec to include migrations and db-upgrade command

Core: Updated gemspec to include migrations and db-upgrade command


Project: http://git-wip-us.apache.org/repos/asf/deltacloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/deltacloud/commit/5dacd899
Tree: http://git-wip-us.apache.org/repos/asf/deltacloud/tree/5dacd899
Diff: http://git-wip-us.apache.org/repos/asf/deltacloud/diff/5dacd899

Branch: refs/heads/master
Commit: 5dacd89996781ab73b1f96944e5d20376a07df27
Parents: d3be985
Author: Michal Fojtik <mf...@redhat.com>
Authored: Thu Feb 21 13:41:19 2013 +0100
Committer: Michal fojtik <mf...@redhat.com>
Committed: Thu Feb 21 13:41:19 2013 +0100

----------------------------------------------------------------------
 server/deltacloud-core.gemspec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/deltacloud/blob/5dacd899/server/deltacloud-core.gemspec
----------------------------------------------------------------------
diff --git a/server/deltacloud-core.gemspec b/server/deltacloud-core.gemspec
index 292e6e1..a8ecce0 100644
--- a/server/deltacloud-core.gemspec
+++ b/server/deltacloud-core.gemspec
@@ -48,6 +48,7 @@ Gem::Specification.new do |s|
     'lib/**/*.rb',
     'lib/**/*.yml',
     'lib/**/*.haml',
+    'db/**/*.rb',
     'tests/**/*.rb',
     'views/**/*.haml',
     'views/instance_states/*.erb',
@@ -61,7 +62,7 @@ Gem::Specification.new do |s|
   ].map { |f| Dir[f] }.flatten
 
   s.bindir = 'bin'
-  s.executables = 'deltacloudd'
+  s.executables = ['deltacloudd', 'deltacloud-db-upgrade']
   s.test_files= Dir.glob("tests/**/*_test.rb")
   s.extra_rdoc_files = Dir["LICENSE", "DISCLAIMER", "NOTICE"]
   s.required_ruby_version = '>= 1.8.6'