runways 0.1.3 → 0.1.4

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: 9b887d735634ca76463779c730df9fb62ce64a6618697f775c6bd1f783b0d69e
4
- data.tar.gz: a74b0b08877f7e230180f30b06d854b05c904f133151e4b30e0cb51e6b9a23d4
3
+ metadata.gz: 4c44e551943aa21fadd18e8d9bf80819b77c481d1e69eb8505ab9dd18b4497dd
4
+ data.tar.gz: 1374345cf8042f35132361dfe9a0d33dc2e75a0c045e33627a9b729e3c5a4f5f
5
5
  SHA512:
6
- metadata.gz: 1ac4be00b2486f7e7003cf422f8bc858dab9568352ca44af44f950b4543ba49992c4a8ce682699ceeec9880fd50fdec2596ec2fd13b6eb844af569cac8206a2a
7
- data.tar.gz: 3f21357b3d9debd068ce06a0c432dd7f529efc729b33a0446a3ae6c2b7201315713f1778ee612a3544f2edc91d3e0965f0eb3c0c2ade669f26cc7707b3d7e966
6
+ metadata.gz: 11dff89b2e5582f36bafa7bd40cf73e144e2ce52f74b97acd89fc7c98bacb5e2d877c03384e9c910a859976c488b75ceae3c1d6a4582bc38d3d6bf7666e74b19
7
+ data.tar.gz: 458c4dcd22cd38d043023bb031bf45088cae978d52372ae04a234998222718b7e899960f711a44463cc443b39e44c0433e0127d17b2590101b3397bd8bee3758
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- runways (0.1.3)
4
+ runways (0.1.4)
5
5
  activerecord (~> 5.2)
6
6
  grpc (~> 1.16)
7
7
  grpc-tools (~> 1.16)
@@ -48,4 +48,4 @@ DEPENDENCIES
48
48
  runways!
49
49
 
50
50
  BUNDLED WITH
51
- 1.16.2
51
+ 1.16.6
@@ -17,12 +17,13 @@ class AppStructure < Thor::Group
17
17
  db_directory = root_directory + "/db"
18
18
  migration_directory = db_directory + "/migrate"
19
19
  lib_directory = root_directory + "/lib"
20
+ lib_protos_directory = lib_directory + "/protos"
20
21
  tasks_directory = lib_directory + "/tasks"
21
22
  config_directory = root_directory + "/config"
22
23
 
23
24
  create_following_dirs([
24
25
  root_directory, app_directory, config_directory,
25
- lib_directory, tasks_directory,
26
+ lib_directory, lib_protos_directory, tasks_directory,
26
27
  models_directory, controller_directory,
27
28
  db_directory, migration_directory,
28
29
  ])
@@ -1,5 +1,5 @@
1
1
  syntax = 'proto3';
2
- package = "<%= name %>";
2
+ package <%= name %>;
3
3
 
4
4
  service <%= name.camelcase %>Service {
5
5
  }
@@ -1,3 +1,3 @@
1
1
  module Runways
2
- VERSION = "0.1.3"
2
+ VERSION = "0.1.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: runways
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - NG