bonethug 0.0.67 → 0.0.68
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.
- data/.gitignore +1 -0
- data/Gemfile +0 -0
- data/ISSUES.txt +0 -0
- data/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/Rakefile +0 -0
- data/TODO.txt +5 -4
- data/bin/bonethug +0 -0
- data/bin/thug +0 -0
- data/bonethug.gemspec +0 -0
- data/config/backup.rb +0 -0
- data/config/cnf.yml +184 -177
- data/config/deploy.rb +68 -26
- data/config/schedule.rb +0 -0
- data/config/syncer.rb +0 -0
- data/lib/bonethug/cli.rb +242 -242
- data/lib/bonethug/conf.rb +0 -0
- data/lib/bonethug/installer.rb +378 -378
- data/lib/bonethug/utils.rb +0 -0
- data/lib/bonethug/version.rb +2 -2
- data/lib/bonethug/watcher.rb +0 -0
- data/lib/bonethug.rb +0 -0
- data/lib/tasks/bonethug.rake +0 -0
- data/scripts/ubuntu_setup.sh +0 -0
- data/scripts/ubuntu_setup_2.4.sh +106 -0
- data/skel/base/.gitignore +0 -0
- data/skel/base/Gemfile +0 -0
- data/skel/base/README.md +0 -0
- data/skel/base/config/example/.gitkeep +0 -0
- data/skel/base/lib/.gitkeep +0 -0
- data/skel/base/log/.gitkeep +0 -0
- data/skel/base/public/favicon.ico +0 -0
- data/skel/base/public/robots.txt +0 -0
- data/skel/project_types/drupal/.gitignore +0 -0
- data/skel/project_types/drupal/composer.json +0 -0
- data/skel/project_types/drupal/lib/flush_drupal_cache.php +0 -0
- data/skel/project_types/drupal/public/sites/all/themes/project/.keep +0 -0
- data/skel/project_types/drupal/public/sites/default/development.settings.php +0 -0
- data/skel/project_types/drupal/public/sites/default/production.settings.php +0 -0
- data/skel/project_types/drupal/public/sites/default/settings.php +0 -0
- data/skel/project_types/drupal/public/sites/default/staging.settings.php +0 -0
- data/skel/project_types/drupal6/.gitignore +0 -0
- data/skel/project_types/drupal6/composer.json +0 -0
- data/skel/project_types/drupal6/lib/flush_drupal_cache.php +0 -0
- data/skel/project_types/drupal6/public/sites/all/themes/project/.keep +0 -0
- data/skel/project_types/drupal6/public/sites/default/development.settings.php +0 -0
- data/skel/project_types/drupal6/public/sites/default/production.settings.php +0 -0
- data/skel/project_types/drupal6/public/sites/default/settings.php +0 -0
- data/skel/project_types/drupal6/public/sites/default/staging.settings.php +0 -0
- data/skel/project_types/drupal7/.gitignore +0 -0
- data/skel/project_types/drupal7/composer.json +0 -0
- data/skel/project_types/drupal7/lib/flush_drupal_cache.php +0 -0
- data/skel/project_types/drupal7/public/sites/all/themes/project/.keep +0 -0
- data/skel/project_types/drupal7/public/sites/default/development.settings.php +0 -0
- data/skel/project_types/drupal7/public/sites/default/production.settings.php +0 -0
- data/skel/project_types/drupal7/public/sites/default/settings.php +0 -0
- data/skel/project_types/drupal7/public/sites/default/staging.settings.php +0 -0
- data/skel/project_types/drupal8/.gitignore +0 -0
- data/skel/project_types/drupal8/composer.json +0 -0
- data/skel/project_types/drupal8/lib/flush_drupal_cache.php +0 -0
- data/skel/project_types/drupal8/public/sites/all/themes/project/.keep +0 -0
- data/skel/project_types/drupal8/public/sites/default/development.settings.php +0 -0
- data/skel/project_types/drupal8/public/sites/default/production.settings.php +0 -0
- data/skel/project_types/drupal8/public/sites/default/settings.php +0 -0
- data/skel/project_types/drupal8/public/sites/default/staging.settings.php +0 -0
- data/skel/project_types/php/.gitignore +0 -0
- data/skel/project_types/php/composer.json +0 -0
- data/skel/project_types/rails3/Gemfile +0 -0
- data/skel/project_types/rails3/README.md +0 -0
- data/skel/project_types/rails4/Gemfile +0 -0
- data/skel/project_types/rails4/README.md +0 -0
- data/skel/project_types/rails4/app/assets/fonts/.keep +0 -0
- data/skel/project_types/rails4/app/assets/images/.keep +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-114x114.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-120x120.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-144x144.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-152x152.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-57x57.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-60x60.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-72x72.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon-76x76.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/apple-touch-icon.png +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/favicon.ico +0 -0
- data/skel/project_types/rails4/app/assets/images/favicons/iconifier-readme.txt +0 -0
- data/skel/project_types/rails4/app/assets/javascripts/application.js +0 -0
- data/skel/project_types/rails4/app/assets/javascripts/lte-ie8-shims.js +0 -0
- data/skel/project_types/rails4/app/assets/javascripts/main.js.coffee +0 -0
- data/skel/project_types/rails4/app/assets/stylesheets/application.css.scss +0 -0
- data/skel/project_types/rails4/app/assets/stylesheets/main.scss +0 -0
- data/skel/project_types/rails4/app/controllers/errors_controller.rb +0 -0
- data/skel/project_types/rails4/app/helpers/application_helper.rb +0 -0
- data/skel/project_types/rails4/app/views/application/index.html.erb +0 -0
- data/skel/project_types/rails4/app/views/errors/not_found.html.erb +0 -0
- data/skel/project_types/rails4/app/views/errors/server_error.html.erb +0 -0
- data/skel/project_types/rails4/app/views/layouts/application.html.erb +0 -0
- data/skel/project_types/rails4/config/application.rb +0 -0
- data/skel/project_types/rails4/config/environments/development.rb +0 -0
- data/skel/project_types/rails4/config/environments/production.rb +0 -0
- data/skel/project_types/rails4/config/environments/staging.rb +0 -0
- data/skel/project_types/rails4/config/environments/test.rb +0 -0
- data/skel/project_types/rails4/config/routes.rb +0 -0
- data/skel/project_types/silverstripe3/.bowerrc +0 -0
- data/skel/project_types/silverstripe3/.gitignore +0 -0
- data/skel/project_types/silverstripe3/README.md +0 -0
- data/skel/project_types/silverstripe3/bower.json +0 -0
- data/skel/project_types/silverstripe3/composer.json +26 -26
- data/skel/project_types/silverstripe3/lib/ss_loadconf.php +0 -0
- data/skel/project_types/silverstripe3/public/.htaccess +0 -0
- data/skel/project_types/silverstripe3/public/_ss_environment.php +0 -0
- data/skel/project_types/silverstripe3/public/assets/error-404.html +0 -0
- data/skel/project_types/silverstripe3/public/assets/error-500.html +0 -0
- data/skel/project_types/silverstripe3/public/index.php.bak +0 -0
- data/skel/project_types/silverstripe3/public/project/.htaccess +0 -0
- data/skel/project_types/silverstripe3/public/project/_config/config.yml +0 -0
- data/skel/project_types/silverstripe3/public/project/_config.php +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Controllers/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Extensions/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Forms/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Objects/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Pages/HomePage.php +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Pages/Page.php +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Pages/RootPage.php +0 -0
- data/skel/project_types/silverstripe3/public/project/code/Tasks/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/project/coffee/application.js.coffee +0 -0
- data/skel/project_types/silverstripe3/public/project/javascript/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/silverstripe-cache/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/css/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/css/editor.css +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/css/typography.css +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-114x114.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-120x120.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-144x144.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-152x152.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-57x57.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-60x60.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-72x72.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon-76x76.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon.png +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/favicon.ico +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/images/favicons/iconifier-readme.txt +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/scss/_functions.scss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/scss/_mixins.scss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/scss/_vars.scss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/scss/main.scss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/scss/typography.scss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/templates/Includes/.gitkeep +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/templates/Layout/Page.ss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/templates/Layout/Security.ss +0 -0
- data/skel/project_types/silverstripe3/public/themes/project/templates/Page.ss +0 -0
- data/skel/skel.yml +0 -0
- metadata +3 -2
data/lib/bonethug/utils.rb
CHANGED
File without changes
|
data/lib/bonethug/version.rb
CHANGED
data/lib/bonethug/watcher.rb
CHANGED
File without changes
|
data/lib/bonethug.rb
CHANGED
File without changes
|
data/lib/tasks/bonethug.rake
CHANGED
File without changes
|
data/scripts/ubuntu_setup.sh
CHANGED
File without changes
|
@@ -0,0 +1,106 @@
|
|
1
|
+
# /bin/bash
|
2
|
+
|
3
|
+
# -----------------------------------------------------
|
4
|
+
# install native stuff
|
5
|
+
# -----------------------------------------------------
|
6
|
+
|
7
|
+
# install the repo adding scripts
|
8
|
+
sudo apt-get install software-properties-common python-software-properties
|
9
|
+
|
10
|
+
# add repos
|
11
|
+
# sudo add-apt-repository ppa:richarvey/nodejs
|
12
|
+
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
|
13
|
+
sudo add-apt-repository "deb-src http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"
|
14
|
+
|
15
|
+
# update
|
16
|
+
sudo apt-get update && sudo apt-get upgrade
|
17
|
+
|
18
|
+
# install
|
19
|
+
|
20
|
+
# dev headers
|
21
|
+
sudo apt-get install libcurl4-openssl-dev libssl-dev apache2-threaded-dev libapr1-dev libaprutil1-dev libapr1-dev libaprutil1-dev
|
22
|
+
sudo apt-get install libmysqlclient-dev libmagickwand-dev libsqlite3-dev libxml2-dev libxslt1-dev
|
23
|
+
|
24
|
+
# regular packages
|
25
|
+
sudo apt-get install apache2-mpm-worker
|
26
|
+
sudo apt-get install curl libapache2-mod-fastcgi php5-fpm php5 php5-cli php5-curl php5-gd php5-imagick php-apc php5-mysql
|
27
|
+
sudo apt-get install mysql-server mysql-client sqlite3
|
28
|
+
sudo apt-get install imagemagick
|
29
|
+
sudo apt-get install phpmyadmin
|
30
|
+
sudo apt-get install sshpass
|
31
|
+
sudo apt-get install libxml2 g++
|
32
|
+
sudo apt-get install git ruby1.9.3 wkhtmltopdf nodejs npm
|
33
|
+
|
34
|
+
|
35
|
+
# -----------------------------------------------------
|
36
|
+
# Configure stuff
|
37
|
+
# -----------------------------------------------------
|
38
|
+
|
39
|
+
# unix socket
|
40
|
+
# echo "
|
41
|
+
# <IfModule mod_fastcgi.c>
|
42
|
+
# AddHandler php5-fcgi .php
|
43
|
+
# Action php5-fcgi /php5-fcgi
|
44
|
+
# Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
|
45
|
+
# FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -socket /var/run/php5-fpm.sock -pass-header Authorization
|
46
|
+
# </IfModule>
|
47
|
+
# " > /etc/apache2/conf.d/php-fpm.conf
|
48
|
+
# sed -i -e "s/listen = 127.0.0.1:9000/listen = \/var\/run\/php5-fpm.sock/g" /etc/php5/fpm/pool.d/www.conf
|
49
|
+
|
50
|
+
## TCP
|
51
|
+
# echo "
|
52
|
+
# <IfModule mod_fastcgi.c>
|
53
|
+
# AddHandler php5-fcgi .php
|
54
|
+
# Action php5-fcgi /php5-fcgi
|
55
|
+
# Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi
|
56
|
+
# FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -idle-timeout 250 -pass-header Authorization
|
57
|
+
# </IfModule>
|
58
|
+
# " > /etc/apache2/conf.d/php-fpm.conf
|
59
|
+
# sed -i -e "s/listen = \/var\/run\/php5-fpm.sock/listen = 127.0.0.1:9000/g" /etc/php5/fpm/pool.d/www.conf
|
60
|
+
|
61
|
+
sed -i -e "s/listen = \/var\/run\/php5-fpm.sock/listen = 127.0.0.1:9000/g" /etc/php5/fpm/pool.d/www.conf
|
62
|
+
# sudo echo -e "<IfModule mod_fastcgi.c>\n AddHandler php5-fcgi .php\n Action php5-fcgi /php5-fcgi\n Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi\n FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -idle-timeout 250 -pass-header Authorization\n </IfModule>" > /etc/apache2/conf.d/php-fpm.conf
|
63
|
+
|
64
|
+
#apache2.4
|
65
|
+
sudo echo -e "<IfModule mod_fastcgi.c>\n AddHandler php5-fcgi .php\n Action php5-fcgi /php5-fcgi\n Alias /php5-fcgi /usr/lib/cgi-bin/php5-fcgi\n FastCgiExternalServer /usr/lib/cgi-bin/php5-fcgi -host 127.0.0.1:9000 -idle-timeout 250 -pass-header Authorization\n <Directory />\nRequire all granted\n </Directory>\n </IfModule>" > /etc/apache2/conf-available/php-fpm.conf
|
66
|
+
a2enconf php-fpm.conf
|
67
|
+
|
68
|
+
# Apache
|
69
|
+
# ------
|
70
|
+
|
71
|
+
# modules
|
72
|
+
sudo a2enmod actions fastcgi alias rewrite headers
|
73
|
+
|
74
|
+
# phpmyadmin
|
75
|
+
sudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf.d/phpmyadmin.conf
|
76
|
+
|
77
|
+
# phpmyadmin apache 2.4
|
78
|
+
cp /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf
|
79
|
+
a2enconf phpmyadmin.conf
|
80
|
+
|
81
|
+
# -----------------------------------------------------
|
82
|
+
# Install Gems
|
83
|
+
# -----------------------------------------------------
|
84
|
+
|
85
|
+
# install some gems - yes gem1.9.3 - wtf - use rbenv
|
86
|
+
# sudo gem1.9.3 install mina bundler whenever astrails-safe
|
87
|
+
|
88
|
+
# install passenger
|
89
|
+
# sudo gem1.9.3 install passenger
|
90
|
+
sudo gem install passenger
|
91
|
+
sudo passenger-install-apache2-module
|
92
|
+
sudo touch /etc/apache2/mods-available/passenger.load
|
93
|
+
sudo touch /etc/apache2/mods-available/passenger.conf
|
94
|
+
|
95
|
+
# -----------------------------------------------------
|
96
|
+
# Node.js related
|
97
|
+
# -----------------------------------------------------
|
98
|
+
|
99
|
+
npm install bower -g
|
100
|
+
|
101
|
+
# -----------------------------------------------------
|
102
|
+
# Restart stuff
|
103
|
+
# -----------------------------------------------------
|
104
|
+
|
105
|
+
sudo service apache2 restart
|
106
|
+
sudo service php5-fpm restart
|
data/skel/base/.gitignore
CHANGED
File without changes
|
data/skel/base/Gemfile
CHANGED
File without changes
|
data/skel/base/README.md
CHANGED
File without changes
|
File without changes
|
data/skel/base/lib/.gitkeep
CHANGED
File without changes
|
data/skel/base/log/.gitkeep
CHANGED
File without changes
|
File without changes
|
data/skel/base/public/robots.txt
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -1,27 +1,27 @@
|
|
1
|
-
{
|
2
|
-
"name" : "bonethug/ss3-skel",
|
3
|
-
"require" : {
|
4
|
-
"symfony/yaml" : "2.
|
5
|
-
"silverstripe/framework" : "3.1.*@dev",
|
6
|
-
"silverstripe/cms" : "3.1.*@dev",
|
7
|
-
"silverstripe/html5" : "dev-master",
|
8
|
-
"phpmailer/phpmailer" : "dev-master",
|
9
|
-
"azt3k/abc-silverstripe" : "dev-master",
|
10
|
-
"azt3k/abc-silverstripe-mailer" : "dev-master",
|
11
|
-
"nathancox/minify" : "dev-master"
|
12
|
-
},
|
13
|
-
"extra": {
|
14
|
-
"installer-paths": {
|
15
|
-
"public/vendor/{$name}": [
|
16
|
-
],
|
17
|
-
"public/{$name}": [
|
18
|
-
"silverstripe/framework",
|
19
|
-
"silverstripe/cms",
|
20
|
-
"silverstripe/html5",
|
21
|
-
"azt3k/abc-silverstripe",
|
22
|
-
"azt3k/abc-silverstripe-mailer",
|
23
|
-
"nathancox/minify"
|
24
|
-
]
|
25
|
-
}
|
26
|
-
}
|
1
|
+
{
|
2
|
+
"name" : "bonethug/ss3-skel",
|
3
|
+
"require" : {
|
4
|
+
"symfony/yaml" : "2.5.*@dev",
|
5
|
+
"silverstripe/framework" : "3.1.*@dev",
|
6
|
+
"silverstripe/cms" : "3.1.*@dev",
|
7
|
+
"silverstripe/html5" : "dev-master",
|
8
|
+
"phpmailer/phpmailer" : "dev-master",
|
9
|
+
"azt3k/abc-silverstripe" : "dev-master",
|
10
|
+
"azt3k/abc-silverstripe-mailer" : "dev-master",
|
11
|
+
"nathancox/minify" : "dev-master"
|
12
|
+
},
|
13
|
+
"extra": {
|
14
|
+
"installer-paths": {
|
15
|
+
"public/vendor/{$name}": [
|
16
|
+
],
|
17
|
+
"public/{$name}": [
|
18
|
+
"silverstripe/framework",
|
19
|
+
"silverstripe/cms",
|
20
|
+
"silverstripe/html5",
|
21
|
+
"azt3k/abc-silverstripe",
|
22
|
+
"azt3k/abc-silverstripe-mailer",
|
23
|
+
"nathancox/minify"
|
24
|
+
]
|
25
|
+
}
|
26
|
+
}
|
27
27
|
}
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/skel/project_types/silverstripe3/public/themes/project/images/favicons/apple-touch-icon.png
CHANGED
File without changes
|
File without changes
|
data/skel/project_types/silverstripe3/public/themes/project/images/favicons/iconifier-readme.txt
CHANGED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/skel/skel.yml
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bonethug
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.68
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2014-03-02 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -370,6 +370,7 @@ files:
|
|
370
370
|
- lib/bonethug/watcher.rb
|
371
371
|
- lib/tasks/bonethug.rake
|
372
372
|
- scripts/ubuntu_setup.sh
|
373
|
+
- scripts/ubuntu_setup_2.4.sh
|
373
374
|
- skel/base/.gitignore
|
374
375
|
- skel/base/Gemfile
|
375
376
|
- skel/base/README.md
|