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.
- checksums.yaml +4 -4
- data/lib/rents/version.rb +1 -1
- metadata +2 -6
- data/bin/bundle +0 -3
- data/bin/rake +0 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a327799ef5d6a8f839d585f439c66175840b43d3
|
|
4
|
+
data.tar.gz: 408e23d19204f9c0a02e20862a18e7da15e6e18f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adb938ec71faaba5ee72d02719cdffd1c863837a8d6ecf61f0c540927fdf70264d37a5d3406462e038bdcd0470c08915758d58e43bdff9f0211b061445cf0b8b
|
|
7
|
+
data.tar.gz: 0676b519e80b18242f032736175c13af95f2d76df8040d781d50933aa977ca236138df30ce93ca3dd2d923869725eab2008cba9d3d2c44cf4e22f8bfdab1f5cf
|
data/lib/rents/version.rb
CHANGED
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.
|
|
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
data/bin/rake
DELETED