ci_power 0.0.10 → 0.0.11

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,6 +42,7 @@ module CiPower
42
42
  output << record
43
43
  end
44
44
  increment_group_no
45
+ records
45
46
  end
46
47
 
47
48
  def convert_date(date)
@@ -1,3 +1,3 @@
1
1
  module CiPower
2
- VERSION = "0.0.10"
2
+ VERSION = "0.0.11"
3
3
  end
metadata CHANGED
@@ -1,78 +1,68 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: ci_power
3
- version: !ruby/object:Gem::Version
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.11
4
5
  prerelease:
5
- version: 0.0.10
6
6
  platform: ruby
7
- authors:
8
- - Maik Duff
7
+ authors:
8
+ - Maik Duff
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
-
13
- date: 2012-01-20 00:00:00 +01:00
14
- default_executable:
15
- dependencies:
16
- - !ruby/object:Gem::Dependency
17
- name: rspec
18
- prerelease: false
19
- requirement: &id001 !ruby/object:Gem::Requirement
20
- none: false
21
- requirements:
22
- - - ">="
23
- - !ruby/object:Gem::Version
24
- version: "0"
25
- type: :development
26
- version_requirements: *id001
12
+ date: 2012-03-26 00:00:00.000000000 Z
13
+ dependencies:
14
+ - !ruby/object:Gem::Dependency
15
+ name: rspec
16
+ requirement: &70133070598180 !ruby/object:Gem::Requirement
17
+ none: false
18
+ requirements:
19
+ - - ! '>='
20
+ - !ruby/object:Gem::Version
21
+ version: '0'
22
+ type: :development
23
+ prerelease: false
24
+ version_requirements: *70133070598180
27
25
  description: Creates input files for CI-Power interface
28
- email:
29
- - md@impac.ch
26
+ email:
27
+ - md@impac.ch
30
28
  executables: []
31
-
32
29
  extensions: []
33
-
34
30
  extra_rdoc_files: []
35
-
36
- files:
37
- - lib/ci_power.rb
38
- - lib/ci_power/action.rb
39
- - lib/ci_power/address.rb
40
- - lib/ci_power/communication.rb
41
- - lib/ci_power/debt_claim.rb
42
- - lib/ci_power/dossier_data.rb
43
- - lib/ci_power/export.rb
44
- - lib/ci_power/record.rb
45
- - lib/ci_power/version.rb
46
- - lib/generators/ci_power/ci_power_generator.rb
47
- - lib/generators/ci_power/templates/cip_export.rb
48
- - lib/tasks/ci_power.rake
49
- has_rdoc: true
50
- homepage: ""
31
+ files:
32
+ - lib/ci_power/action.rb
33
+ - lib/ci_power/address.rb
34
+ - lib/ci_power/communication.rb
35
+ - lib/ci_power/debt_claim.rb
36
+ - lib/ci_power/dossier_data.rb
37
+ - lib/ci_power/export.rb
38
+ - lib/ci_power/record.rb
39
+ - lib/ci_power/version.rb
40
+ - lib/ci_power.rb
41
+ - lib/generators/ci_power/ci_power_generator.rb
42
+ - lib/generators/ci_power/templates/cip_export.rb
43
+ - lib/tasks/ci_power.rake
44
+ homepage: ''
51
45
  licenses: []
52
-
53
46
  post_install_message:
54
47
  rdoc_options: []
55
-
56
- require_paths:
57
- - lib
58
- required_ruby_version: !ruby/object:Gem::Requirement
48
+ require_paths:
49
+ - lib
50
+ required_ruby_version: !ruby/object:Gem::Requirement
59
51
  none: false
60
- requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: "0"
64
- required_rubygems_version: !ruby/object:Gem::Requirement
52
+ requirements:
53
+ - - ! '>='
54
+ - !ruby/object:Gem::Version
55
+ version: '0'
56
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
57
  none: false
66
- requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: "0"
58
+ requirements:
59
+ - - ! '>='
60
+ - !ruby/object:Gem::Version
61
+ version: '0'
70
62
  requirements: []
71
-
72
63
  rubyforge_project: ci_power
73
- rubygems_version: 1.5.1
64
+ rubygems_version: 1.8.16
74
65
  signing_key:
75
66
  specification_version: 3
76
67
  summary: CI-Power Interface
77
68
  test_files: []
78
-