troy 0.0.10 → 0.0.11

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/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- troy (0.0.10)
4
+ troy (0.0.11)
5
5
  builder
6
6
  i18n
7
7
  rack
@@ -34,6 +34,8 @@ module Troy
34
34
  copy_file "config.ru", "config.ru"
35
35
  copy_file "unicorn.rb", "config/unicorn.rb"
36
36
  copy_file "troy.rb", "config/troy.rb"
37
+ copy_file "style.scss", "assets/stylesheets/style.scss"
38
+ copy_file "script.js", "assets/javascripts/script.js"
37
39
  end
38
40
 
39
41
  def bundle_install
data/lib/troy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Troy
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: troy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.10
4
+ version: 0.0.11
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: