kashflow_api 0.0.1pre → 0.0.1rc1

Sign up to get free protection for your applications and to get access to all the features.
data/kashflow_api.gemspec CHANGED
@@ -22,5 +22,5 @@ Gem::Specification.new do |s|
22
22
  s.add_development_dependency "rspec"
23
23
 
24
24
  # Runtime Dependencies
25
- s.add_runtime_dependency "savon"
25
+ s.add_runtime_dependency "savon", "0.9.7"
26
26
  end
@@ -1,3 +1,3 @@
1
1
  module KashflowApi
2
- VERSION = "0.0.1pre"
2
+ VERSION = "0.0.1rc1"
3
3
  end
File without changes
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kashflow_api
3
3
  version: !ruby/object:Gem::Version
4
- hash: 961915968
4
+ hash: 15424031
5
5
  prerelease: 5
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
9
  - 1
10
- - pre
11
- version: 0.0.1pre
10
+ - rc
11
+ - 1
12
+ version: 0.0.1rc1
12
13
  platform: ruby
13
14
  authors:
14
15
  - Adam "Arcath" Laycock
@@ -39,12 +40,14 @@ dependencies:
39
40
  requirement: &id002 !ruby/object:Gem::Requirement
40
41
  none: false
41
42
  requirements:
42
- - - ">="
43
+ - - "="
43
44
  - !ruby/object:Gem::Version
44
- hash: 3
45
+ hash: 53
45
46
  segments:
46
47
  - 0
47
- version: "0"
48
+ - 9
49
+ - 7
50
+ version: 0.9.7
48
51
  type: :runtime
49
52
  version_requirements: *id002
50
53
  description: Provides an interface for the Kashflow API
@@ -81,6 +84,7 @@ files:
81
84
  - spec/kashflow_api_customer_spec.rb
82
85
  - spec/kashflow_api_nominal_codes_spec.rb
83
86
  - spec/kashflow_api_quote_spec.rb
87
+ - spec/kashflow_api_receipt_spec.rb
84
88
  - spec/kashflow_api_spec.rb
85
89
  - spec/kashflow_api_supplier_spec.rb
86
90
  - spec/spec_helper.rb
@@ -125,6 +129,7 @@ test_files:
125
129
  - spec/kashflow_api_customer_spec.rb
126
130
  - spec/kashflow_api_nominal_codes_spec.rb
127
131
  - spec/kashflow_api_quote_spec.rb
132
+ - spec/kashflow_api_receipt_spec.rb
128
133
  - spec/kashflow_api_spec.rb
129
134
  - spec/kashflow_api_supplier_spec.rb
130
135
  - spec/spec_helper.rb