sinatra-cli 0.0.1 → 0.0.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: 94752b2ae2fde26bbcf704b2ebab5332209caf78
4
- data.tar.gz: d5869f7884e753e51d6ec46631f464aa1a8728d7
3
+ metadata.gz: dd004677bb03de45234d231b1aa2581764646400
4
+ data.tar.gz: 72cf3d17120699b6af49e972d06aa4c500979a09
5
5
  SHA512:
6
- metadata.gz: 8cc78dc57ce5840331644eb7f739f8042dff4b622e6f66db3b18420c7eea817042492464ecd66d58f3c11175fd0fb347d93d7bf8bbd3b3204c38eb8e39bcdd4c
7
- data.tar.gz: 084fba38b0a7d07811f95e5180d702d369935c734fcbb5a964713cb738ff6630abf1fc7b04265ca390eb1cfe8fd6c42bd006ab53d33c4dcbc6391b220c10eb49
6
+ metadata.gz: 0cca296f312f716ff8e60c954a1e568598c4f1e4ed70b777624c090e09e327cce4b02ea4f67b008cf81b22b59b302efc2c2993aa9b651e3268a599beba5db1a4
7
+ data.tar.gz: 453b9b9f983811b4f2cf535bdad3d46d65ece72c8e3f861e0b8b3b509a3b8a9df6d278b7f01e024f1c8c26baaf65914776575b8b0be84aa31e6c9f0c864fa0cd
data/README.md CHANGED
@@ -20,7 +20,9 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ ```no-highlight
24
+ $ sinatra APPNAME
25
+ ```
24
26
 
25
27
  ## Contributing
26
28
 
@@ -16,8 +16,8 @@ module Sinatra
16
16
  end
17
17
 
18
18
  def create_views_dir
19
- template "app/views/index.erb", "#{app_name}/views/index.erb"
20
- template "app/views/layout.erb", "#{app_name}/views/layout.erb"
19
+ template "app/views/index.erb", "#{app_name}/app/views/index.erb"
20
+ template "app/views/layout.erb", "#{app_name}/app/views/layout.erb"
21
21
  end
22
22
 
23
23
  def create_database_config
@@ -1,5 +1,5 @@
1
1
  module Sinatra
2
2
  module CLI
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sinatra-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Kelly
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-12-02 00:00:00.000000000 Z
11
+ date: 2014-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler