rallytastic 1.4.6 → 1.4.7

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 CHANGED
@@ -1 +1 @@
1
- 1.4.6
1
+ 1.4.7
@@ -51,7 +51,7 @@ module Rally
51
51
 
52
52
  #next 3 are for mapping from rally to mongo
53
53
  def from_rally attr, key=nil
54
- key = key || attr.capitalize
54
+ key = key || attr.to_s.capitalize
55
55
  self.send("#{attr.to_s}=", raw_json[key.to_s])
56
56
  end
57
57
 
data/rallytastic.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{rallytastic}
8
- s.version = "1.4.6"
8
+ s.version = "1.4.7"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Matt Clark"]
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 1
7
7
  - 4
8
- - 6
9
- version: 1.4.6
8
+ - 7
9
+ version: 1.4.7
10
10
  platform: ruby
11
11
  authors:
12
12
  - Matt Clark