rad_core 0.0.26 → 0.0.27

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.
Files changed (2) hide show
  1. data/Rakefile +5 -3
  2. metadata +3 -3
data/Rakefile CHANGED
@@ -2,11 +2,13 @@ require 'rake_ext'
2
2
 
3
3
  project(
4
4
  name: 'rad',
5
- official_name: 'rad_core',
6
- bin: 'bin',
7
- dirs: 'bin',
5
+ official_name: 'rad_core',
8
6
  gem: true,
9
7
  summary: 'Simple and highly customizable Web Framework encouraging to build an app as a set of low-coupled components instead of monolith',
8
+
9
+ bin: 'bin',
10
+ executables: 'rad',
11
+ dirs: 'bin',
10
12
 
11
13
  author: 'Alexey Petrushin',
12
14
  homepage: 'http://github.com/alexeypetrushin/rad_core'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rad_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.26
4
+ version: 0.0.27
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -224,8 +224,8 @@ dependencies:
224
224
  version_requirements: *id019
225
225
  description:
226
226
  email:
227
- executables: []
228
-
227
+ executables:
228
+ - rad
229
229
  extensions: []
230
230
 
231
231
  extra_rdoc_files: []