bionic 0.0.2.rc5 → 0.0.2.rc6

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: f76e1526960f53c5a127c1fe25a84fc88c438c1319d64ae35738d9f9a47508a0
4
- data.tar.gz: 001e8b1d61f4d5a82a4355de30ab8c029cfa0e724c7abacbc486ee6d67c800ec
3
+ metadata.gz: b80735f61268bfe0f4a4ea3b338ee619804b15d3eb87da0f6379ce5c169647e4
4
+ data.tar.gz: 28484f125c271c4c863129fe51c40e116a9dc5ccee8659328ac836200ac71b3a
5
5
  SHA512:
6
- metadata.gz: b1745c7eba2e0741b95a11c06e6270c8ec648a3e9106f51a9a6397887eb587ea1d2575be5e45710224ce4323943832f3946f1fbc6e72fd52df4cb5c838cbe3e8
7
- data.tar.gz: c870bcda7a4fe4f119858e3b2e0ab8274c7401705bea935a2101deb75a86373da70407e14d6b16e769ca6db456688157c90ec1b9c092837741c55452a6a2c43d
6
+ metadata.gz: 75ea8b1ee711df25936cc5f5d07975771f5f11696863549893e0ce66dafd5ca060f7d2a2de0519b66aa71064b662ff76f433bc5b94929424c4ad962fb9ac2235
7
+ data.tar.gz: 847b13b456d4b463229c51e702a76c891618c78382bd63a0297ef5ec076726df03dc81b835e3bee29b69bc168c2c1f332369e8984c68b945e0e6a6f262dca047
data/README.md CHANGED
@@ -21,7 +21,7 @@ The library provides next features:
21
21
 
22
22
  $ bionic new app
23
23
 
24
- where "app" is the application name.
24
+ where `app` is the application name.
25
25
 
26
26
  3. Change directory to `app` and run:
27
27
 
@@ -14,7 +14,8 @@ module Bionic
14
14
  @autoload_files = [
15
15
  root.join('app/handlers/**/*.rb'),
16
16
  root.join('app/models/**/*.rb'),
17
- root.join('app/services/**/*.rb')
17
+ root.join('app/services/**/*.rb'),
18
+ root.join('lib/tasks/**/*.rb')
18
19
  ].flat_map { |dir| Dir[dir].sort }
19
20
  @config_files = { database: 'config/database.yml', i18n: Dir['config/locales/*.yml'] }
20
21
  @log_files = { database: 'log/database.log' }
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Bionic
4
- VERSION = '0.0.2.rc5'
4
+ VERSION = '0.0.2.rc6'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bionic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2.rc5
4
+ version: 0.0.2.rc6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Taras Shpachenko
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-11 00:00:00.000000000 Z
11
+ date: 2019-11-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activerecord
@@ -163,13 +163,11 @@ files:
163
163
  - ".rubocop.yml"
164
164
  - ".travis.yml"
165
165
  - Gemfile
166
- - Gemfile.lock
167
166
  - LICENSE.txt
168
167
  - README.md
169
168
  - Rakefile
170
169
  - bin/console
171
170
  - bin/setup
172
- - bionic-0.0.2.rc4.gem
173
171
  - bionic.gemspec
174
172
  - exe/bionic
175
173
  - lib/bionic.rb
@@ -219,7 +217,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
219
217
  version: 1.3.1
220
218
  requirements: []
221
219
  rubyforge_project:
222
- rubygems_version: 2.7.6
220
+ rubygems_version: 2.7.6.2
223
221
  signing_key:
224
222
  specification_version: 4
225
223
  summary: Telegram bots framework.
