asaas-ruby 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f46afd1bdc6ec135a40ad6419e1fb06ac46aeb6e
4
- data.tar.gz: f36740280c8f0b9bb9afce147867a91172c959fe
3
+ metadata.gz: 6677a31378643aec14adb779b2664b7c4f6c4ba7
4
+ data.tar.gz: 22a17f43b6e9732b0ec77fe86a4a714c67036fcc
5
5
  SHA512:
6
- metadata.gz: d372297bc65042cb23545d98538be458bc9a6643baea5c22287d62aac3a1fc4188b5ee4b3d029f2cfbf4c28ef060f43c5029e7846d3adbf423c25346d39c062a
7
- data.tar.gz: 7783e7970ae81bb538a9a13716f1a624a24bd46869d6fa5433b33516a9c55c49177d76a2078f55f47efbb7d23ee007f20fc52869270da782f6aeabf2fba9e054
6
+ metadata.gz: 30056c8c1e83b0e2ff32f18c908762a185669a108e038c412d2cfe26ad273908eb967463d7f01018e3f33cb3663d7284a77ed5d2d9f29b3e9f671c4b44f3bcc2
7
+ data.tar.gz: 93a6de61ef15b469232bea4e2d936dc21d4a541439472a369374034f96a7c24fbbe5aa4c6a46d41113a903a89d4933b65744a8b653a3b3a18b2f7f415366f64d
@@ -0,0 +1 @@
1
+ ruby-asaas
@@ -0,0 +1 @@
1
+ 2.3.1
data/README.md CHANGED
@@ -1,36 +0,0 @@
1
- # Ruby::Asaas
2
-
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/ruby/asaas`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
6
-
7
- ## Installation
8
-
9
- Add this line to your application's Gemfile:
10
-
11
- ```ruby
12
- gem 'ruby-asaas'
13
- ```
14
-
15
- And then execute:
16
-
17
- $ bundle
18
-
19
- Or install it yourself as:
20
-
21
- $ gem install ruby-asaas
22
-
23
- ## Usage
24
-
25
- TODO: Write usage instructions here
26
-
27
- ## Development
28
-
29
- After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
30
-
31
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
32
-
33
- ## Contributing
34
-
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/ruby-asaas.
36
-
Binary file
@@ -24,8 +24,8 @@ module Asaas
24
24
  parse_response
25
25
  end
26
26
 
27
- def list
28
- request(:get)
27
+ def list(params = {})
28
+ request(:get, params)
29
29
  parse_response
30
30
  end
31
31
 
@@ -1,3 +1,3 @@
1
1
  module Asaas
2
- VERSION = "0.1.6"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: asaas-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcos Junior
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-04 00:00:00.000000000 Z
11
+ date: 2016-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -154,6 +154,8 @@ extensions: []
154
154
  extra_rdoc_files: []
155
155
  files:
156
156
  - ".gitignore"
157
+ - ".ruby-gemset"
158
+ - ".ruby-version"
157
159
  - Gemfile
158
160
  - README.md
159
161
  - Rakefile
@@ -163,6 +165,7 @@ files:
163
165
  - asaas-ruby-0.1.3.gem
164
166
  - asaas-ruby-0.1.4.gem
165
167
  - asaas-ruby-0.1.5.gem
168
+ - asaas-ruby-0.1.6.gem
166
169
  - asaas-ruby.gemspec
167
170
  - bin/console
168
171
  - bin/setup