alki-console 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c909497140287ba76339eb96955f485b9c90768a
4
- data.tar.gz: 246881dc2c8947458a64bbfa6eec6f14b6fc05f6
3
+ metadata.gz: 75d62c809a283498a29c99a0044f1d2c8b509c28
4
+ data.tar.gz: b5c704d9bdf4557c566807767322e3e18982f24b
5
5
  SHA512:
6
- metadata.gz: 54f0e85041e0005dc774e169e5675fc244da95b0b2d3b0e3550e17257513ece477fd3c50cdb8d8b3674e83bcfdceda7882fc7d9175650a140e0f05854f073798
7
- data.tar.gz: 135761886e726cccae1f80b959e42cc9e66fcf42be4ba064fde0e72476ab34c8dafca43f1fe660cf8935bbfe2c1987295c04b8e1a45da265fb64b8fb45976da6
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{Base library for building applications.}
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
 
@@ -1,5 +1,5 @@
1
1
  module Alki
2
2
  module Console
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
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.0
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: Base library for building applications. Provides tools for organizing
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: Base library for building applications.
107
+ summary: Developer console for Alki applications
109
108
  test_files: []