proteus-kits 0.0.4.1 → 0.1
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.
- checksums.yaml +4 -4
- data/lib/proteus/kit.rb +3 -3
- data/lib/proteus/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fce40cf5a38661a640a98ba7f46fc21a787a1074
|
|
4
|
+
data.tar.gz: 2e749f646b5f7a78e08f20acf3812b49e9d24b0a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12a0617e0c404dfc24ac2741e0be18b1bbfc999c5675ff283ab039d5f155e35962fbdce295eca7368449974e60216b33c192d41852fea49e9bd466088d125cac
|
|
7
|
+
data.tar.gz: da860ddcabcd80ce1cc5da91aadc46180bb018479cb83882fed68f7d86bc9325895b7d7fd0beb97e7e50a869a4edca8b2c335ab204ecda90ebe074971a24a1d2
|
data/lib/proteus/kit.rb
CHANGED
|
@@ -25,19 +25,19 @@ module Proteus
|
|
|
25
25
|
desc "setup", "Sets up the project"
|
|
26
26
|
def setup
|
|
27
27
|
puts "Setting up your project"
|
|
28
|
-
system "
|
|
28
|
+
system "bin/setup"
|
|
29
29
|
end
|
|
30
30
|
|
|
31
31
|
desc "server", "Runs the server"
|
|
32
32
|
def server
|
|
33
33
|
puts "Starting the server"
|
|
34
|
-
system "
|
|
34
|
+
system "bin/server"
|
|
35
35
|
end
|
|
36
36
|
|
|
37
37
|
desc "deploy", "Deploys the site to Github"
|
|
38
38
|
def deploy
|
|
39
39
|
puts "Deploying the site to Github"
|
|
40
|
-
system "
|
|
40
|
+
system "bin/deploy"
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
desc "version", "Show Proteus version"
|
data/lib/proteus/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: proteus-kits
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: '0.1'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Ogle
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-12-
|
|
11
|
+
date: 2014-12-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|