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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 437a80911ebb6ea3fbc2546e1c10f39049837d88
4
- data.tar.gz: 50b760cb3d4db0aff8a50ede7114f236c5be7ced
3
+ metadata.gz: fce40cf5a38661a640a98ba7f46fc21a787a1074
4
+ data.tar.gz: 2e749f646b5f7a78e08f20acf3812b49e9d24b0a
5
5
  SHA512:
6
- metadata.gz: a2df4795ccaa8faa53ced3a459c2b512e1a2e6c4e47cfb9d4bc946440ca254b0cd15aebd390966be98147316c6d77b00f53c1468e26950f93877752e4944e428
7
- data.tar.gz: 7ede4b6a81f1d3ceefa8e42ea8d5b8ff2bf2723238e46ba446bd653a4042fce56ae51dc083d998f80458337f0406448f4f334e801f0e23a79a7b87124c27356a
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 ". bin/setup"
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 ". bin/server"
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 ". bin/deploy"
40
+ system "bin/deploy"
41
41
  end
42
42
 
43
43
  desc "version", "Show Proteus version"
@@ -1,3 +1,3 @@
1
1
  module Proteus
2
- VERSION = "0.0.4.1"
2
+ VERSION = "0.1"
3
3
  end
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.0.4.1
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-29 00:00:00.000000000 Z
11
+ date: 2014-12-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler