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 +4 -4
- data/.gitignore +2 -1
- data/Gemfile.lock +2 -2
- data/Zeta.gemspec +2 -2
- data/lib/Zeta/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 374e16c0a420d0bdcde379701c7dbb4835ef061a
|
|
4
|
+
data.tar.gz: c2492010cca6f2c59708c548584dc86bcb608149
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c1d38e34805422d295cbd4d4cccf42d935176e9cb2d80ad42b655a1fe734e02490258f4337b19f95b74cbe42eea195a8d49866af50580d5308825a2d32bdfe83
|
|
7
|
+
data.tar.gz: d8c25f89c1a95c5facb19ddd83890f33cd1af8e04d3889f934003639ecdc8228a3304de8f4660c12cf5ca732507e1163943f094cf5a180de51dbdcb99af14c17
|
data/.gitignore
CHANGED
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
|
|
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
|
-
|
|
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
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.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Liothen
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
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:
|