designshell 0.0.6 → 0.0.7
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/bin/designshelld +10 -7
- data/lib/designshell/version.rb +1 -1
- metadata +4 -4
data/bin/designshelld
CHANGED
|
@@ -8,15 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
# This was then hacked so that it could be called direct from authorized_keys command=...
|
|
10
10
|
|
|
11
|
-
require 'pathname'
|
|
12
|
-
|
|
13
|
-
|
|
11
|
+
#require 'pathname'
|
|
12
|
+
#
|
|
13
|
+
##ENV['BUNDLE_GEMFILE'] ||= File.expand_path("../../Gemfile",Pathname.new(__FILE__).realpath) # was before rubygems
|
|
14
|
+
#require 'rubygems'
|
|
15
|
+
#ds_dir = (spec = Gem::Specification.find_by_name('designshell')) && spec.gem_dir
|
|
16
|
+
#ENV['BUNDLE_GEMFILE'] = File.expand_path("Gemfile",Pathname.new(ds_dir).realpath)
|
|
17
|
+
#require 'bundler/setup'
|
|
18
|
+
#
|
|
19
|
+
##load Gem.bin_path('designshell', 'designshelld')
|
|
14
20
|
|
|
15
21
|
require 'rubygems'
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
#load Gem.bin_path('designshell', 'designshelld')
|
|
19
|
-
|
|
22
|
+
gem 'designshell'
|
|
20
23
|
require 'designshellserver'
|
|
21
24
|
|
|
22
25
|
#trap("SIGHUP") { abort }
|
data/lib/designshell/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: designshell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 17
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 7
|
|
10
|
+
version: 0.0.7
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gary McGhee
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-01-
|
|
18
|
+
date: 2013-01-17 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: rake
|