copernicium 0.1 → 0.1.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/ui.rb +1 -2
- 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: ae0586e9cb32a7e0eb7923e268009975564a89bf
|
4
|
+
data.tar.gz: 173bdc7cef1f59e1b5ab9d42806b9a0c3425ea82
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0ceb1bc12e11397be06875f4ebd7e61b6587313d7a02153019d0dd57b3f938df6d4d822e6d49d7593322684f8266190acf5f0c750b763b73785fe5365dde1311
|
7
|
+
data.tar.gz: 0c3da8661659f3827cd400603d398f3a72f7e876e0026b0fa9e108213f19bca9d9dbd41405d25688cf0aef3db55fef1f33bf9a4d0a5b146610c0a6f83eb8f284
|
data/lib/ui.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# user interface module - parse and execute commands
|
2
2
|
# integrates all modules, central module
|
3
3
|
|
4
|
-
VERSION = "0.1"
|
4
|
+
VERSION = "0.1.1"
|
5
5
|
|
6
6
|
module Copernicium
|
7
7
|
# Communication object that will pass commands to backend modules
|
@@ -24,7 +24,6 @@ module Copernicium
|
|
24
24
|
# todo - consider refactoring some UIComm usage
|
25
25
|
# main driver for the command line user interface
|
26
26
|
module Driver
|
27
|
-
include Repos # needed to get branch and history info
|
28
27
|
include Workspace # needed for most high level commands
|
29
28
|
# Executes the required action for a given user command.
|
30
29
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: copernicium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Team Copernicium
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-12-
|
11
|
+
date: 2015-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: diffy
|