kashflow_api 0.0.1pre → 0.0.1rc1
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/kashflow_api.gemspec +1 -1
- data/lib/kashflow_api/version.rb +1 -1
- data/spec/kashflow_api_receipt_spec.rb +0 -0
- metadata +11 -6
data/kashflow_api.gemspec
CHANGED
data/lib/kashflow_api/version.rb
CHANGED
|
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:
|
|
4
|
+
hash: 15424031
|
|
5
5
|
prerelease: 5
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
9
|
- 1
|
|
10
|
-
-
|
|
11
|
-
|
|
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:
|
|
45
|
+
hash: 53
|
|
45
46
|
segments:
|
|
46
47
|
- 0
|
|
47
|
-
|
|
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
|