designshell 0.0.3 → 0.0.4
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.
|
File without changes
|
data/bin/designshelld.example.sh
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
#DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
|
3
3
|
#cd $DIR
|
|
4
4
|
source /usr/local/rvm/environments/ruby-1.8.7-p371
|
|
5
|
-
bundle exec
|
|
5
|
+
bundle exec designshelld
|
|
6
6
|
#cd /home/dashd/designshell
|
|
7
|
-
#bundle exec bin/
|
|
7
|
+
#bundle exec bin/designshelld
|
|
8
8
|
|
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: 23
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 4
|
|
10
|
+
version: 0.0.4
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Gary McGhee
|
|
@@ -274,9 +274,9 @@ dependencies:
|
|
|
274
274
|
description: All-round workflow tool for designers. Enables designers to comfortably use geek goodness like git, git deploy, SASS etc
|
|
275
275
|
email: contact@buzzware.com.au
|
|
276
276
|
executables:
|
|
277
|
+
- designshelld
|
|
277
278
|
- designshelld.example.sh
|
|
278
279
|
- designshelld.example2.sh
|
|
279
|
-
- designshellserver
|
|
280
280
|
- ds
|
|
281
281
|
extensions: []
|
|
282
282
|
|
|
@@ -300,9 +300,9 @@ files:
|
|
|
300
300
|
- README.md
|
|
301
301
|
- README.rdoc
|
|
302
302
|
- Rakefile
|
|
303
|
+
- bin/designshelld
|
|
303
304
|
- bin/designshelld.example.sh
|
|
304
305
|
- bin/designshelld.example2.sh
|
|
305
|
-
- bin/designshellserver
|
|
306
306
|
- bin/ds
|
|
307
307
|
- designshell.gemspec
|
|
308
308
|
- designshell.iml
|