action_bot 0.1.13 → 0.1.14

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
  SHA256:
3
- metadata.gz: c80a7fb7e4d29b94f33aca746630229c9802b86212490c908b3b6c403e938c40
4
- data.tar.gz: 6fdaf3c1991938185a500f3433768dc9db18de2a59e5eda2f7f139ed70f70932
3
+ metadata.gz: 72acd24763d4629b5406183a4d5fcc6238bc2489bdb10dc0a293c10623a423b1
4
+ data.tar.gz: f5328428493ff5cefb703b56f93db1de1b07adf977b3db39e1e70b85e806dc4b
5
5
  SHA512:
6
- metadata.gz: d5e52f093386631b20beb22bfee5e6267374d3e4b2bd7a61be917577f8b11bd833f959870f06487a9f92720ed03a6df7d9ce3914f8ca397f3992dfd780ac7c9c
7
- data.tar.gz: 89e4b2e0dd6278c394c49fedb7e53e4815334364a2552a6c78036c2eb0b1c1fbf5a5ed4d37c49907aff632bc2c993ff737a92db4a19c9b4b624b1c19b23634e1
6
+ metadata.gz: 33b4be8d9188a1c7a5b810ae6692262ea82dc51acf8f298aaca31982560197552c830bc2fc99a49e1f68cd78729cb4aae5d325efebea6ad33aa9b42454be4d7d
7
+ data.tar.gz: b825b4fcddca1f57dc0f4150903966d964b76ba7098ff9550c5e52233b22b3e84b48713a2adff7a054a9559cc8510b26d7d39abd2f241272a39e37b26bf3be39
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ import "./lib/tasks/bot_scaffold.rake"
@@ -0,0 +1,4 @@
1
+ desc 'Generate files for the bot'
2
+ task :bot_scaffold do
3
+ FileUtils.cp_r 'scaffolds/.', "#{Dir.pwd}"
4
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: action_bot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Barseek
@@ -115,6 +115,7 @@ extensions: []
115
115
  extra_rdoc_files: []
116
116
  files:
117
117
  - Gemfile
118
+ - Rakefile
118
119
  - lib/action_bot.rb
119
120
  - lib/action_bot/base.rb
120
121
  - lib/action_bot/controller.rb
@@ -124,6 +125,7 @@ files:
124
125
  - lib/configuration/configurators/bot_configurator.rb
125
126
  - lib/configuration/configurators/db_configurator.rb
126
127
  - lib/configuration/configurators/i18n_configurator.rb
128
+ - lib/tasks/bot_scaffold.rake
127
129
  homepage: https://rubygems.org/gems/hola
128
130
  licenses:
129
131
  - MIT