rents 0.1.7 → 0.1.8

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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rents/version.rb +1 -1
  3. metadata +2 -6
  4. data/bin/bundle +0 -3
  5. data/bin/rake +0 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9ce471334c3b99c56fb36c79c3e41e0da018ac15
4
- data.tar.gz: aa991eeb40a4479c772767f967e5d437bc4d7526
3
+ metadata.gz: a327799ef5d6a8f839d585f439c66175840b43d3
4
+ data.tar.gz: 408e23d19204f9c0a02e20862a18e7da15e6e18f
5
5
  SHA512:
6
- metadata.gz: 580a01460f48e9c91605195689672d02590ae60c38c353fb1f0fca4c5340bb2ff80dfec797b02ef82ef2ccbcb33d2eb0ce4184150cb38d16f6fa8f4a623c5a31
7
- data.tar.gz: d980e0ed2a951066d7f59d39d1991a772e64b6b353456a14a57425f4f6cc193d0d7c321eb0160b8416007431a9c6c8b4c3626598f68dd5d1d885f4c5bc667f65
6
+ metadata.gz: adb938ec71faaba5ee72d02719cdffd1c863837a8d6ecf61f0c540927fdf70264d37a5d3406462e038bdcd0470c08915758d58e43bdff9f0211b061445cf0b8b
7
+ data.tar.gz: 0676b519e80b18242f032736175c13af95f2d76df8040d781d50933aa977ca236138df30ce93ca3dd2d923869725eab2008cba9d3d2c44cf4e22f8bfdab1f5cf
data/lib/rents/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  module Rents
2
2
  MAJOR = 0
3
3
  MINOR = 1
4
- PATCH = 7
4
+ PATCH = 8
5
5
  VERSION = "#{MAJOR}.#{MINOR}.#{PATCH}"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rents
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.7
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ilton Garcia
@@ -167,9 +167,7 @@ dependencies:
167
167
  description: Ruby gem for Rent$ payment Gateway & Intermediary
168
168
  email:
169
169
  - ilton_unb@hotmail.com
170
- executables:
171
- - bundle
172
- - rake
170
+ executables: []
173
171
  extensions: []
174
172
  extra_rdoc_files: []
175
173
  files:
@@ -178,8 +176,6 @@ files:
178
176
  - LICENSE.txt
179
177
  - README.md
180
178
  - Rakefile
181
- - bin/bundle
182
- - bin/rake
183
179
  - lib/rents.rb
184
180
  - lib/rents/connection.rb
185
181
  - lib/rents/hash.rb
data/bin/bundle DELETED
@@ -1,3 +0,0 @@
1
- #!/usr/bin/env ruby
2
- ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
3
- load Gem.bin_path('bundler', 'bundle')
data/bin/rake DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env ruby
2
- require_relative '../config/boot'
3
- require 'rake'
4
- Rake.application.run