silentrob-clayburn-gen 0.0.15 → 0.0.16

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.15
1
+ 0.0.16
data/clayburn-gen.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{clayburn-gen}
8
- s.version = "0.0.15"
8
+ s.version = "0.0.16"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rob Ellis"]
data/lib/clayburn-gen.rb CHANGED
@@ -21,8 +21,21 @@ class Clayburn
21
21
  puts " [ADDED] 127.0.0.1/js/"
22
22
  puts " [ADDED] 127.0.0.1/js/bootstrap.js"
23
23
  puts " [ADDED] 127.0.0.1/js/config.js"
24
+ puts " [ADDED] 127.0.0.1/js/controller.js"
25
+ puts " [ADDED] 127.0.0.1/js/exception.js"
26
+ puts " [ADDED] 127.0.0.1/js/model.js"
24
27
  puts " [ADDED] 127.0.0.1/web/"
25
28
  puts " [ADDED] 127.0.0.1/web/public/"
29
+ puts " [ADDED] 127.0.0.1/web/public/logo.png"
30
+ puts " [ADDED] 127.0.0.1/web/public/master.css"
31
+ puts " [ADDED] 127.0.0.1/web/views/"
32
+ puts " [ADDED] 127.0.0.1/web/views/home/"
33
+ puts " [ADDED] 127.0.0.1/web/views/home/index.html"
34
+ puts " [ADDED] 127.0.0.1/web/views/exception/"
35
+ puts " [ADDED] 127.0.0.1/web/views/exception/general.html"
36
+ puts " [ADDED] 127.0.0.1/web/views/exception/notfound.html"
37
+ puts " [ADDED] 127.0.0.1/web/layouts/"
38
+ puts " [ADDED] 127.0.0.1/web/layouts/application.html"
26
39
  end
27
40
 
28
41
  # git init
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: silentrob-clayburn-gen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.15
4
+ version: 0.0.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rob Ellis