theme_bandit 0.0.3 → 0.0.4

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: 6b4ac8a5dff8152e34260c1a34b1b9a3d8d15a85
4
- data.tar.gz: 95c469c9a3732d2b4c7d67120ca3b81fd0875e7e
3
+ metadata.gz: 2b98fe31887c36eb16097ad233376fb08bb748b2
4
+ data.tar.gz: 5e02c75d4d02ed06326a4b3bd5ecece88c31b05f
5
5
  SHA512:
6
- metadata.gz: e1003f254c4733fdf31dfcb4fad839039773954acd6743cfe845a3ccda822c6d7c664e2a3987e3b4f08fba15bc6812f5e81cb82001f7727a4f484eabbea513f2
7
- data.tar.gz: ce41cd94eb3b32f69b688447f58e1fccd4652d132e43830e36813a85264753791fa960ccbd3e8c0def05eb20245ae2256ab918f96be5bbf0e57dcabafd56e550
6
+ metadata.gz: 0c3013136157eff463dafa95e1d4a1f15a02538fc9a277193988563b619e4a9ce6cd83376dced43e334cf818872fecb66c0502eb14dd4362d3436d1c9301386b
7
+ data.tar.gz: 7a037df92b3d056545e97f7f93f7b0985ead53307b7db864759e66cde7715fb6e36a26e8be8354ddecf03e757c6e707027d281f723e47c5dfecba195531d01c9
@@ -1,3 +1,3 @@
1
1
  module ThemeBandit
2
- VERSION = '0.0.3'
2
+ VERSION = '0.0.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme_bandit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luke Fender
@@ -146,14 +146,15 @@ files:
146
146
  - lib/theme_bandit/rack_generator.rb
147
147
  - lib/theme_bandit/recipes/sinatra/erb/Gemfile
148
148
  - lib/theme_bandit/recipes/sinatra/erb/app/application.rb
149
- - lib/theme_bandit/recipes/sinatra/erb/app/views/.keep
150
- - lib/theme_bandit/recipes/sinatra/erb/app/views/templates/.keep
149
+ - lib/theme_bandit/recipes/sinatra/erb/app/views/templates/index.erb
151
150
  - lib/theme_bandit/recipes/sinatra/erb/config.ru
152
151
  - lib/theme_bandit/recipes/sinatra/haml/Gemfile
153
152
  - lib/theme_bandit/recipes/sinatra/haml/app/application.rb
153
+ - lib/theme_bandit/recipes/sinatra/haml/app/views/templates/index.haml
154
154
  - lib/theme_bandit/recipes/sinatra/haml/config.ru
155
155
  - lib/theme_bandit/recipes/sinatra/slim/Gemfile
156
156
  - lib/theme_bandit/recipes/sinatra/slim/app/application.rb
157
+ - lib/theme_bandit/recipes/sinatra/slim/app/views/templates/index.slim
157
158
  - lib/theme_bandit/recipes/sinatra/slim/config.ru
158
159
  - lib/theme_bandit/url_formatter.rb
159
160
  - lib/theme_bandit/util/configure.rb