jarvis-cli 0.0.2 → 0.0.3

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: b00e1af36800728f18b6252fcaa52805307dc319
4
- data.tar.gz: 8cd5db44811394a71a130c41831c8c7835299719
3
+ metadata.gz: bd5864b01fafb85e866cd02e13297b059ec71c4e
4
+ data.tar.gz: 3ea72ef6d38c31edd5d73890cd4597e8e937aa25
5
5
  SHA512:
6
- metadata.gz: ecff8497b0b166655b85f56a77f9cb832b00b46401fc1ae7a51031ba990d76c7c4778e9125381f637d4b3dbd2d0d809ae5aaa0e0f083bbb1bf5c9d59345a8218
7
- data.tar.gz: d5e48fd4ff84fb44f92f13bddb58b77051a23d6995a6f1445b56f2671b63aefb4bb1dbf332c54585aff8b29b8d2464239937d95e68af5d9208e9e1851fc966d6
6
+ metadata.gz: 26e0cb3e4a1d584e15979474559b737da87224a7f1ae955a84d0eb63808d62ad519d5578daa31a4022621d4f8f4bc5c64e730cf60ff1e9359ff40083b40b2133
7
+ data.tar.gz: ac63c5acf2a562c52575e1edb95f87ba3532412c7a5177b6b086b07d38a8e05a8fc5cad3b89ea5448231020775f978672340a47bbf5b001441aa74ddce0d2978
data/jarvis-cli.gemspec CHANGED
@@ -8,13 +8,13 @@ Gem::Specification.new do |spec|
8
8
  spec.version = Jarvis::VERSION
9
9
  spec.authors = ["DVG"]
10
10
  spec.email = ["bradley.temple@gmail.com"]
11
- spec.summary = %q{Modular Slackbot Framework}
12
- spec.homepage = ""
11
+ spec.summary = %q{Chatbot Application Framework for Slack Chat Rooms}
12
+ spec.homepage = "https://github.com/DVG/jarvis-cli.git"
13
13
  spec.license = "MIT"
14
14
 
15
15
  spec.files = `git ls-files -z`.split("\x0")
16
16
  spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
17
+ spec.test_files = spec.files.grep(%r{^(spec|features)/})
18
18
  spec.require_paths = ["lib"]
19
19
 
20
20
  spec.add_development_dependency "bundler", "~> 1.6"
@@ -1,3 +1,3 @@
1
1
  module Jarvis
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jarvis-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - DVG
@@ -263,7 +263,7 @@ files:
263
263
  - templates/project/app/server.rb
264
264
  - templates/project/app/services/.gitkeep
265
265
  - templates/project/config.ru
266
- homepage: ''
266
+ homepage: https://github.com/DVG/jarvis-cli.git
267
267
  licenses:
268
268
  - MIT
269
269
  metadata: {}
@@ -286,7 +286,7 @@ rubyforge_project:
286
286
  rubygems_version: 2.4.6
287
287
  signing_key:
288
288
  specification_version: 4
289
- summary: Modular Slackbot Framework
289
+ summary: Chatbot Application Framework for Slack Chat Rooms
290
290
  test_files:
291
291
  - features/fact_service.feature
292
292
  - features/step_definitions/fact_service_steps.rb