+++ /dev/null
-diff --git a/examples/etc/apache2/sites-available/occi-ssl b/examples/etc/apache2/sites-available/occi-ssl
-index 99bc0d2..61de8be 100644
---- a/examples/etc/apache2/sites-available/occi-ssl
-+++ b/examples/etc/apache2/sites-available/occi-ssl
-@@ -42,6 +42,16 @@
- Options -MultiViews
- </Directory>
-
-+ # user should exist and have write permissions to log directory
-+ #PassengerUser rocci
-+ #PassengerGroup rocci
-+
-+ # log directory
-+ #SetEnv ROCCI_SERVER_LOG_DIR /var/log/rocci-server
-+
-+ # enhance security
-+ #PassengerFriendlyErrorPages off
-+
- # configuration for rOCCI-server
- ## common
- SetEnv ROCCI_SERVER_PROTOCOL https
-commit 57efd09d6b61ed81b729631dd41a963d4b0d884a
+commit f3215df48f03308792295a406abc8a819ac1fc6b
Author: František Dvořák <valtri@civ.zcu.cz>
-Date: Thu Mar 13 14:27:10 2014 +0100
+Date: Thu Mar 13 18:00:00 2014 +0100
- All gems from the system.
+ All gems from the system, no git references in Gemfiles, disable :development and :test.
-diff --git a/.bundle/config b/.bundle/config
-deleted file mode 100644
-index 57d4641..0000000
---- a/.bundle/config
-+++ /dev/null
-@@ -1,3 +0,0 @@
-----
--BUNDLE_PATH: vendor/bundle
--BUNDLE_DISABLE_SHARED_GEMS: '1'
diff --git a/Gemfile b/Gemfile
index 94a3593..b6553f7 100644
--- a/Gemfile
# Use Hashie::Mash to simplify hash-related stuff
gem 'hashie'
diff --git a/Gemfile.lock b/Gemfile.lock
-index 3a6dbbd..58bb5c8 100644
+index 3a6dbbd..6e42b08 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
-@@ -1,256 +1,5 @@
+@@ -1,294 +1,23 @@
-GIT
- remote: git://github.com/arax/logstasher.git
- revision: 4ceebbb27b647d7f15776afba4893684c575ce72
PLATFORMS
ruby
-@@ -271,12 +20,10 @@ DEPENDENCIES
+
+ DEPENDENCIES
+- bond
+- capistrano
+ dalli
+- debugger
+ erubis
+- fuubar
+- guard-bundler
+- guard-rails
+- guard-test
+ hashie
+- hirb
+ ice_nine
jbuilder (~> 2.0.0)
kgio
- libnotify
+- libnotify
- logstasher!
+ logstasher
occi-core (~> 4.2.10)
- openssl_cms_2_1!
+ openssl_cms_1_9_3
passenger (= 4.0.29)
- pry-rails
- pry-rescue
+- pry-rails
+- pry-rescue
+- pry-stack_explorer
+ rails (~> 4.0.0)
+ rails-api (~> 0.2.0)
+- rb-inotify
+- redcarpet
+- rspec-rails
+- rvm-capistrano
+ sdoc
+- simplecov
+ warden
+ whenever
+- yard
+diff --git a/lib/authentication_strategies/bundles/Gemfile.keystone b/lib/authentication_strategies/bundles/Gemfile.keystone
+index 7abebc5..a1de43b 100644
+--- a/lib/authentication_strategies/bundles/Gemfile.keystone
++++ b/lib/authentication_strategies/bundles/Gemfile.keystone
+@@ -1,8 +1,8 @@
+ # Deps for the Keystone auth. strategy
+ #raise "KeystoneStrategy requires CRuby!" unless RUBY_ENGINE == "ruby"
+
+-gem "openssl_cms_1_9_3", git: 'https://github.com/arax/openssl-cms.git', branch: 'ruby_1_9_3', require: false, platforms: :ruby_19
++gem "openssl_cms_1_9_3", require: false, platforms: :ruby_19
+
+-gem "openssl_cms_2_0_0", git: 'https://github.com/arax/openssl-cms.git', branch: 'ruby_2_0_0', require: false, platforms: :ruby_20
++gem "openssl_cms_2_0_0", require: false, platforms: :ruby_20
+
+-gem "openssl_cms_2_1", git: 'https://github.com/arax/openssl-cms.git', branch: 'ruby_2_1', require: false, platforms: :ruby_21
++gem "openssl_cms_2_1", require: false, platforms: :ruby_21