@@ -1,142 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- bionic (0.0.2.rc4)
5
- activerecord (~> 5.1)
6
- dotenv (~> 2.2)
7
- i18n (~> 0.7)
8
- standalone_migrations (~> 5.2)
9
- telegram-bot-ruby (~> 0.8.6)
10
- thor (~> 0.20)
11
-
12
- GEM
13
- remote: https://rubygems.org/
14
- specs:
15
- actionpack (5.1.5)
16
- actionview (= 5.1.5)
17
- activesupport (= 5.1.5)
18
- rack (~> 2.0)
19
- rack-test (>= 0.6.3)
20
- rails-dom-testing (~> 2.0)
21
- rails-html-sanitizer (~> 1.0, >= 1.0.2)
22
- actionview (5.1.5)
23
- activesupport (= 5.1.5)
24
- builder (~> 3.1)
25
- erubi (~> 1.4)
26
- rails-dom-testing (~> 2.0)
27
- rails-html-sanitizer (~> 1.0, >= 1.0.3)
28
- activemodel (5.1.5)
29
- activesupport (= 5.1.5)
30
- activerecord (5.1.5)
31
- activemodel (= 5.1.5)
32
- activesupport (= 5.1.5)
33
- arel (~> 8.0)
34
- activesupport (5.1.5)
35
- concurrent-ruby (~> 1.0, >= 1.0.2)
36
- i18n (~> 0.7)
37
- minitest (~> 5.1)
38
- tzinfo (~> 1.1)
39
- arel (8.0.0)
40
- ast (2.4.0)
41
- axiom-types (0.1.1)
42
- descendants_tracker (~> 0.0.4)
43
- ice_nine (~> 0.11.0)
44
- thread_safe (~> 0.3, >= 0.3.1)
45
- builder (3.2.3)
46
- coercible (1.0.0)
47
- descendants_tracker (~> 0.0.1)
48
- concurrent-ruby (1.0.5)
49
- crass (1.0.3)
50
- descendants_tracker (0.0.4)
51
- thread_safe (~> 0.3, >= 0.3.1)
52
- diff-lcs (1.3)
53
- dotenv (2.2.1)
54
- equalizer (0.0.11)
55
- erubi (1.7.1)
56
- faraday (0.14.0)
57
- multipart-post (>= 1.2, < 3)
58
- i18n (0.9.5)
59
- concurrent-ruby (~> 1.0)
60
- ice_nine (0.11.2)
61
- inflecto (0.0.2)
62
- loofah (2.2.0)
63
- crass (~> 1.0.2)
64
- nokogiri (>= 1.5.9)
65
- method_source (0.9.0)
66
- mini_portile2 (2.3.0)
67
- minitest (5.11.3)
68
- multipart-post (2.0.0)
69
- nokogiri (1.8.2)
70
- mini_portile2 (~> 2.3.0)
71
- parallel (1.12.1)
72
- parser (2.5.0.3)
73
- ast (~> 2.4.0)
74
- powerpack (0.1.1)
75
- rack (2.0.4)
76
- rack-test (0.8.3)
77
- rack (>= 1.0, < 3)
78
- rails-dom-testing (2.0.3)
79
- activesupport (>= 4.2.0)
80
- nokogiri (>= 1.6)
81
- rails-html-sanitizer (1.0.3)
82
- loofah (~> 2.0)
83
- railties (5.1.5)
84
- actionpack (= 5.1.5)
85
- activesupport (= 5.1.5)
86
- method_source
87
- rake (>= 0.8.7)
88
- thor (>= 0.18.1, < 2.0)
89
- rainbow (3.0.0)
90
- rake (10.5.0)
91
- rspec (3.7.0)
92
- rspec-core (~> 3.7.0)
93
- rspec-expectations (~> 3.7.0)
94
- rspec-mocks (~> 3.7.0)
95
- rspec-core (3.7.1)
96
- rspec-support (~> 3.7.0)
97
- rspec-expectations (3.7.0)
98
- diff-lcs (>= 1.2.0, < 2.0)
99
- rspec-support (~> 3.7.0)
100
- rspec-mocks (3.7.0)
101
- diff-lcs (>= 1.2.0, < 2.0)
102
- rspec-support (~> 3.7.0)
103
- rspec-support (3.7.1)
104
- rubocop (0.53.0)
105
- parallel (~> 1.10)
106
- parser (>= 2.5)
107
- powerpack (~> 0.1)
108
- rainbow (>= 2.2.2, < 4.0)
109
- ruby-progressbar (~> 1.7)
110
- unicode-display_width (~> 1.0, >= 1.0.1)
111
- ruby-progressbar (1.9.0)
112
- standalone_migrations (5.2.3)
113
- activerecord (>= 4.2.7, < 5.2.0)
114
- railties (>= 4.2.7, < 5.2.0)
115
- rake (>= 10.0)
116
- telegram-bot-ruby (0.8.6.1)
117
- faraday
118
- inflecto
119
- virtus
120
- thor (0.20.0)
121
- thread_safe (0.3.6)
122
- tzinfo (1.2.5)
123
- thread_safe (~> 0.1)
124
- unicode-display_width (1.3.0)
125
- virtus (1.0.5)
126
- axiom-types (~> 0.1)
127
- coercible (~> 1.0)
128
- descendants_tracker (~> 0.0, >= 0.0.3)
129
- equalizer (~> 0.0, >= 0.0.9)
130
-
131
- PLATFORMS
132
- ruby
133
-
134
- DEPENDENCIES
135
- bionic!
136
- bundler (~> 1.16)
137
- rake (~> 10.0)
138
- rspec (~> 3.0)
139
- rubocop (~> 0.53)
140
-
141
- BUNDLED WITH
142
- 1.16.1
Binary file