mafia 0.0.4 → 0.0.5

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.
data/.gitignore CHANGED
@@ -2,3 +2,4 @@
2
2
  .bundle
3
3
  Gemfile.lock
4
4
  pkg/*
5
+ .DS_Store
@@ -4,8 +4,8 @@ require "sass"
4
4
 
5
5
  module <%= camelize(name) %>
6
6
  class Application < Sinatra::Base
7
- set :public_folder, File.join(File.dirname(__FILE__), '<%= name %>', 'public')
8
- set :views, File.join(File.dirname(__FILE__), '<%= name %>', 'views')
7
+ set :public_folder, File.join(File.dirname(__FILE__), 'public')
8
+ set :views, File.join(File.dirname(__FILE__), 'views')
9
9
 
10
10
  # Your actions go here
11
11
  end
@@ -1,3 +1,3 @@
1
1
  module Mafia
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mafia
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - George Drummond
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2011-10-10 00:00:00 Z
18
+ date: 2011-10-16 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: thor
@@ -47,9 +47,7 @@ files:
47
47
  - README.md
48
48
  - Rakefile
49
49
  - bin/mafia
50
- - lib/.DS_Store
51
50
  - lib/mafia.rb
52
- - lib/mafia/.DS_Store
53
51
  - lib/mafia/templates/Gemfile
54
52
  - lib/mafia/templates/LICENSE.tt
55
53
  - lib/mafia/templates/README.md.tt
Binary file
Binary file