corneal 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: ed55109110bcb00fd0bac8f420d6ef7e5929936c
4
- data.tar.gz: fd89d5246d7fa8067d52f9dc05ae00760612cc4f
3
+ metadata.gz: 5b4ed715dc2c046c475c8ec59d1b008ad4bac916
4
+ data.tar.gz: b8466952417b596bae79dd96a33c7d0ff2566697
5
5
  SHA512:
6
- metadata.gz: d50f75af08d6f30cefbd2d7b0f8a4dc7b1970ead182ece26ea6519ba9056f1f9998e25508b4236f308f957c992717c83f410e7bb0a935b9322acd5d476fdeaab
7
- data.tar.gz: f4543905b0fe5a067d4a02541f7c76931ee725e62da66e8f906e82523454fa44b8ad4bce8447ccdfc67d4f68b3f746f1f967ef4a2a210d5b91b6740b12b9241e
6
+ metadata.gz: 9f01b505578ad69601c86de3560227e7bee7278853433e5df1248bd2059b5acd0fdc367bbffcb6169629edde1743067f44ffabbb48ad3688da2522ecd7b6c30a
7
+ data.tar.gz: ae708fc3e2c6be1b74bfa911233b8431f65941957a9e11f747e0aa6485676896fa398a6ddd2c58f3240cda232478e8d5962fa18c3eb1eacfdc08d75f184c9ce8
data/lib/corneal/cli.rb CHANGED
@@ -51,7 +51,7 @@ module Corneal
51
51
  end
52
52
 
53
53
  def create_app_directory
54
- %w{app/controllers app/models app/views}.each do |dir|
54
+ %w{app/controllers app/views app/models}.each do |dir|
55
55
  directory dir, File.join(@app_path, dir)
56
56
  end
57
57
  end
@@ -2,7 +2,7 @@ module Corneal
2
2
  module VERSION
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 2
5
+ TINY = 3
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corneal
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Emory
@@ -78,6 +78,7 @@ files:
78
78
  - lib/templates/README.md
79
79
  - lib/templates/Rakefile
80
80
  - lib/templates/app/controllers/application_controller.rb
81
+ - lib/templates/app/models/.gitkeep
81
82
  - lib/templates/app/views/layout.erb.tt
82
83
  - lib/templates/app/views/welcome.erb
83
84
  - lib/templates/config.ru