babygitter 1.1.2 → 1.1.3

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/VERSION.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 1
3
3
  :minor: 1
4
- :patch: 2
4
+ :patch: 3
@@ -66,11 +66,11 @@ module Babygitter
66
66
  end
67
67
 
68
68
  self.repo_path = FileUtils.pwd #Should I even have this set or should I leve it as nil?
69
- self.stylesheet = 'lib/babygitter/assets/stylesheets/default.css'
70
- self.image_assets_path = 'lib/babygitter/assets/image_assets'
71
- self.jquery = 'lib/babygitter/assets/javascripts/jquery.js'
72
- self.template = 'lib/babygitter/assets/templates/default.html.erb'
73
- self.additional_links = 'lib/babygitter/assets/guides/bdd_stack.html.erb'
69
+ self.stylesheet = File.expand_path 'lib/babygitter/assets/stylesheets/default.css'
70
+ self.image_assets_path = File.expand_path 'lib/babygitter/assets/image_assets'
71
+ self.jquery = File.expand_path 'lib/babygitter/assets/javascripts/jquery.js'
72
+ self.template = File.expand_path 'lib/babygitter/assets/templates/default.html.erb'
73
+ self.additional_links = File.expand_path 'lib/babygitter/assets/guides/bdd_stack.html.erb'
74
74
  self.use_whitelist = false
75
75
  self.output_graphs = true
76
76
  self.folder_levels = [1]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babygitter
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthew Bergman