quaderno 1.1.1 → 1.1.2
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/README.md +2 -2
- data/VERSION +1 -1
- data/lib/quaderno-ruby/base.rb +1 -1
- data/quaderno.gemspec +2 -2
- metadata +3 -3
data/README.md
CHANGED
@@ -177,7 +177,7 @@ will delete the invoice with the id passed as parameter.
|
|
177
177
|
invoice.add_payment(params) #=> Quaderno::Payment
|
178
178
|
```
|
179
179
|
|
180
|
-
Where params is a hash with the payment information. The method will return
|
180
|
+
Where params is a hash with the payment information. The method will return an instance of Quaderno::Payment wich contains the information of the payment.
|
181
181
|
|
182
182
|
In order to remove a payment you will need the Invoice instance you want to update.
|
183
183
|
|
@@ -246,7 +246,7 @@ will delete the estimate with the id passed as parameter.
|
|
246
246
|
estimate.add_payment(params) #=> Quaderno::Payment
|
247
247
|
```
|
248
248
|
|
249
|
-
Where params is a hash with the payment information. The method will return
|
249
|
+
Where params is a hash with the payment information. The method will return an instance of Quaderno::Payment wich contains the information of the payment.
|
250
250
|
|
251
251
|
In order to remove a payment you will need the estimate you want to update.
|
252
252
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.2
|
data/lib/quaderno-ruby/base.rb
CHANGED
data/quaderno.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "quaderno"
|
8
|
-
s.version = "1.1.
|
8
|
+
s.version = "1.1.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Recrea"]
|
12
|
-
s.date = "2013-05-
|
12
|
+
s.date = "2013-05-15"
|
13
13
|
s.description = "longer description of your gem"
|
14
14
|
s.email = "carlos@recrea.es"
|
15
15
|
s.extra_rdoc_files = [
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quaderno
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-05-
|
12
|
+
date: 2013-05-15 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: bundler
|
@@ -225,7 +225,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
225
225
|
version: '0'
|
226
226
|
segments:
|
227
227
|
- 0
|
228
|
-
hash: -
|
228
|
+
hash: -36264673171161153
|
229
229
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
230
230
|
none: false
|
231
231
|
requirements:
|