zetabot 0.0.1 → 0.0.2

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: 5fa6cf6f609918141fc03f0c56af2d2fe65aad5d
4
- data.tar.gz: 11603efca35caa92df0a07930f3aba58cff45888
3
+ metadata.gz: 374e16c0a420d0bdcde379701c7dbb4835ef061a
4
+ data.tar.gz: c2492010cca6f2c59708c548584dc86bcb608149
5
5
  SHA512:
6
- metadata.gz: d0e37902cd438d733b943c3176145fc7bdb4a0d94c2593cf799417fc334d55386951a4f6bf8ddb7eca95f18023c4bbcdcd2d54653c262ba9bc598d514dcbab2b
7
- data.tar.gz: 9176370d5d7bce858890b804eef2aec90551a9b016e42b5fe1c2a3de71cb94e2b84c9df178ef851f21b20cf081ab9c32e36818120b1b76f91b3d2a28c22b3a76
6
+ metadata.gz: c1d38e34805422d295cbd4d4cccf42d935176e9cb2d80ad42b655a1fe734e02490258f4337b19f95b74cbe42eea195a8d49866af50580d5308825a2d32bdfe83
7
+ data.tar.gz: d8c25f89c1a95c5facb19ddd83890f33cd1af8e04d3889f934003639ecdc8228a3304de8f4660c12cf5ca732507e1163943f094cf5a180de51dbdcb99af14c17
data/.gitignore CHANGED
@@ -1,4 +1,5 @@
1
1
  .idea
2
2
  log/
3
3
  .DS_Store
4
- Zeta-*.gem
4
+ Zeta-*.gem
5
+ zetabot-*.gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- zeta (0.0.1)
4
+ zetabot (0.0.2)
5
5
  actionview
6
6
  chronic
7
7
  chronic_duration
@@ -275,7 +275,7 @@ DEPENDENCIES
275
275
  irbtools
276
276
  rake (~> 10.0)
277
277
  rspec (~> 3.0)
278
- zeta!
278
+ zetabot!
279
279
 
280
280
  BUNDLED WITH
281
281
  1.11.2
data/Zeta.gemspec CHANGED
@@ -13,6 +13,8 @@ Gem::Specification.new do |spec|
13
13
  # spec.description = %q{TODO: Write a longer description or delete this line.}
14
14
  spec.homepage = "https://github.com/flagrun/Zeta"
15
15
  spec.license = "MIT"
16
+ spec.bindir = 'bin'
17
+ spec.executables = %w{zeta zeta-setup}
16
18
 
17
19
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
18
20
  # delete this section to allow pushing this gem to any host.
@@ -23,8 +25,6 @@ Gem::Specification.new do |spec|
23
25
  end
24
26
 
25
27
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
26
- spec.bindir = "exe"
27
- spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ["lib"]
29
29
 
30
30
  spec.add_development_dependency "bundler", "~> 1.11"
data/lib/Zeta/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zeta
2
- VERSION = '0.0.1'
2
+ VERSION = '0.0.2'
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zetabot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Liothen
8
8
  autorequire:
9
- bindir: exe
9
+ bindir: bin
10
10
  cert_chain: []
11
11
  date: 2016-02-17 00:00:00.000000000 Z
12
12
  dependencies:
@@ -531,7 +531,9 @@ dependencies:
531
531
  description:
532
532
  email:
533
533
  - liothen@flagrun.net
534
- executables: []
534
+ executables:
535
+ - zeta
536
+ - zeta-setup
535
537
  extensions: []
536
538
  extra_rdoc_files: []
537
539
  files: