kashflow 0.0.2 → 0.0.3
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/Rakefile +2 -2
- data/VERSION +1 -1
- data/kashflow.gemspec +3 -3
- metadata +5 -5
data/Rakefile
CHANGED
|
@@ -13,11 +13,11 @@ require 'jeweler'
|
|
|
13
13
|
Jeweler::Tasks.new do |gem|
|
|
14
14
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
15
15
|
gem.name = "kashflow"
|
|
16
|
-
gem.homepage = "
|
|
16
|
+
gem.homepage = "http://www.pogodan.com/projects"
|
|
17
17
|
gem.license = "MIT"
|
|
18
18
|
gem.summary = %Q{A Ruby wrapper for the Kashflow SOAP API}
|
|
19
19
|
gem.description = %Q{A Ruby wrapper for the Kashflow Accouting SOAP API}
|
|
20
|
-
gem.email = "
|
|
20
|
+
gem.email = "dev@pogodan.com"
|
|
21
21
|
gem.authors = ["Pogodan"]
|
|
22
22
|
# Include your dependencies below. Runtime dependencies are required when using your gem,
|
|
23
23
|
# and development dependencies are only needed for development (ie running rake tasks, tests, etc)
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.3
|
data/kashflow.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{kashflow}
|
|
8
|
-
s.version = "0.0.
|
|
8
|
+
s.version = "0.0.3"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Pogodan"]
|
|
12
12
|
s.date = %q{2011-01-01}
|
|
13
13
|
s.description = %q{A Ruby wrapper for the Kashflow Accouting SOAP API}
|
|
14
|
-
s.email = %q{
|
|
14
|
+
s.email = %q{dev@pogodan.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE.txt",
|
|
17
17
|
"README.mkd"
|
|
@@ -33,7 +33,7 @@ Gem::Specification.new do |s|
|
|
|
33
33
|
"test/helper.rb",
|
|
34
34
|
"test/test_kashflow.rb"
|
|
35
35
|
]
|
|
36
|
-
s.homepage = %q{
|
|
36
|
+
s.homepage = %q{http://www.pogodan.com/projects}
|
|
37
37
|
s.licenses = ["MIT"]
|
|
38
38
|
s.require_paths = ["lib"]
|
|
39
39
|
s.rubygems_version = %q{1.3.7}
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kashflow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 0
|
|
9
|
-
-
|
|
10
|
-
version: 0.0.
|
|
9
|
+
- 3
|
|
10
|
+
version: 0.0.3
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Pogodan
|
|
@@ -137,7 +137,7 @@ dependencies:
|
|
|
137
137
|
version: "0"
|
|
138
138
|
requirement: *id008
|
|
139
139
|
description: A Ruby wrapper for the Kashflow Accouting SOAP API
|
|
140
|
-
email:
|
|
140
|
+
email: dev@pogodan.com
|
|
141
141
|
executables: []
|
|
142
142
|
|
|
143
143
|
extensions: []
|
|
@@ -162,7 +162,7 @@ files:
|
|
|
162
162
|
- test/helper.rb
|
|
163
163
|
- test/test_kashflow.rb
|
|
164
164
|
has_rdoc: true
|
|
165
|
-
homepage:
|
|
165
|
+
homepage: http://www.pogodan.com/projects
|
|
166
166
|
licenses:
|
|
167
167
|
- MIT
|
|
168
168
|
post_install_message:
|