zetabot 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: 374e16c0a420d0bdcde379701c7dbb4835ef061a
4
- data.tar.gz: c2492010cca6f2c59708c548584dc86bcb608149
3
+ metadata.gz: 47b0150a5d98f1c658a97f41228c992a56f987e6
4
+ data.tar.gz: 177c077c834a39629e2af565116d592c153123be
5
5
  SHA512:
6
- metadata.gz: c1d38e34805422d295cbd4d4cccf42d935176e9cb2d80ad42b655a1fe734e02490258f4337b19f95b74cbe42eea195a8d49866af50580d5308825a2d32bdfe83
7
- data.tar.gz: d8c25f89c1a95c5facb19ddd83890f33cd1af8e04d3889f934003639ecdc8228a3304de8f4660c12cf5ca732507e1163943f094cf5a180de51dbdcb99af14c17
6
+ metadata.gz: c6bb1b8c2a6748376bff0f5f11dfcf4b19ab30bf4519fd6264a65e590e2cde3c44bba67954172db2b1a764e86900dad5db9cd0648d20c65b4a13adc0521b97a6
7
+ data.tar.gz: 461690673470a47b092f8ba2e94b8deaf54abe71dfc0bd51ebcf78695fee8ae2b5ba4c4e25f120b02f494f971133c1367a661cca2390cac8b0dc32043a6081af
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/lib/Zeta/locale.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  def load_locale(file)
2
2
  Config.locale ||= 'en'
3
- YAML::load_file(File.join('locale', Config.locale, "#{file}.yml"))
3
+ YAML::load_file(File.join('Zeta','lib', 'locale', Config.locale, "#{file}.yml"))
4
4
  end
data/lib/Zeta/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Zeta
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: zetabot
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
  - Liothen
@@ -566,6 +566,12 @@ files:
566
566
  - lib/Zeta/config.rb
567
567
  - lib/Zeta/gems.rb
568
568
  - lib/Zeta/locale.rb
569
+ - lib/Zeta/locale/en/8ball.yml
570
+ - lib/Zeta/locale/en/attack.yml
571
+ - lib/Zeta/locale/en/dbz.yml
572
+ - lib/Zeta/locale/en/ircop.yml
573
+ - lib/Zeta/locale/en/macros.yml
574
+ - lib/Zeta/locale/en/meme.yml
569
575
  - lib/Zeta/log.rb
570
576
  - lib/Zeta/models.rb
571
577
  - lib/Zeta/models/channel.rb
@@ -603,12 +609,6 @@ files:
603
609
  - lib/Zeta/version.rb
604
610
  - lib/generators/config/config.rb
605
611
  - lib/generators/plugin/new_plugin.rb
606
- - locale/en/8ball.yml
607
- - locale/en/attack.yml
608
- - locale/en/dbz.yml
609
- - locale/en/ircop.yml
610
- - locale/en/macros.yml
611
- - locale/en/meme.yml
612
612
  homepage: https://github.com/flagrun/Zeta
613
613
  licenses:
614
614
  - MIT