appril 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b8368108fd8ecae13ee9b89a4134dbc851b01950
4
- data.tar.gz: f184d003591508067c86250342aa77d967ff1dbd
3
+ metadata.gz: f2c1a0a1cf287f5ec9230d306d002e7bbe441ce0
4
+ data.tar.gz: bb2a9df608a9afbc897edd87a50d7a61e458d76e
5
5
  SHA512:
6
- metadata.gz: 390ba45c6c77f8a05e085c392a28b69856abce3a1d52040bdde474af9278e29b8e256f09a8c0139424a8b4a39a00ca4922e36007ab2430458ebe4672764c262d
7
- data.tar.gz: 43272a1aa32973e0e96b4e8dccfa4f7520de9a382035a5cb76703b3f3076b287893d0f9e7a7ccc3250813d90f5c2488a449f8b4ed935ee27b67e9b4694758af7
6
+ metadata.gz: eab27d12018c948f9f20040ef5900c765bffa4fb611153569ba0889708b33cf7d456aaadeca8b9864f5700478098012e4a19fdd4bcef0f86e301373af72814ec
7
+ data.tar.gz: 0026bc4cc1de528d7c5876a9babed9367dfbce92f1bda3d4c1923815d0dcc9e0d78fd47659bada9c486d13e30e338b891fa8fdbc6c5392257e5f3597a199ec4b
@@ -74,9 +74,9 @@ module Appril
74
74
  o[controller[:path]] = entry.sub(dir, '.')
75
75
  end
76
76
 
77
- pattern = "base/core.*"
78
- if core = Dir[File.expand_path(pattern, dir)].find {|e| File.file?(e)}
79
- entries[:core] = core.sub(dir, '.')
77
+ pattern = "base/app.*"
78
+ if file = Dir[File.expand_path(pattern, dir)].find {|e| File.file?(e)}
79
+ entries[:app] = file.sub(dir, '.')
80
80
  end
81
81
 
82
82
  entries
@@ -1,3 +1,3 @@
1
1
  module Appril
2
- VERSION = '0.2.1'.freeze
2
+ VERSION = '0.2.2'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appril
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Slee Woo
@@ -78,5 +78,5 @@ rubyforge_project:
78
78
  rubygems_version: 2.5.1
79
79
  signing_key:
80
80
  specification_version: 4
81
- summary: '["appril-0.2.1", "Opinionated framework for building opinionated web applications"]'
81
+ summary: '["appril-0.2.2", "Opinionated framework for building opinionated web applications"]'
82
82
  test_files: []