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 +4 -4
- data/.ruby-gemset +1 -0
- data/.ruby-version +1 -0
- data/README.md +0 -36
- data/asaas-ruby-0.1.6.gem +0 -0
- data/lib/asaas/api/base.rb +2 -2
- data/lib/asaas/version.rb +1 -1
- metadata +5 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6677a31378643aec14adb779b2664b7c4f6c4ba7
|
4
|
+
data.tar.gz: 22a17f43b6e9732b0ec77fe86a4a714c67036fcc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30056c8c1e83b0e2ff32f18c908762a185669a108e038c412d2cfe26ad273908eb967463d7f01018e3f33cb3663d7284a77ed5d2d9f29b3e9f671c4b44f3bcc2
|
7
|
+
data.tar.gz: 93a6de61ef15b469232bea4e2d936dc21d4a541439472a369374034f96a7c24fbbe5aa4c6a46d41113a903a89d4933b65744a8b653a3b3a18b2f7f415366f64d
|
data/.ruby-gemset
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
ruby-asaas
|
data/.ruby-version
ADDED
@@ -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
|
data/lib/asaas/api/base.rb
CHANGED
data/lib/asaas/version.rb
CHANGED
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.
|
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-
|
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
|