fiveruns-dash-rails 0.7.2 → 0.7.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.
@@ -79,9 +79,9 @@ module Fiveruns
79
79
 
80
80
  PARSED = YAML.load(File.read(File.dirname(__FILE__) << "/../../../../version.yml"))
81
81
 
82
- MAJOR = PARSED['major']
83
- MINOR = PARSED['minor']
84
- TINY = PARSED['patch']
82
+ MAJOR = PARSED[:major]
83
+ MINOR = PARSED[:minor]
84
+ TINY = PARSED[:patch]
85
85
 
86
86
  # The current version as a Version instance
87
87
  CURRENT = new(MAJOR, MINOR, TINY)
data/version.yml CHANGED
@@ -1,4 +1,4 @@
1
1
  ---
2
2
  :major: 0
3
3
  :minor: 7
4
- :patch: 2
4
+ :patch: 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fiveruns-dash-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - FiveRuns Development Team