alki-console 0.4.0 → 0.4.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/alki-console.gemspec +1 -2
- data/lib/alki/console/version.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 75d62c809a283498a29c99a0044f1d2c8b509c28
|
|
4
|
+
data.tar.gz: b5c704d9bdf4557c566807767322e3e18982f24b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1689a0db937bb4ca4f77beeda044368abc2f0d21522547ad6920a28202d5cfe0d13a5290fca66adba9df3f6f60d2ffd152c5af1877426e66e356584e7f8a77a8
|
|
7
|
+
data.tar.gz: e6883628f25d1e2afe73b2e49ce9a2253339cc7d0786ddf06b9543ac1254abea45b741b9a825804b319bbcf31e89c7ed9c8ff0b711fb4862b048dea1c546e53f
|
data/alki-console.gemspec
CHANGED
|
@@ -8,8 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Alki::Console::VERSION
|
|
9
9
|
spec.authors = ["Matt Edlefsen"]
|
|
10
10
|
spec.email = ["matt.edlefsen@gmail.com"]
|
|
11
|
-
spec.summary = %q{
|
|
12
|
-
spec.description = %q{Base library for building applications. Provides tools for organizing and connection application units.}
|
|
11
|
+
spec.summary = %q{Developer console for Alki applications}
|
|
13
12
|
spec.homepage = "https://github.com/medlefsen/alki-console"
|
|
14
13
|
spec.license = "MIT"
|
|
15
14
|
|
data/lib/alki/console/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: alki-console
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Edlefsen
|
|
@@ -66,8 +66,7 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.10'
|
|
69
|
-
description:
|
|
70
|
-
and connection application units.
|
|
69
|
+
description:
|
|
71
70
|
email:
|
|
72
71
|
- matt.edlefsen@gmail.com
|
|
73
72
|
executables: []
|
|
@@ -105,5 +104,5 @@ rubyforge_project:
|
|
|
105
104
|
rubygems_version: 2.5.1
|
|
106
105
|
signing_key:
|
|
107
106
|
specification_version: 4
|
|
108
|
-
summary:
|
|
107
|
+
summary: Developer console for Alki applications
|
|
109
108
|
test_files: []
|