ifd_tools 0.3.1 → 0.3.2

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -2,7 +2,7 @@ xml.instruct!
2
2
  xml.root do
3
3
  @activity.each do |activity|
4
4
  xml.state do
5
- xml.name activity.name.downcase
5
+ xml.name activity.name.downcase.gsub(/\s+/, '_')
6
6
  xml.activity activity.activity
7
7
 
8
8
  percent = ( activity.activity.to_f / @total_activity ).round(2)
@@ -1,3 +1,3 @@
1
1
  module IfdTools
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ifd_tools
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-02-11 00:00:00.000000000 Z
12
+ date: 2013-02-13 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -460,7 +460,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
460
460
  version: '0'
461
461
  segments:
462
462
  - 0
463
- hash: -3027776221974242660
463
+ hash: -704122230561567891
464
464
  required_rubygems_version: !ruby/object:Gem::Requirement
465
465
  none: false
466
466
  requirements:
@@ -469,7 +469,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
469
469
  version: '0'
470
470
  segments:
471
471
  - 0
472
- hash: -3027776221974242660
472
+ hash: -704122230561567891
473
473
  requirements: []
474
474
  rubyforge_project:
475
475
  rubygems_version: 1.8.24