ci_power 0.0.3 → 0.0.4

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.
Files changed (3) hide show
  1. data/lib/ci_power/version.rb +1 -1
  2. data/lib/ci_power.rb +1 -0
  3. metadata +48 -34
@@ -1,3 +1,3 @@
1
1
  module CiPower
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
data/lib/ci_power.rb CHANGED
@@ -7,3 +7,4 @@ require "ci_power/dossier_data"
7
7
  require "ci_power/address"
8
8
  require "ci_power/communication"
9
9
  require "ci_power/debt_claim"
10
+ require "ci_power/action"
metadata CHANGED
@@ -1,11 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ci_power
3
3
  version: !ruby/object:Gem::Version
4
+ hash: 23
4
5
  prerelease:
5
- version: 0.0.3
6
+ segments:
7
+ - 0
8
+ - 0
9
+ - 4
10
+ version: 0.0.4
6
11
  platform: ruby
7
12
  authors:
8
- - Maik Duff
13
+ - Maik Duff
9
14
  autorequire:
10
15
  bindir: bin
11
16
  cert_chain: []
@@ -13,20 +18,23 @@ cert_chain: []
13
18
  date: 2012-01-13 00:00:00 +01:00
14
19
  default_executable:
15
20
  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
21
+ - !ruby/object:Gem::Dependency
22
+ name: rspec
23
+ prerelease: false
24
+ requirement: &id001 !ruby/object:Gem::Requirement
25
+ none: false
26
+ requirements:
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ hash: 3
30
+ segments:
31
+ - 0
32
+ version: "0"
33
+ type: :development
34
+ version_requirements: *id001
27
35
  description: Creates input files for CI-Power interface
28
36
  email:
29
- - md@impac.ch
37
+ - md@impac.ch
30
38
  executables: []
31
39
 
32
40
  extensions: []
@@ -34,18 +42,18 @@ extensions: []
34
42
  extra_rdoc_files: []
35
43
 
36
44
  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
45
+ - lib/ci_power/action.rb
46
+ - lib/ci_power/address.rb
47
+ - lib/ci_power/communication.rb
48
+ - lib/ci_power/debt_claim.rb
49
+ - lib/ci_power/dossier_data.rb
50
+ - lib/ci_power/export.rb
51
+ - lib/ci_power/record.rb
52
+ - lib/ci_power/version.rb
53
+ - lib/ci_power.rb
54
+ - lib/generators/ci_power/ci_power_generator.rb
55
+ - lib/generators/ci_power/templates/cip_export.rb
56
+ - lib/tasks/ci_power.rake
49
57
  has_rdoc: true
50
58
  homepage: ""
51
59
  licenses: []
@@ -54,23 +62,29 @@ post_install_message:
54
62
  rdoc_options: []
55
63
 
56
64
  require_paths:
57
- - lib
65
+ - lib
58
66
  required_ruby_version: !ruby/object:Gem::Requirement
59
67
  none: false
60
68
  requirements:
61
- - - ">="
62
- - !ruby/object:Gem::Version
63
- version: "0"
69
+ - - ">="
70
+ - !ruby/object:Gem::Version
71
+ hash: 3
72
+ segments:
73
+ - 0
74
+ version: "0"
64
75
  required_rubygems_version: !ruby/object:Gem::Requirement
65
76
  none: false
66
77
  requirements:
67
- - - ">="
68
- - !ruby/object:Gem::Version
69
- version: "0"
78
+ - - ">="
79
+ - !ruby/object:Gem::Version
80
+ hash: 3
81
+ segments:
82
+ - 0
83
+ version: "0"
70
84
  requirements: []
71
85
 
72
86
  rubyforge_project: ci_power
73
- rubygems_version: 1.5.1
87
+ rubygems_version: 1.6.2
74
88
  signing_key:
75
89
  specification_version: 3
76
90
  summary: CI-Power Interface