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 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 the an instance of Quaderno::Payment wich contains the information of the payment.
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 the an instance of Quaderno::Payment wich contains the information of the payment.
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.1.2
@@ -7,7 +7,7 @@ module Quaderno
7
7
  include Quaderno::Exceptions
8
8
  include Quaderno::Behavior::Crud
9
9
 
10
- base_uri 'http://localhost:3000' #https://quadernoapp.com/'
10
+ base_uri 'https://quadernoapp.com/'
11
11
  @@auth_token = nil
12
12
  @@subdomain = nil
13
13
  @@rate_limit_info = nil
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.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-14"
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.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-14 00:00:00.000000000 Z
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: -3768300375904323931
228
+ hash: -36264673171161153
229
229
  required_rubygems_version: !ruby/object:Gem::Requirement
230
230
  none: false
231
231
  requirements: