quaderno 1.13.1 → 1.13.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bc4d358f97f35490b6c450533da1c2b7ee198fb1
4
- data.tar.gz: a276d0fd1f447d370c4f87e7be0624bb24b54247
3
+ metadata.gz: ec6b41ff7d7021e53e3447f5643acaa0f4e448c2
4
+ data.tar.gz: f85714c77f57b4a894d59e206eb1755358697033
5
5
  SHA512:
6
- metadata.gz: f10e2b39725e4744c6b696958de5bd8a361b887cb6f845699555da7b2170091483edf184f3903bb8019a7438f4fa82cfe910688c3d9b4944a960d0ddc173d8a5
7
- data.tar.gz: e491ad2dcc58364c6429d75fff7c1c49536c7d0b79c78219fbae1a7f0cb60b51f169cbcc035689853954fad88e5130dd973f0f6a6f48d8d345d17d26ede426ff
6
+ metadata.gz: b728350c48fb85642d58b1c3f8b174006df8bc36c85ed090df7da39423de43ceef74e101a6b61a76ff91248f3138d53a85ad8aab0c0ebaab4b7066002866a4ed
7
+ data.tar.gz: 7d4deaecc755e4d378fafddf1ae1aa8b27490df69ac9021a52771ca932c0c1f17ef7e77c84e98688c581fe4179cc8726d6fb8bd2313c5d401e461eb7e55532ea
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Quaderno-ruby is a ruby wrapper for [Quaderno API] (https://github.com/quaderno/quaderno-api).
4
4
 
5
- Current version is 1.13.1 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
5
+ Current version is 1.13.2 See the changelog [here](https://github.com/quaderno/quaderno-ruby/blob/master/changelog.md)
6
6
 
7
7
  ## Installation & Configuration
8
8
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.13.1
1
+ 1.13.2
data/changelog.md CHANGED
@@ -1,9 +1,12 @@
1
1
  #Changelog
2
+ ##1.13.2
3
+ * Added index method to `Quaderno::Tax` as `Quaderno::Tax.all()`.
4
+
2
5
  ##1.13.1
3
- * Added `taxes` report to `Quaderno::Report`
6
+ * Added `taxes` report to `Quaderno::Report`.
4
7
 
5
8
  ##1.13.0
6
- * Added `Quaderno::Report`
9
+ * Added `Quaderno::Report`.
7
10
 
8
11
  ##1.12.5
9
12
  * Added `create` method to `Quaderno::Income`.
@@ -7,7 +7,7 @@ module Quaderno
7
7
  api_path 'taxes'
8
8
 
9
9
  class << self
10
- undef :all, :find, :create, :update, :delete, :parse_nested
10
+ undef :find, :create, :update, :delete, :parse_nested
11
11
  end
12
12
 
13
13
  def self.calculate(options = {})
data/quaderno.gemspec CHANGED
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: quaderno 1.13.1 ruby lib
5
+ # stub: quaderno 1.13.2 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "quaderno"
9
- s.version = "1.13.1"
9
+ s.version = "1.13.2"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Recrea"]
14
- s.date = "2017-09-14"
14
+ s.date = "2017-10-24"
15
15
  s.description = " A ruby wrapper for Quaderno API "
16
16
  s.email = "carlos@recrea.es"
17
17
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: quaderno
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.1
4
+ version: 1.13.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Recrea
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-09-14 00:00:00.000000000 Z
11
+ date: 2017-10-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: httparty